Help..

Posted on Friday 1st June 2007 at 07:54 PM
gbt91
gbt91's Avatar
I got my first 50 users cancelled on my user system can someone explain me why??
That's Just The Drill
Posted on Friday 1st June 2007 at 08:52 PM
MCP
MCP's Avatar
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
gbt91's Avatar
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
That's Just The Drill
Posted on Friday 1st June 2007 at 10:04 PM
MCP
MCP's Avatar
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
SkillMaster's Avatar
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
Diablosblizz's Avatar
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
SkillMaster's Avatar
PHP Code
  1. <?php
  2. session_start();
  3. include "config.php";
  4. $fetch = mysql_query(SELECT * FROM `members`)
  5. while ($array = mysql_fetch_array($fetch)
  6. {
  7. echo ("- $array[username]<br>");
  8. )
  9. ?>

Use that code to check if all the users are there.
Login or register to respond to this forum topic.