Download Manager
The Download Area shows available files grouped by below sections. Access to non-public files is only allowed when being logged in. For signing-up please click the "Register Now" link in the "Login Panel".

Sections: » RGameScript Pro » Mods/Plug-ins

Mods/Plug-ins
Sort by:
Show:
Search by:
Search Text:

Users Online Users Online
Description:

Using this cool mod you can display the amount people are online in your website in real time.

Installation Instruction

  • Login to your PHPMyADMIN Panel.
  • Select the database in which RGameScript Pro is installed
  • Click SQL from top middle side
  • Paste the following SQL Query and click Go
CREATE TABLE rgames_useronline (
timestamp int(15) DEFAULT '0' NOT NULL,
ip varchar(40) NOT NULL,
file varchar(100) NOT NULL,
PRIMARY KEY (timestamp),
KEY ip (ip),
KEY file (file)
);
  • Upload /useronline folder under /rgamescript/rplugins/useronline/ (You may need to make the rplugins folder first)
  • Open your skin file, and in the place where you want to display users online add this code:
<?php include("rplugins/useronline/index.php"); ?>
  • You are done!
File Size:13.47 KB
Version1.0
Author:Roosevelt Purification
Date Added:November 5, 2006
Date Updated:December 17, 2006
Download Count:20
Rating:
 (5 / 5)  (4 votes)
   Download Now