Quote:
Originally Posted by IRANCITY
hi dear
my user acc deleted i need to restore here user
what am i doing?
i cant restore full site info.... i just need to restore this user ,,,,, it have 10000 post
help me
|
Have the user to register again and then you can do that with my mod. It is for vb 4 but if you remove the version from depency at the xml file it will work on vb 3X as well.
https://vborg.vbsupport.ru/showthread.php?t=236861
Or you can do it manually by doing the following.
After the user is registered again, go to the phpmyadmin in the cp of your host, select the database name that your forum resides on and at the SQL tab run the following query:
Code:
UPDATE post SET userid='newusersid' WHERE username='exusername';
And replace the uid and username accordingly.
Then as last but not least, go to: Admin CP -> Maintenance -> Update Counters and run the Rebuild Thread Information, Rebuild Forum Information, Update User Names, Update Post Counts.
Note, before you run the last option ( Update Post Counts), read the description under the title.
Hope it helps.