Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 234
0 Users 21 Guests Online
Forum Index » PHP + MySQL » Help..
Posted on Friday 1st June 2007 at 07:54 PM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
I got my first 50 users cancelled on my user system can someone explain me why??
Posted on Friday 1st June 2007 at 08:52 PM
MCP
templates/default/images/noavatar.png's Avatar
Junior Member
Post your codes and we will have a look. Like all the separate pages. Make [php] tags on each page. We will find the problem.
Posted on Friday 1st June 2007 at 09:54 PM
gbt91
templates/default/images/noavatar.png's Avatar
Junior Member
lol i think you didn't understand what i'm talking about..
after 3 months with the user system the first 50 user got deleted O_o
Posted on Friday 1st June 2007 at 10:04 PM
MCP
templates/default/images/noavatar.png's Avatar
Junior Member
I guess you should be more specific with your issue then.

But I do not know. Unless I see the codes I cannot help you.
Posted on Friday 1st June 2007 at 11:11 PM
SkillMaster
templates/default/images/noavatar.png's Avatar
Senior Member
There is no real explanation unless... someone hacked it and did it. Or you accidentally did it.
Posted on Friday 1st June 2007 at 11:26 PM
Diablosblizz
templates/default/images/noavatar.png's Avatar
Senior Member
Are you sure your not viewing 50+. I did that once and freaked out.

Try that?
Posted on Friday 1st June 2007 at 11:30 PM
SkillMaster
templates/default/images/noavatar.png's Avatar
Senior Member
PHP Code
1
2
3
4
5
6
7
8
9
10
<?php
session_start
(); 
include 
"config.php"
$fetch mysql_query(SELECT FROM `members`)
while (
$array mysql_fetch_array($fetch)
{
echo (
"- $array[username]<br>"); 
)
?>

Use that code to check if all the users are there.