The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
WetWired - Thanks for all your help! I just hacked the file with several combinations of what you and filburt have told me to do, and finally must have gotten a good combination.. This leads my to my next question (about the orphaned records).. The hack called "Unactivated User Management" has the following code:
Code:
$DB_site->query("UPDATE post SET username='".addslashes($user[username])."',userid=0 WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM user WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM userfield WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM access WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM calendar_events WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM customavatar WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM moderator WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM privatemessage WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM subscribeforum WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM subscribethread WHERE userid='$user[userid]'"); $DB_site->query("DELETE FROM session WHERE userid='$user[userid]'"); BTW -- Where do you live in Texas? I am also from Texas and live in Beaumont. Thanks for all of your help and have a great weekend! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|