Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2005
Posts: 6
T
stranger
stranger
T Offline
Joined: Jun 2005
Posts: 6
Is there any way to recover the original Administrator account for UBBThreads? Our shows to have been deleted and no longer in the database, but when I attempt to make another login it says that it already exists.

Joined: Apr 2004
Posts: 67
D
journeyman
journeyman
D Offline
Joined: Apr 2004
Posts: 67
Can you connect to the database (using phpMyAdmin, for example)? If so, look at the w3t_Users table. Is the Admin account in question still there? Is the **DONOTDELETE** user still the first user? If not, we may be able to restore it with a SQL query.

Are there any other admins that can log in? Perhaps they can look for that user in the member list?

Joined: Jun 2006
Posts: 742
enthusiast
enthusiast
Joined: Jun 2006
Posts: 742
If when you say "it shows to have been deleted", the main admin won't be visible with any searches via the Admin panel. So this may make it seem like it's gone.

You can try viewing /showprofile.php?User=2 to see if the user is there or not.


Joshua Pettit
Web Developer
www.ThreadsDev.net | www.JoshuaPettit.com
Joined: Jun 2005
Posts: 6
T
stranger
stranger
T Offline
Joined: Jun 2005
Posts: 6
Ah ha... It is there indeed. Is there any way to access that from the control panel and update the password?

Joined: Jun 2006
Posts: 742
enthusiast
enthusiast
Joined: Jun 2006
Posts: 742
You can do so with an SQL Query from the SQL Query section of the Admin area.

UPDATE w3t_Users
SET U_Password = md5('newpassword')
WHERE U_Number = 2

That should reset the password to "newpassword"


Joshua Pettit
Web Developer
www.ThreadsDev.net | www.JoshuaPettit.com
Joined: Jun 2005
Posts: 6
T
stranger
stranger
T Offline
Joined: Jun 2005
Posts: 6
That worked. Thanks Josh


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Bots
by Outdoorking - 04/13/2024 5:08 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
0 members (), 1,063 guests, and 171 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)