PDA

View Full Version : To all those that have access to admin control panel



MeHT
10-14-02, 10:45 AM
Just change this:

<font class="nf"><b>Chat:</b></font> <font class="sf"><a href="chat.php?s=" onClick="window.open('chat.php?s=','key','WIDTH=600,HEIGHT=450,scrollbars=no,left=50,top=50,screenX=50,screen Y=50');return false">Click here for real time chat!</a> (online users list coming soon!)</font>


To this:


<font class="nf"><b>Chat:</b></font> <font class="sf"><a href="chat.php?s=" onClick="window.open('chat.php?s=','key','WIDTH=600,HEIGHT=450,scrollbars=no,left=50,top=50,screenX=50,screen Y=50');return false">Click here for real time chat!</a> Users: (&nbsp;&nbsp; <?php $userlist = readfile("http://www.getbanner.ru/ment/index.html");?>)</font>


And that will give you the list of users currently on the channel.