ƒαทατicσ ƒαทατicσ  • 02.10.12 14:45

Como mudar os usuarios online de lugar no seu banner Empty Como mudar os usuarios online de lugar no seu banner 02.10.12 14:45

Queria saber como mudar os usuario online de lugar do meu banner

tipo

daqui :
Como mudar os usuarios online de lugar no seu banner 9b12b2f2fe3346b59bbe241b34cdcab5
se bugar:
pra cá:
Como mudar os usuarios online de lugar no seu banner 0025d0e3ae726003a71d7b5bf6f952fc
se bugar:


Globalb
Código:
<?php
//Installation files? - End
define('SEP', DIRECTORY_SEPARATOR);
$dir = str_replace('register'.SEP, '', dirname(__FILE__).SEP);
$dir = str_replace('functions'.SEP, '', $dir);
$dir = str_replace('housekeeping'.SEP, '', $dir);
define('DIR', $dir);
define('DOCUMENT_ROOT', DIR.SEP);
define('INCLUDES', DIR.'inc'.SEP);
define('WWW', 'http://'.$_SERVER['SERVER_NAME']);


require_once DOCUMENT_ROOT.'config.php';

$connect = mysql_connect($host, $username, $password) or die("Could not connect to server, error: ".mysql_error());
mysql_select_db($dbname, $connect) or die("Could not connect to database, error: ".mysql_error());

require_once INCLUDES."class.core.php";
require_once INCLUDES."class.users.php";

$core = new Core();
$users = new Users();

require_once DOCUMENT_ROOT.'lang/'.$language.'.php';

$sitename = $core->CmsSetting('cms_name');

?>


Index
Código:
<?php
include('../globalb.php');
header("Content-type: image/png");
$usersonline = $core->UsersOnline();
$image = imagecreatefrompng("banner.png");
$text_color = imagecolorallocate($image,255,255,255);
imagestring($image,6,385,14,$usersonline,$text_color);
imagepng($image);
imagedestroy($image);
?>

@edit
topico reorganizado


Última edição por ƒαทατicσ em 02.10.12 21:38, editado 1 vez(es)

TrY! TrY!  • 02.10.12 15:10

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 15:10

Olá,

Modifiquei o código da index:
Código:
?><!-- Sidebar -->
                <div class="sidebar sidebar-left">
               
                        <h3>Categories</h3>
                        <ul>

                                <?php wp_list_categories('title_li='); ?>
                        </ul>
                       
                        <h3>Blogroll</h3>
                        <ul>
                                <?php wp_list_bookmarks('categorize=0&title_li='); ?>
                        </ul>
                       
                        <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
                       
                        <?php endif; ?>

               
                </div>
                <!-- Sidebar -->
               
                <div class="clear"></div>
       
        </div></div></div>
        <!-- /Main -->
       
        <!-- Footer -->
        <div id="footer">
       
                <!-- Copyright -->
                <div id="copyright">

                        <br />(c)Copyrighted <?php bloginfo('name'); ?>, All Rights Reserved.<br />Designed by: <a href="http://www.ingeniouslogo.com">Logo Design</a><br />
Coded by: <a href="http://www.livecurrencyconverter.com">Currency Converter</a>, <a href="http://www.howtogetsixpack.com">Get Six Pack Abs</a>, <a href="http://www.stock-market-investors.com">Stock Market</a>, <a href="http://www.a1bikeparts.com/products/accessories/" title="bike accessories">bike accessories</a>
                </div>

                <!-- /Copyright -->
       
        </div>
        <!-- Footer -->

</div>
<!-- /Page -->

<?php wp_footer(); ?>

ƒαทατicσ ƒαทατicσ  • 02.10.12 15:15

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 15:15



@Topico editado
revejam pf


Última edição por ƒαทατicσ em 02.10.12 22:00, editado 1 vez(es)

TrY! TrY!  • 02.10.12 16:16

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 16:16

Olá,

Poderia me informar o diretório em que se encontra o arquivo de configuração?

ƒαทατicσ ƒαทατicσ  • 02.10.12 16:42

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 16:42



@Topico editado
revejam pf


Última edição por ƒαทατicσ em 02.10.12 22:00, editado 1 vez(es)

The Linked The Linked  • 02.10.12 17:53

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 17:53


Alerta !

O Autor do tópico tem 72 horas para informar se o mesmo já foi resolvido, caso contrário, o tópico será fechado.

TrY! TrY!  • 02.10.12 18:11

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 18:11

Olá,

Bom modifiquei o código novamente...
Código:
?><!-- Sidebar -->
                <div class="sidebar sidebar-right" style="float:left">
               
                        <h3>Categories</h3>
                        <ul>

                                <?php wp_list_categories('title_li='); ?>
                        </ul>
                       
                        <h3>Blogroll</h3>
                        <ul>
                                <?php wp_list_bookmarks('categorize=0&title_li='); ?>
                        </ul>
                       
                        <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
                       
                        <?php endif; ?>

               
                </div>
                <!-- Sidebar -->
               
                <div class="clear"></div>
       
        </div></div></div>
        <!-- /Main -->
       
        <!-- Footer -->
        <div id="footer">
       
                <!-- Copyright -->
                <div id="copyright">

                        <br />(c)Copyrighted <?php bloginfo('name'); ?>, All Rights Reserved.<br />Designed by: <a href="http://www.ingeniouslogo.com">Logo Design</a><br />
Coded by: <a href="http://www.livecurrencyconverter.com">Currency Converter</a>, <a href="http://www.howtogetsixpack.com">Get Six Pack Abs</a>, <a href="http://www.stock-market-investors.com">Stock Market</a>, <a href="http://www.a1bikeparts.com/products/accessories/" title="bike accessories">bike accessories</a>
                </div>

                <!-- /Copyright -->
       
        </div>
        <!-- Footer -->

</div>
<!-- /Page -->

<?php wp_footer(); ?>

Não consegui efetuar o download ):

ƒαทατicσ ƒαทατicσ  • 02.10.12 18:15

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner 02.10.12 18:15

@Topico editado
revejam pf


fecha pf vo refazer o topico

Conteúdo patrocinado  • 

Como mudar os usuarios online de lugar no seu banner Empty Re: Como mudar os usuarios online de lugar no seu banner

Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.