

Maicondoze
Campones-
Total de itens
55 -
Registro em
-
Última visita
Tudo que Maicondoze postou
-
Tipo do script: Queria que quando comprace um item vip no shop, somente o comprador usasse. Protocolo (versão do Tibia): 8.6 Servidor utilizado: TFS Nível de experiência: Itermediário Adicionais/Informações: Queria que quando comprace um item vip no shop, somente o comprador usasse.
-
Tipo do script: Queria que quando comprace um item vip no shop, somente o comprador usasse. Protocolo (versão do Tibia): 8.6 Servidor utilizado: TFS Nível de experiência: Itermediário Adicionais/Informações: Queria que quando comprace um item vip no shop, somente o comprador usasse.
-
Achei nada não
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Quero o sistema para somente equipar um item quandofor vip? no caso do meu ot seria para Premium Account.
-
Qual parte?
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Não mudou nada, o que tem haver o whoisonline?
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Aqui está: <?php $cache_sec = 10; $info = array( 0 => array('Brazil', '15/10/2011') ); $id=0; if(isset($_POST['world'])) { $f = null; foreach($config['site']['worlds'] as $k => $v) if($v == $_POST['world']) { $f = true; $id = $k; break; } if(!$f) $_POST['world'] = $config['site']['worlds'][0]; } else $_POST['world'] = $config['site']['worlds'][0]; $order = 'name_asc'; if(isset($_REQUEST['order']) && in_array($_REQUEST['order'], array('name_desc', 'level_asc','level_desc','vocation_asc','vocation_desc'))) $order = $_REQUEST['order']; if(count($config['site']['worlds']) > 1) { $main_content = '<form action="?subtopic=whoisonline" method="post"> <div class="TableContainer"> <table class="Table1" cellpadding="0" cellspacing="0"> <div class="CaptionContainer"> <div class="CaptionInnerContainer"> <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <div class="Text">World Selection</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> </div> </div> <tr> <td> <div class="InnerTableContainer"> <table width="100%"> <tr> <td style="vertical-align:middle" class="LabelV150">World Name:</td> <td style="width:170px"> <select size="1" name="world" style="width:165px">'; foreach($config['site']['worlds'] as $v) $main_content .= '<option value="'.$v.'"'.($v == $_POST['world'] ? ' selected="selected"' : '').'>'.$v.'</option>'; $main_content .= ' </select> </td> <td style="text-align:left"> <div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)"> <div onmouseover="MouseOverBigButton(this)" onmouseout="MouseOutBigButton(this)"><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif)"></div> <input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif"/> </div> </div> </td> </tr> </table> </div> </td> </tr> </table> </div> </form><br/> '; } $main_content .= '<div class="TableContainer"> <table class="Table1" cellpadding="0" cellspacing="0"> <div class="CaptionContainer"> <div class="CaptionInnerContainer"> <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <div class="Text">World Information</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> </div> </div> <tr> <td> <div class="InnerTableContainer"> <table width="100%"> <tr> <td class="LabelV150">Status:</td> <td>O'.($config['status']['serverStatus_online'] == 1 ? 'n' : 'ff').'line</td> </tr> <tr> <td class="LabelV150">Players Online:</td> <td>'; $f = 'cache/whoisonline-'.$_POST['world'].'-'.$order.'.tmp'; $ff = 'cache/whoisonline-'.$_POST['world'].'-record.tmp'; if(file_exists($f) && filemtime($f) > (time() - $cache_sec)) { $cp = file_get_contents($f); $cached = null; if(file_exists($f) && filemtime($f) > (time() - $cache_sec)) { $e = explode('|', file_get_contents($ff)); $n = $e[0]; $c = $e[1]; $cached = true; } } else { $cp = ''; $n = 0; $q = 'SELECT name,level,vocation,promotion FROM players WHERE world_id='.$id.' AND online=1'; if(in_array($order, array('name_asc','name_desc','level_asc','level_desc'))) $q .= ' ORDER BY '.str_replace('_', ' ', $order); if(in_array($order, array('vocation_asc','vocation_desc'))) { $a = array(); $q .= ' ORDER BY level desc'; foreach($SQL->query($q)->fetchAll() as $p) $a[] = array($p['name'], $p['level'], $vocation_name[$id][$p['promotion']][$p['vocation']]); function cmp($a, $b) { return $a[2][0] == $b[2][0] ? 0 : $GLOBALS['order'] == 'vocation_asc' ? ($a[2][0] < $b[2][0] ? -1 : 1) : ($a[2][0] > $b[2][0] ? -1 : 1); } usort($a, 'cmp'); foreach($a as $p) { $n++; $cp .= '<tr class="'.(is_int($n/2)?'Even':'Odd').'" style="text-align:right"><td style="width:70%;text-align:left"><a href="?subtopic=characters&name='.urlencode($p[0]).'">'.$p[0].'</a></td><td style="width:10%">'.$p[1].'</td><td style="width:20%">'.str_replace(' ','*',$p[2]).'</td></tr>'; } } else { $l = array(); foreach($SQL->query($q)->fetchAll() as $p) { $n++; $cp .= '<tr class="'.(is_int($n/2)?'Even':'Odd').'" style="text-align:right"><td style="width:70%;text-align:left">'; if($order == 'name_asc') { $tmp = strtoupper($p['name'][0]); if(!in_array($tmp, $l)) { $l[] = $tmp; $cp .= '<a name="'.$tmp.'"></a>'; } } $cp .= '<a href="?subtopic=characters&name='.urlencode($p['name']).'">'.$p['name'].'</a></td><td style="width:10%">'.$p['level'].'</td><td style="width:20%">'.str_replace(' ','*',$vocation_name[$id][$p['promotion']][$p['vocation']]).'</td></tr>'; } } file_put_contents($f, $cp); } if(!$cached) { $r=$SQL->query('SELECT MAX(record) as r,MAX(timestamp) as t FROM server_record WHERE world_id='.$id)->fetch(); $c = $r['r'].' players (on '.date('M*d*Y,*H:i:s*T', $r['t']).')'; file_put_contents($ff, $n.'|'.$c); } $main_content .= $n.'</td> </tr> <tr> <td class="LabelV150">Online Record:</td> <td>'.$c.'</td> </tr> <tr> <td class="LabelV150">Creation Date:</td> <td>'.$info[$id][1].'</td> </tr> <tr> <td class="LabelV150">Location:</td> <td>'.$info[$id][0].'</td> </tr> <tr> <td class="LabelV150">PvP Type:</td> <td>'; $w=strtolower($config['server']['worldType']); if(in_array($w, array('pvp','2','normal','open','openpvp'))) $main_content .= 'Open PvP'; elseif(in_array($w, array('no-pvp','nopvp','non-pvp','nonpvp','1','safe','optional','optionalpvp'))) $main_content .= 'Optional PvP'; elseif(in_array($w, array('pvp-enforced','pvpenforced','pvp-enfo','pvpenfo','pvpe','enforced','enfo','3','war','hardcore','hardcorepvp'))) $main_content .= 'Hardcore PvP'; $main_content .= '</td> </tr> </table> </div> </td> </tr> </table> </div><br/> <div class="TableContainer"> <table class="Table2" cellpadding="0" cellspacing="0"> <div class="CaptionContainer"> <div class="CaptionInnerContainer"> <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <div class="Text">Players Online'; if($order == 'name_asc') $main_content .= '<span class="TableHeadlineNavigation"> [ <a href="#A">A</a> <a href="#B">B</a> <a href="#C">C</a> <a href="#D">D</a> <a href="#E">E</a> <a href="#F">F</a> <a href="#G">G</a> <a href="#H">H</a> <a href="#I">I</a> <a href="#J">J</a> <a href="#K">K</a> <a href="#L">L</a> <a href="#M">M</a> <a href="#N">N</a> <a href="#O">O</a> <a href="#P">P</a> <a href="#Q">Q</a> <a href="#R">R</a> <a href="#S">S</a> <a href="#T">T</a> <a href="#U">U</a> <a href="#V">V</a> <a href="#W">W</a> <a href="#X">X</a> <a href="#Y">Y</a> <a href="#Z">Z</a> ]**</span>'; $main_content .= '</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> </div> </div> <tr> <td> <div class="InnerTableContainer"> <table width="100%"><tr class="LabelH"><td style="text-align:left;width:90%">Name**<small style="font-weight:normal">[<a href=?subtopic=whoisonline&world='.$_POST['world].'&order=name_'.($order == 'name_asc' ? 'desc' : 'asc').'">sort</a>]</small> <img class="sortarrow" src="'.$layout_name.'/images/'.($order == 'name_asc' ? 'content/order_desc' : ($order == 'name_desc' ? 'content/order_asc' : 'news/blank')).'.gif"/></td><td>Level**<small style="font-weight:normal">[<a href=?subtopic=whoisonline&world='.$_POST['world].'&order=level_'.($order == 'level_asc' ? 'desc' : 'asc').'">sort</a>]</small> <img class="sortarrow" src="'.$layout_name.'/images/'.($order == 'level_asc' ? 'content/order_desc' : ($order == 'level_desc' ? 'content/order_asc' : 'news/blank')).'.gif"/></td><td>Vocation**<small style="font-weight:normal">[<a href=?subtopic=whoisonline&world='.$_POST['world].'&order=vocation_'.($order == 'vocation_asc' ? 'desc' : 'asc').'">sort</a>]</small> <img class="sortarrow" src="'.$layout_name.'/images/'.($order == 'vocation_asc' ? 'content/order_desc' : ($order == 'vocation_desc' ? 'content/order_asc' : 'news/blank')).'.gif"/></td></tr>'.$cp.' </table> </div> </table></div></td></tr><br/><form action="?subtopic=characters" method="post"><div class="TableContainer"> <table class="Table1" cellpadding="0" cellspacing="0"> <div class="CaptionContainer"> <div class="CaptionInnerContainer"> <span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <div class="Text">Search Character</div> <span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span> <span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span> <span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> <span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span> </div> </div> <tr> <td> <div class="InnerTableContainer"> <table width="100%"><tr><td style="vertical-align:middle" class="LabelV150">Character Name:</td><td style="width:170px"><input style="width:165px" name="name" value="" size="29" maxlength="29"/></td><td><div class="BigButton" style="background-image:url('.$layout_name.'/images/buttons/sbutton.gif)"><div onmouseover="MouseOverBigButton(this)" onmouseout="MouseOutBigButton(this)"><div class="BigButtonOver" style="background-image:url('.$layout_name.'/images/buttons/sbutton_over.gif)"></div><input class="ButtonText" type="image" name="Submit" alt="Submit" src="'.$layout_name.'/images/buttons/_sbutton_submit.gif"></div></div></td></tr> </table> </div> </table></div></td></tr></form></center>'; ?>
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Não sei a versão, o site do ot é www.freewayserver.com/otserv se poder da uma ajuda tbm pra ageitar a parte de Server Info, não ta aparecendo a quantidade de player online
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Tentei criar o .htaccess mas não consegui, alguem sabe?
-
Gesior / Linux Ubuntu
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
O tamanho está dentro do requerido
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Pega tudo normalmente, o problema é que quando acessa o link do ot/phpmyadmin da para acessar a página de qualquer canto PS: o sistema é linux
- 17 respostas
-
- phpmyadmin
- site
-
(e 3 mais)
Tags:
-
Da erro quando vai por qualquer foto na guild: The following Errors Have Occurred: • Sorry! Can't save your image. Segue o guilds.php:
- 18 respostas
-
- dúvida
- guild system
- (e 4 mais)
-
Da erro quando vai por qualquer foto na guild: The following Errors Have Occurred: • Sorry! Can't save your image. Segue o guilds.php:
-
Erro ao abrir o server: [21:15:54.595] "Saved with Remere's Map Editor 2.1" [21:15:54.595] "No map description available." Killed Sabe oque é?
-
Tem senha, da para acessar a página de acesso não a database. Quero saber como enibir o acesso ao phpmyadmin se não for do root
- 17 respostas
-
- phpmyadmin
- site
-
(e 3 mais)
Tags:
-
Player acessando PHPMYADMIN pelo link ipdoserver/phpmyadmin Como tirar? PS: Já tem senha PS: Já tem senha
- 17 respostas
-
- phpmyadmin
- site
-
(e 3 mais)
Tags:
-
Fiz isso não
-
Erro ao tentar abrir: root@vps:/otserv# ./theforgottenserver ./theforgottenserver: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
-
Sistema operacional Linux Erro ao tentar acessar o PHPMYADMIN (http://localhost/phpmyadmin) Connection for controluser as defined in your configuration failed.
-
- phpmyadmin
- linux
-
(e 2 mais)
Tags:
-
O primeiro q vc falo não serve e o segundo só fica dando look. O objetivo desse sistema é para ficar imediatamente com o nome do jogador assim que comprar items no shop.
-
[Encerrado] Como Agrupar Items Que Não São Agrupáveis
tópico respondeu ao Maicondoze de Maicondoze em Tópicos Sem Resposta
É só recompilar mesmo? Nao quero cliente próprio... -
Tipo do script: Não sei ao certo, talvez envolva um e talvez todos. Protocolo (versão do Tibia): 8.6 Servidor utilizado: TFS Nível de experiência: Sei entender e editar só n sei fazer (itermediari) Adicionais/Informações: Quero que o shop quando venda item fique uma tag igual a descrição, mas com o nome do player que comprou. Por exemplo se eu comprar 1 backpack com o char de nome Concorrudo vai ficar: 19:06 You see a backpack (Vol:20). It weighs 71.00 oz. Owner: Concorrudo --- Outra coisa também era o script que vinha nos ots antigos que o gm fazia item e ficava o nome dele do mesmo geito, mas eu quero esse sistema pro shop. Grato!
-
[ Reprovado ][ Irregular ]Illuminati Ot (Nome Fictício) - Confira!
um tópico no fórum postou Maicondoze Lixeira Pública
Deus é fiel - Só Jesus salva! Illuminati é apenas um nome fictício - Não temos ligação com nenhuma conspiração/organização criada pela humanidade. Stages: ~~8 - 100 = 300x 101 - 110 = 150x 111 - 120 = 100x 121 - 130 = 50x 131 - 140 = 25x 141 - 150 = 10x 151 - 160 = 9x 161 - 170 = 8x 171 - 180 = 7x 181 - 190 = 6x 191 - 200 = 5x 201 - 999 = 2x Rates: Skill: 100x ML: 40x Loot: 4x *Mapa global full. *Versão do cliente: 8.6 *Porta: 7171 *Todos os eventos da atualidade e muito mais! Site: www.illuminatiot.com
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.