• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior ACC]RS/WS in Who is Online

not works plz(0.3.5)




and whats the point of that

Code:
Frags
frags or red skull?
lol


Anyways, ty for releasing, repek ++
 
Awesome, thanks.
__________________
klekSu.png

You are welcome on kleksoria.com!
Please visit new open tibia forum with it's own ots list. otservers.net!
 
Last edited:
My won't show the ws or the rs skull why is that?

htdocs/layouts/tibiacom/images thats where i putted them.
 
Couple bugs, (my page was edited previous), took a bit to get working, but great nonetheless!

Red
 
Hello ALl Guys
Please Need Ur Help
I need Some one explain to me how to make site?
i made step 1 and 2
after i opened xampp and all things done
and after i opened http://localhost
i made step 1
And after i did that and i eneter step 2
and when i go step 3
it say can't connect database..what should i do?
:confused::confused::confused:

Msg Me Here
Or on my e-mails:
[email protected]
[email protected]
or go my site :
Click Here
Or My Forums :
Click Here
I Hope You Answer Me Fast ......If U Have Video Or Something...
 
I like it but
i have on server skull and i look (on Webist) and all character dont have skull,redskull on tfs 0.3.4pl2
 
Edited BY ME! Working on TFS 0.3.5 With Black Skull.

First Find :
if(is_int($number_of_players_online / 2))
$bgcolor = $config['site']['darkborder'];
else
$bgcolor = $config['site']['lightborder'];

After add:
$kills = 6;
$time = 24 * 60 * 60 * 1000;
$hasRs = $kills * $time;
$rs = "";
if ($player['skull'] == 4)
$rs = "<img style='border: 0;' src='./images/redskull.gif'/>";

$kills = 12;
$time = 32 * 60 * 60 * 1000;
$hasBs = $kills * $time;
$bs = "";
if ($player['skull'] == 5)
$bs = "<img style='border: 0;' src='./images/blackskull.gif'/>";

Find :
$players_rows .= '<TR BGCOLOR='.$bgcolor.'><TD WIDTH=70%><A HREF="?subtopic=characters&name='.urlencode($player['name']).'">'.$player['name'].'</A></TD><TD WIDTH=10%>'.$player['level'].'</TD><TD WIDTH=20%>'.$vocation_name[$world_id][$player['promotion']][$player['vocation']].'</TD></TR>';

Replace with:
$players_rows .= '<TR BGCOLOR='.$bgcolor.'><TD WIDTH=70%><A HREF="?subtopic=characters name='.urlencode($player['name']).'">'.$player['name'].$rs.$bs.'</A></TD><TD WIDTH=10%>'.$player['level'].'</TD><TD WIDTH=20%>'.$vocation_name[$world_id][$player['promotion']][$player['vocation']].'</TD></TR>';

Find :
//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>';

After add:
// Redskull, blackskull edited by arekziomal
$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'/> - 6+ Frags or Red Skull
<br/>
<img src='./images/blackskull.gif'/> - 12+ Frags to Black Skull
</td>
</tr>
</table>";

Please REP++ ME!

Black skull you can download from :


Thanks.
 
Back
Top