Thread: need help
View Single Post
Old 04-13-2005, 03:49 AM   #12 (permalink)
CreativeLogic
The Acquainted
 
Join Date: Mar 2005
Posts: 177
Thanks: 0
CreativeLogic is on a distinguished road
Default

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[userWHERE 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' 
CreativeLogic is offline  
Reply With Quote