The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to import all my users from my live site to my test site, yes i know use impex, after the import however, or even before? I would like to delete all the users e-mail address' upon import and if possible replace them with a different email address.
|
#2
|
|||
|
|||
![]()
You'll probably need a PHP script or something to update the emails to something unique.
If you just want to change all the emails to the same thing you can run a query after you have imported the database. [sql] UPDATE `user` SET `email` = 'SOMESTRING@SOMESTRING.COM' [/sql] Although if you want to get a little more complex you could use PHP to generate a random like email address. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|