PDA

View Full Version : Removing Modifications From Database


Juansito
05-24-2007, 02:25 PM
Hello,

I'm trying to remove all modifications from my heavily modified forum.

I don't want to remove the users or topics/posts or forum categories i just want to remove everything that doesn't come installed with a fresh install of vBulletin.

Is there a way for me to do this? Is there a mod that can do this for me? I can't use the uninstall feature for the products either i keep getting errors.

Thanks for your help!

Eikinskjaldi
05-24-2007, 10:55 PM
mysqldiff http://www.mysqldiff.org/ is a nice tool that will show the differences between databases and tables, if you did a clean install of vb side by side with your modded version you could use it to see what changes have been made. It will generate sql which will allow you to "patch" the modded version.