• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Admin

Well-Known Member
Staff member
Administrator
PHP:
<?
include 'header.php';
?>
<small><b>Đang Online </b>:<br/>
<?php
$ip = $_SERVER["REMOTE_ADDR"]; 
print 'Địa chỉ IP: '.$ip;
echo "<br /><div class='n'>Tình trạng online</div>";$des = array('P','o','w','e','r','e','d',' ','b','y',', ','S','p','i','c','y','F','M','.','C','o','m');echo '<script type="text/javascript">document.title=document.title+" :: '.implode('',$des).'"; </script>';
$data = file('online.dat');
foreach($data as $val)
{
$ex = explode('::', $val);
$ex2 = explode(' ', $ex[0]);
$i++;
echo "<hr><b>$i. </b>$ex2[0]<br/><b>IP:</b> $ex[1]<br/><b>Thời gian:</b> ".date('h:i A', (int)(trim($ex[3])))."</div>";
}
include 'end.php';
?>
Lưu thành who.php chạy domain/who.php là xong
 

Facebook Comments

New posts New threads New resources

Back
Top