Quote:
Originally Posted by Alfa1
Does anyone know of a way to export/import AWC subscriptions into vbulletin stock subscriptions?
|
This was actually a long and painful process for me.
What I did was export the 3 awc database tables (awc_subscriptions_data, awc_users, awc_payments) in csv format then manually transformed them into the default vb tables(subscriptionlog, paymenttransaction, paymentinfo). I had to use a few different vlookups, create new columns, delete some, rename, etc. After I was done transforming everything in excel, I truncated the 3 vbulletin tables and imported the new ones I created.
In the end, everything worked out perfect! I felt like I finally got rid of a virus that was slowly breaking my system.