[Release] Random players for s0wh4t? CMS

Newbie Spellweaver
Joined
Jul 31, 2008
Messages
14
Reaction score
0
Im not sure if this thread has been released or not but I'm just gonna release it again just in case you need it ^^

Download:


first, put the randomplayer.php to www folder (wamp)
then open top.php and find:


PHP:
echo $logserv_name;
        $fp = @fsockopen($serverip, $loginport, $errno, $errstr, 1);
      if (!$fp) {
           echo $offline;
        } else {
           echo $online;
        }

        @fclose($fp);
        
        ?>
        
        
        </p>
        </td></tr>

add this underneath it:

PHP:
 <tr><td> 
<?php
include("randomplayer.php");
?>

</td></tr>

Now save and WALLAH! there you have it your very own random player.

CREDITS TO ME(EDITING) and
CREDITS TO ANBUitachi (THREAD)
CREDITS TO RROOBBIINN(SCRIPT)

____________________________

HunterBlitz - [Release] Random players for s0wh4t? CMS - RaGEZONE Forums
 
All you did is get rroobbiinn's script for Random Gm and edit it. anbuitchi in his thread said credits to rroobbiinn T.T
 
Back