The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hi guys,
my forum was recently hacked and he delete an important member from my forum. the old posts of that deleted member are now posted as a guest. my question: He registered again in my forum, Is possible to join the old posts and threads at the new registration? He are using the same nickname. some important info: user nickname: S1LV3R old userid: 68 new userid: 104002 I was looking at the database and found out that: Threads start by him: Table: vns_thread postusername: S1LV3R postuserid: 68 I was thinking to make something like that: Code:
UPDATE vns_thread SET postuserid = REPLACE (postuserid,'68','104002') Posts write by him: username: S1LV3R userid: 0 I was thinking to make something like that: Code:
UPDATE vns_post SET userid = REPLACE (userid,'0','104002') Please help... Thank you! |
#2
|
||||
|
||||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|