- Joined
- May 15, 2008
- Messages
- 683
- Reaction score
- 693
Hello dudes in this Thread i will show you how to see online players ip addresses.
1st. Type this in your table with online list
then set this up or down in your site :
and finaly add this in your second table in online players list :
and thats all
Klick here and see the DEMO
This files is special for : http://darksteam.net/
please don't copy! RESPECT the dude who make this
Credits: Gasolincho
1st. Type this in your table with online list
Code:
<td align=left><font color=#666666><center>IP</center></font></td>
Code:
$get_ip = "Select ip from MEMB_STAT where memb___id='$row[0]'";
$get_ip_exec = $db->Execute($get_ip);
$get_ip_done = $get_ip_exec->fetchrow();
Code:
<td align=left><font size=1 color=yellow><center>$get_ip_done[0]</center></td>
Klick here and see the DEMO
This files is special for : http://darksteam.net/
please don't copy! RESPECT the dude who make this
Credits: Gasolincho