The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Downgrade From vBulletin 4.x To vBulletin 3.x
Hi , One of the topics that most of webmasters talking about that is : How to downgrade from vBulletin 4.x.x to vBulletin 3.7 or 3.8 . You can downgrade your vbulletin from 4.x to 3.x very very easy ! Without losing attachments , thanks , passwords . You need IMPEX ( One of the vBulletin scripts like an addon ) to Do this work . How to do this : First of all you must get a backup ( export ) from attach and post_thanks table from your phpmyadmin ( in .sql format ) 1. Get full backup from your vbulletin 4.x database . 2. Go to members.vbulletin.com and download IMPEX Script . 3. Make a new database and a new place for your new vbulletin ( 3.8) . 4. Install vbulletin 3.x ( 3.8.7 for example ) for your new database . 5. Extract the impex script and upload impex files ( in upload folder ) to your 3.8 forum root . Now you have 2 databases . We call 4.x database old and 3.x database new . 6. You must config impex . 7. Go to impex folder in 3.x forum and rename ImpExConfig.php.new to ImpExConfig.php After rename , Open and edit it : Code:
#### # # TARGET - The target is the vBulletin database (where the data is going to) # #### $impexconfig['target']['server'] = 'localhost'; $impexconfig['target']['user'] = 'username'; $impexconfig['target']['password'] = 'password'; $impexconfig['target']['database'] = 'vbulletin_forum'; $impexconfig['target']['tableprefix'] = ''; # If the system that is being imported from uses a database, # enter the details for it here and set 'sourceexists' to true. # If the source data is NOT stored in a database, set 'sourceexists' to false $impexconfig['sourceexists'] = true; #### # # SOURCE - The source is the old forum database (where the data is coming from) # #### # mysql / mssql $impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql $impexconfig['source']['server'] = 'localhost'; $impexconfig['source']['user'] = 'username'; $impexconfig['source']['password'] = 'password'; $impexconfig['source']['database'] = 'source'; $impexconfig['source']['tableprefix'] = ''; And set 4.x database informations in SOURCE 8. Go to vbulletin 3 admincp --> Login --> You must have a new tab "Import" 9. Click on Import tab then you will see import page. Select system : Choose 3.7.x Select version and product : Choose vBulletin 3.7 and 3.8 Start all of the modules . After you do this work you must go to update counters and update all of counters. After all of this works you must import post_thanks and attach table . ( then optimize tables) Thank you & Be successful . |
#22
|
||||
|
||||
There is no ImpEx version to import a vB4 database yet. attachments are not only in the attachment table in vb4 - the actual data is in the filedata table which didn't exist in vB3. If you only import stuff from the attachment table, then you will be missing all the actual attachment data.
|
#23
|
||||
|
||||
Maybe this is a stupid question, but I'm a newb.... why would you want to downgrade?
|
#24
|
|||
|
|||
wow that is nice.. wish i would of read it before installing my theme.. Everyone told me vb included it wasnt possiable.. but deep down i was going its got to be. Nice job man..
|
#25
|
||||
|
||||
It is not, you will lose a lot of data by using impex.
|
#26
|
|||
|
|||
Quote:
Quote:
|
#27
|
||||
|
||||
No permissions, no paid subscription data, no attachments, no third party addon information.
|
#28
|
|||
|
|||
This way may allow you to get your all data to vb3.8 but other languages (Arabic) turn into (رد تجربة.... )
|
#29
|
|||
|
|||
Thank you for this awesome article!
I have sucessful downgrade my forum from 4.1.4 to 3.8.7 without any lost. Also, the language isn't broken (my forum uses UTF8 charset). Thank you very much! |
#30
|
|||
|
|||
Quote:
You say something that you aren't test it yet ! It HAVEN'T any problem with utf-8 forums ! --------------- Added [DATE]1310653981[/DATE] at [TIME]1310653981[/TIME] --------------- Quote:
|
#31
|
||||
|
||||
Please Can You Help Me Downgrade to VB3? I Am Currently Using 4.1.4... Thanxx in Advance!
Please Check UR PMs... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|