Hello epvpers! Today I present to you the Registered Counter v.1. All the information is presented below. :rolleyes:
Registered Counter Code:
* Make sure to type your database name and your password (leave blank if you have no password).
--------------------------------------------------
Want it in a php file instead?
Download link below.
--------------------------------------------------
Instructions:
File Location:
[Only registered and activated users can see links. Click Here To Register...]
Code Location (to place new code):
[Only registered and activated users can see links. Click Here To Register...]
New Code (same place were old code was at):
[Only registered and activated users can see links. Click Here To Register...]
Registration Page:
[Only registered and activated users can see links. Click Here To Register...]
--------------------------------------------------
There you go works 100% :D
Have Fun! :handsdown:
Registered Counter Code:
PHP Code:
<?php
// [MySQL] Config
$host = "localhost";
$username = "root";
$password = ""; // Leave blank if no password.
$database = ""; // Your Private Server Database.
$table = "users";
// Connect to mysql.
mysql_connect("$host","$username","$password") or die (mysql_error());
mysql_select_db("$database") or die (mysql_error());
// Database fuctions.
$usercount = mysql_query("SELECT * FROM $table") or die (mysql_error());
$count = mysql_num_rows($usercount);
echo "Registered:".$count;
// Created by darkorbitplayer1118
?>
--------------------------------------------------
Want it in a php file instead?
Download link below.
| Download | Virustotal | |
|---|---|---|
| [Only registered and activated users can see links. Click Here To Register...] | [Only registered and activated users can see links. Click Here To Register...] |
Instructions:
File Location:
[Only registered and activated users can see links. Click Here To Register...]
Code Location (to place new code):
[Only registered and activated users can see links. Click Here To Register...]
New Code (same place were old code was at):
[Only registered and activated users can see links. Click Here To Register...]
Registration Page:
[Only registered and activated users can see links. Click Here To Register...]
--------------------------------------------------
There you go works 100% :D
Have Fun! :handsdown: