04-13-2005, 03:49 AM
|
#12 (permalink)
|
|
The Acquainted
Join Date: Mar 2005
Posts: 177
Thanks: 0
|
Ok, I noticed you uploaded it. Here's my last idea. This query is being ran when every someone goes to the site:
PHP Code:
SELECT id FROM $tab[user] WHERE code='$trupimp'
So basically it looks like they are being logged in as admin every time. Run this query in phpMyAdmin and tell me what it returns:
PHP Code:
SELECT code FROM users WHERE username = 'admin'
|
|
|
|