Ir para conteúdo

VictorWEBMaster

Marquês
  • Total de itens

    1062
  • Registro em

  • Última visita

  • Dias Ganhos

    8

Tudo que VictorWEBMaster postou

  1. Sim, tenho o rony sim =D Segue img em anexo. Duvida sanada?
  2. Adiciona aonde quiser. Funciona perfeitamente.
  3. Obrigado pelo reconhecimento, qualquer tipo de dúvida voce pode perguntar no tópico ou na sessao de dúvidas sobre websites
  4. Execute a seguinte query em seu banco de dados. CREATE TABLE IF NOT EXISTS `z_news_big` ( `hide_news` tinyint(1) NOT NULL DEFAULT '0', `date` int(11) NOT NULL DEFAULT '0', `author` varchar(255) NOT NULL, `author_id` int(11) NOT NULL, `image_id` int(3) NOT NULL DEFAULT '0', `topic` varchar(255) NOT NULL, `text` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Ps; Leia as regras.. 3 tópicos na sessão com o mesmo intuito.
  5. Isto normalmente é chamado de atualização de cache. Facilmente configurado no arquivo whoisonline.php ($cache_sec). Estou elaborando um sistema muito util parecido com o do tibia.com. Quando player logar ou deslogar ele atualiza em tempo real. Estou tendo algumas sobrecargas em dbs, mas breve postarei no xtibia.
  6. Salva esta img no layouts/tibiacom/images/buttons/ http://i46.tinypic.com/ej2ps.gif
  7. REP - por double topic; Topico feixado. Verifique o outro, pois ha a solução la.
  8. Revisei o script, veja agora.. <?php /* Copyright (C) 2007-2008 Nicaw This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ include ("include.inc.php"); $ptitle="Online Players - $cfg[server_name]"; include ("header.inc.php"); ?> <div id="content"> <div class="top">Online Players</div> <div class="mid"> <?php $SQL = AAC::$SQL; try { $SQL->myQuery('SELECT * FROM players WHERE online = 1 ORDER BY name ASC'); } catch(DatabaseQueryException $e) { try { $SQL->myQuery('SELECT * FROM players WHERE online = 1 ORDER BY name ASC'); } catch(DatabaseQueryException $e) { throw new DatabaseException('Your server does not store information on players online state.'); } } if ($SQL->num_rows() == 0) { echo 'There is no players online on OldSchool Ots.'; } else { $i = 0; echo '<table><tr class="color0"><td style="width:150px"><b>Name</b></td><td style="width:150px"><b>Vocation</b></td><td style="width:60px"><b>Level</b></td></tr>'; while ($player = $SQL->fetch_array()) { $i++; echo '<tr '.getStyle($i).'><td><a href="characters.php?player_name='.urlencode($player['name']).'">'.htmlspecialchars($player['name']).'</a></td><td>'.htmlspecialchars($cfg['vocations'][$player['vocation']]['name']).'</td><td>'.$player['level'].'</td></tr>'."\n"; } } ?> </table> </div> <div class="bot"></div> </div> <?php include ("footer.inc.php");?>
  9. Entra no phpmyadmin, clica na sua db, no topo vai ter, visualizar, estrutura... vai ter seguinte SQL. Clique lá. Terá um campo para voce digitar. Cole lá a query que o shop oferece e execute. Pronto! Voce executou uma query mysql
  10. Movido, vou manter tópico aberto para caso haja alguma outra duvida.
  11. REP+ Obrigado pela colaboração! Ps; Formule melhor este tópico, coloque os créditos do desenvolvedor!
  12. Me envie seu layout.php.. Eu crio aqui rapidão.
  13. Duvida sanada, movido.. Vou permanecer aberto para se houver demais duvidas a respeito;
  14. No ato da criação da guild o jogador deve estar OFFLINE. Teste e poste se solucionou o problema.
  15. Entra no phpmyadmin.. Em sua database (players). Coloque para editar os samples e mude as colunas posx, posy e posz
  16. Postarei esta resposta em 2 línguas, usuário é mexicano. English Modern AAC is very good for servers not only with products, but also with servers tibia even ... It has a good safety, although not very effective if you are willing to invade, hackers lammers vain and always find a way to hack into your system, and firewalls etc. ... Gesior ACC is also very good, but very vulnerable if you have a server with Gesior, it must be hosted on a site that has Linux operating system, ubuntu / debian .. Stable versions to own hospeamento service tibia. Gesior problem today is the lack of scripts for the SQL Injectors able to invade. If you can find a good developer that provides a prev sql inject high quality, you will not have problems when creating your server with Gesior. I make available in the session downloads from websites, optimized my website. There is nothing more but contains, protection on all pages, unicos systems, among other factors unprecedented in XTibia ... I've been always bringing something new here! Whether you have a server with a website, has ... But always consider well before the factors that can give you the website. Português Modern AAC é muito bom para servidores nao só com derivados, mas também com servidores de tibia mesmo... Tem uma segurança boa, porem não muito eficaz se estiverem dispostos a invadir, os hackers e lammers vao sempre dar um jeito de invadir seu sistema, firewalls e etc... Gesior ACC é muito bom tambem, porem muito vulneravel, caso voce tenha um servidor com gesior, ele precisará estar hospedado em um local que tenha sistema operacional linux, ubuntu/debian.. Versões estaveis para proprio hospeamento do serviço tibia. Problema do gesior hoje em dia é a falta de scripts para que os SQL Injectors consigam invadir. Caso voce consiga encontrar um bom programador que disponibilize um ant sql inject de alta qualidade, voce não terá problemas na hora de criar seu servidor com gesior. Eu disponibilizo na sessao downloads de websites, meu website otimizado. Não é nada a mais, mas contem, proteção em todas as paginas, sistemas unicos, entre outros fatores ineditos no XTibia... Venho sempre trazendo algo de novo para cá! Quer ter um servidor com website, tenha... Mas sempre estude muito bem antes os fatores que o website pode lhe proporcionar.
  17. É p poketibia... eu ja tenho o site... sitema de donate tudo... Só quero o script p add o item no char in game. posta ai se tiver por favor. (rep++) ------Resolvi---- Pode Fechar! #TOPIC - Sim, é necessário que tenha o arquivo em seu globalevents.xml ________________________________________________ Atendendo pedido, movido para pedidos resolvidos.. Vou manter aberto caso tenha demais duvidas.
  18. Sim, é 100%.. Gesior utiliza os personagens samples como copia. Se tiver as coordenadas certinhas, ele vai copiar no char novo as coordenadas lá tudo certinho.
  19. Certifique-se de que o apache esta devidamente ligado. Esta utilizando qual webserver?
  20. Voce precisa encontrar essa pagina, e todas as paginas que excedem a tabela e mudar os valores direto nos arquivos. EX: Noticias.php tem uma <table width="501"></table> voce coloca 500 ou 100%.. Veja qual funciona melhor.
  21. Verifique se a tabela players possui a coluna status ou é online. Coloque este script, veja se funciona. <?php /* Copyright (C) 2007-2008 Nicaw This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ include ("include.inc.php"); $ptitle="Online Players - $cfg[server_name]"; include ("header.inc.php"); ?> <div id="content"> <div class="top">Online Players</div> <div class="mid"> <?php $SQL = AAC::$SQL; try { $SQL->myQuery('SELECT * FROM players WHERE online = 1 ORDER BY name ASC'); } catch(DatabaseQueryException $e) { try { $SQL->myQuery('SELECT * FROM players WHERE lastlogin > lastlogout ORDER BY name ASC'); } catch(DatabaseQueryException $e) { throw new DatabaseException('Your server does not store information on players online state.'); } } if ($SQL->num_rows() == 0) { echo 'There is no players online on OldSchool Ots.'; } else { $i = 0; echo '<table><tr class="color0"><td style="width:150px"><b>Name</b></td><td style="width:150px"><b>Vocation</b></td><td style="width:60px"><b>Level</b></td></tr>'; while ($player = $SQL->fetch_array()) { $i++; echo '<tr '.getStyle($i).'><td><a href="characters.php?player_name='.urlencode($player['name']).'">'.htmlspecialchars($player['name']).'</a></td><td>'.htmlspecialchars($cfg['vocations'][$player['vocation']]['name']).'</td><td>'.$player['level'].'</td></tr>'."\n"; } } ?> </table> </div> <div class="bot"></div> </div> <?php include ("footer.inc.php");?>
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...