PDA

View Full Version : Show online users on non VB page in WOL - Started need help to finish?


ryancooper
11-30-2007, 07:07 PM
OK I have file x.php in my forums directory. That file contains the following code. . .



<?php

require_once('./global.php');
require_once('./includes/functions_online.php');
require_once('./includes/functions_user.php');

?>
<p><p>
<center><font face="verdana" size="5"> <a href="http://www.xxx.com">
Click here to continue </a>


When a member is on this page shouldn't they show up in the WOL?

Thanks for any help.
Ryan C.