MyBB Community Forums

Full Version: Who's Online non MyBBpage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Still having trouble with this. I'd like a non-Mybb page to show the users as online.

I have:

<?php
define("IN_MYBB", 1);
require_once "global.php";
?>

at the top of the non MyBB page and it shows as "Unknown Location" in the WOL list but the URL is correct when clicked.

I've had some help from others who suggest I need a plugin but I am stuck.

Anyone care to take a crack at a plugin for a nonMyBB page? The page is in my root MyBB folder.