- Joined
- Apr 8, 2008
- Messages
- 2,465
- Reaction score
- 11,167
What is this?
- Its a PHP script which will show you the max users online ever in your server.
How to install?
- Open config_me.php and edit the next lines with your SQL Info
How to see my online users and the max online user?
- Run in a browser Online_Users.php
Results of this script?
How to install this into my website?
- Find a good place and use this code <? include("Online_Users.php"); ?>
Credits:
=Master=
- Its a PHP script which will show you the max users online ever in your server.
How to install?
- Open config_me.php and edit the next lines with your SQL Info
PHP:
$muweb['sql_host'] = "localhost";
$muweb['sql_user'] = "sa";
$muweb['sql_password'] = "password";
$muweb['sql_database'] = "MuOnline";
- Run in a browser Online_Users.php
Results of this script?
How to install this into my website?
- Find a good place and use this code <? include("Online_Users.php"); ?>
Credits:
=Master=