Quote:
Originally Posted by Swedie
I just told you a way to do it. But I'll repeat
You need PHPMYADMIN or MySQLcc. List the content of the table called "phrase". Then change the values by hand.
To quicker find the last added phrases type this as a SQL command:
SELECT * FROM phrase ORDER BY phraseid DESC LIMIT 30
This will show the last 30 added phrases. Now go through them one by one.
|
Thanx for your fast replies Swedie, but I actually meant the other values, since they seem to be conflicting...
Quote:
'canuseguestbook' => 262144,
'canusewebpage' => 524288,
'canseehiddencustomfields' => 1048576,
// Reputation
'canseeownrep' => 256,
'canuserep' => 524288,
'canhiderep' => 1048576,
'cannegativerep' => 2097152,
'canseeothersrep' => 4194304,
'canhaverepleft' => 8388608,
);
|