pior ki n aparece so no site
n aparece no otservlist
tipo fica como se tivesse offline
tem 2 semanas ki ele ta online e la aparece off
na moral mermu n sei mais o q fazer
pior ki n aparece so no site
n aparece no otservlist
tipo fica como se tivesse offline
tem 2 semanas ki ele ta online e la aparece off
na moral mermu n sei mais o q fazer
info
Grupo: Conde
Registrado: 17/06/07
Posts: 689
Reputação: +807
Char no Tibia: Thor Knyght

Você violou da regra de Mensagem Duplicada, mas desta vez, fica aqui o alerta verbal.
Va em:
config-and-functions
procure por isso:
$sock = @fsockopen
do lado tera um ip ou escrito localhost.
coqloque seu ip no lugar.
info
Grupo: Infante
Registrado: 15/05/10
Posts: 1.5k
Reputação: +230
Char no Tibia: Alia Dori

O meu site acontecia a mesma coisa, e eu tive que esperar apenas 5 minutos para poder aparecer Online no site!
Abraços.
Editado Fevereiro 11 por FezZinN
obrigado 1tyi
e descupa alissow mas preferi reviver ao topico a ter ki postar outro!
se n ia ficar sem ajuda
mas 1tyi
essa solução que vc me passo n vai funcionar apenas para o meu site n?
pq meu maior problema e o otservlist agora!
quem joga ot so olha la então n vo ter publico
e eu dei meus ultimos 100 reais no datacenter
"ultimo pq to desempregado!"
1º seu ot ta on dando para outras pessoas entrar certo?
2º se seu o ta ON da pra postar sem problemas no otservlist ;x
3º se esta online apenas para voçê jogar, libere as portas do seu modem. (7171,7172)
arf c n entendeu nada do q eu disse num foi?
meu server jha ta on!!!
jha ta no otservlist!!!
vai la e procura por lithiumts
so ki la...
APARECE OFF!!!!!!!!!!!!!!!
jha troquei o plano do datacenter
troquei ate o executavel do ot
mas nada
tem um mes isso
>=(
o pior cara
e ki de vez enquando fica on no otlist
depois de 1 hr no maximo fica off de novo
puta ki pariu to pa matar um de odio dessa disgrassa
![]()
info
Grupo: Campones
Registrado: 17/07/10
Posts: 62
Reputação: +25

o mEU Site Está Com Mesmo problema :S
eu tinha esse mesmo problema isso nao tem nada a ve com o servidor, e sim com o cmputador ou internet do hoster...
info
Grupo: Campones
Registrado: 17/07/10
Posts: 62
Reputação: +25

Porra mas antes eu tinha um site e aparecia online pq?
OU 1tyi me add msn pra me ajduar com shop do meu site?
nao ta aparecendo as imagens
ghtp2108@hotmail.com
add aew vmao conversa ![]()
ja respondi no topico que vc criou aqui sobre as imagens, e sobre o site sob um poquinho a pagina do topico que eu postei como faser ;DD
mais se ainda aver duvidas me adiciona no msn:
willian_cco@hotmail.com
info
Grupo: Cavaleiro
Registrado: 03/03/07
Posts: 150
Reputação: +48
Gênero: Masculino
Char no Tibia: Kaball Madness

Tenta isso...
htdocs/whoisonline.php:
<?PHP
$update_interval = 10;
if(count($config['site']['worlds']) > 1)
{
$worlds .= '<i>Select world:</i> ';
foreach($config['site']['worlds'] as $id => $world_n)
{
$worlds .= ' <a href="?subtopic=whoisonline&world='.$id.'">'.$world_n.'</a> , ';
if($id == (int) $_GET['world'])
{
$world_id = $id;
$world_name = $world_n;
}
}
$main_content .= substr($worlds, 0, strlen($worlds)-3);
}
if(!isset($world_id))
{
$world_id = 0;
$world_name = $config['server']['serverName'];
}
$order = $_REQUEST['order'];
if($order == 'level')
$orderby = 'level';
elseif($order == 'vocation')
$orderby = 'vocation';
if(empty($orderby))
$orderby = 'name';
$tmp_file_name = 'cache/whoisonline-'.$orderby.'-'.$world_id.'.tmp';
if(file_exists($tmp_file_name) && filemtime($tmp_file_name) > (time() - $update_interval))
{
$tmp_file_content = explode(",", file_get_contents($tmp_file_name));
$number_of_players_online = $tmp_file_content[0];
$players_rows = $tmp_file_content[1];
}
else
{
$players_online_data = $SQL->query('SELECT * FROM players WHERE world_id = '.(int) $world_id.' AND online > 0 ORDER BY '.$orderby);
$number_of_players_online = 0;
foreach($players_online_data as $player)
{
$number_of_players_online++;
$acc = $SQL->query('SELECT * FROM '.$SQL->tableName('accounts').' WHERE '.$SQL->fieldName('id').' = '.$player['account_id'].'')->fetch();
if(is_int($number_of_players_online / 2))
$bgcolor = $config['site']['darkborder'];
else
$bgcolor = $config['site']['lightborder'];
$rs = "";
if ($player['skulltime'] > 0 && $player['skull'] == 3)
$rs = "<img style='border: 0;' src='./images/whiteskull.gif'/>";
elseif ($player['skulltime'] = $player['skull'] == 4)
$rs = "<img style='border: 0;' src='./images/redskull.gif'/>";
elseif ($player['skulltime'] = $player['skull'] == 5)
$rs = "<img style='border: 0;' src='./images/blackskull.gif'/>";
$players_rows .= '<TR BGCOLOR='.$bgcolor.'><TD WIDTH=10%><image src="images/flags/'.$acc['flag'].'.png"/></TD><TD WIDTH=70%><A HREF="?subtopic=characters&name='.urlencode($player['name']).'">'.$player['name'].$rs.'</A></TD><TD WIDTH=10%>'.$player['level'].'</TD><TD WIDTH=20%>'.$vocation_name[$world_id][$player['promotion']][$player['vocation']].'</TD></TR>';
}
file_put_contents($tmp_file_name, $number_of_players_online.','.$players_rows);
}
//Wykresik
$main_content.= ' <TABLE BORDER=0 CELLPADDING=4 CELLSPACING=1 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD WIDTH=10% CLASS=white><center><B>Players Online On Trutao Sv</B></TD></TR></TABLE>
<table align="center"><td>
</td>
</tr>
</table>';
if($number_of_players_online == 0)
//server status - server empty
$main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD CLASS=white><B>Server Status</B></TD></TR><TR BGCOLOR='.$config['site']['darkborder'].'><TD><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=1><TR><TD>Currently no one is playing on <b>'.$config['site']['worlds'][$world_id].'</b>.</TD></TR></TABLE></TD></TR></TABLE><BR>';
else
{
//Vocations pics
$vocs = array();
foreach($SQL->query('SELECT `vocation`, COUNT(`id`) AS `count` FROM `players` WHERE `world_id` = "'.$world_id.'" AND `online` > 0 GROUP BY `vocation`') as $entry)
$vocs[$entry['vocation']] = $entry['count'];
$main_content .= '<table width="200" cellspacing="1" cellpadding="0" border="0" align="center">
<tbody>
</tbody>
</table>
<div style="text-align: center;"> </div>';
$main_content .= "<table width='100%' cellspacing='1'>
<tr>
<td style='background: ".$bgcolor.";' align='center'>
<img src='./images/whiteskull.gif'/> - 1 - 6 Frags
<br/>
<img src='./images/redskull.gif'/> - 7+ Frags no dia para Red Skull
<br/>
<img src='./images/blackskull.gif'/> - 15+ Frags no dia para Black Skull
</td>
</tr>
</table>";
//server status - someone is online
$main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD CLASS=white><B>Server Status</B></TD></TR><TR BGCOLOR='.$config['site']['darkborder'].'><TD><TABLE BORDER=0 CELLSPACING=1 CELLPADDING=1><TR><TD>Currently '.$number_of_players_online.' players are online on <b>'.$config['site']['worlds'][$world_id].'</b>.</TD></TR></TABLE></TD></TR></TABLE><BR>';
//list of players
$main_content .= '<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=4 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD><a href="" CLASS=white >Country</a></TD><TD><A HREF="?subtopic=whoisonline&order=name&world='.$world_id.'" CLASS=white>Name</A></TD><TD><A HREF="?subtopic=whoisonline&order=level&world='.$world_id.'" CLASS=white>Level</A></TD><TD><A HREF="?subtopic=whoisonline&order=vocation&world='.$world_id.'" CLASS=white>Vocation</TD></TR>'.$players_rows.'</TABLE>';
//search bar
$main_content .= '<BR><FORM ACTION="?subtopic=characters" METHOD=post> <TABLE WIDTH=100% BORDER=0 CELLSPACING=1 CELLPADDING=4><TR><TD BGCOLOR="'.$config['site']['vdarkborder'].'" CLASS=white><B>Search Character</B></TD></TR><TR><TD BGCOLOR="'.$config['site']['darkborder'].'"><TABLE BORDER=0 CELLPADDING=1><TR><TD>Name:</TD><TD><INPUT NAME="name" VALUE=""SIZE=29 MAXLENGTH=29></TD><TD><INPUT TYPE=image NAME="Submit" SRC="'.$layout_name.'/images/buttons/sbutton_submit.gif" BORDER=0 WIDTH=120 HEIGHT=18></TD></TR></TABLE></TD></TR></TABLE></FORM>';
}
?>
e espera um tempo... acho que vai resolver :smile_positivo:
Editado Fevereiro 11 por Hudsin
info
Grupo: Campones
Registrado: 22/06/11
Posts: 56
Reputação: +2

funfa aqui certo
info
Grupo: Campones
Registrado: 24/06/11
Posts: 71
Reputação: -1

ligue xamp tudo serto veja servidor esta online mesmo aguarde 1 minuto e esta on.
Bye
info
Grupo: Artesão
Registrado: 14/06/07
Posts: 108
Reputação: +21
baixei meu site aki
http://www.xtibia.com/forum/topic/90671-gesior-acc-maker-for-tfs/
meu problema e que enquanto meu serv esta on! aparece off no site!
penso eu que deve ser algun problema no firewall
mas eu coloquei o exe do jogo e todas as portas q uso como exeções e nada!!!!!
jha tentei ate desligar o firewall...
¬¬
veja a hr do post to indo durmi agora pq dessa @#%@#%$&...
¬¬
meu site e ip é:
lithiumts.servegame.com
obrigado desde jha!
Editado Julho 1 por Foxkbt