Log in

View Full Version : Reputation Question


Adam14
02-18-2006, 05:26 PM
Hi everyone, I was wondering where the Rep levels would be store. If there was a .php file that would have:

Reputation Level:New guy - Minimum Reputation Level: 0
Reputation Level:Kinda Liked - Minimum Reputation Level: 10

When you add a new user reputation, does that actually get stored in a .php file somewhere? Any help would be great.

Thanks,
Adam

DannyMilner
02-18-2006, 05:44 PM
No it is saved into the mysql database.

Use phpmyadmin and find the table "users" there you can find all the info of all users.

Adam14
02-18-2006, 08:52 PM
I did as you suggested. Very helpful. Thanks :)