4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: aj21 on November 28, 2005, 04:45:12 AM
-
how do i re admin myself?
-
You will need access to a mysql manager, such as phpmyadmin. Search in 4images_users table for your user, edit it and set user_level to 9
Alternatively you could execute this mysql query:UPDATE 4images_users SET user_level = 9 WHERE user_id = XX
Replace XX with your user ID. (not user name!)
-
Thank YOU!!