The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
I'm sure filburt already applies such precautions but a small reminder for other people:
When you install a test board which resides in the internet (ie not in your localhost), always remember to run these queries in your test board's database: [sql]DELETE FROM subscribethread[/sql] (This will remove thread subscriptions so if you accidently reply a thread, your test board will not be revealed to subscribers.) [sql]UPDATE user SET password=MD5('youradminpasswordgoeshere')[/sql] (This will set all users passwords to your admin password so even if test board is revealed they wont be able to login and will also help you to login as them if you need to test such things) [sql]UPDATE user SET email="youradminemailgoeshere"[/sql] (This will set all users emails to your email so even if they run into test board, they cant reset their password to receive a new one and log in. It will also help you test any kind of emailling issues as all emails are now directed to your account) Needless to say, never ever run such queries in the real board, they are just for the test board! :lick: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|