Quote:
Originally posted by DarkDraco07
let me ask a pro a question, with this u only have to change the file names and the code lines that lead to those files right? cuz if it is i think i can do it
|
First off there are several things that need to be done to make it interface with vb completely:
- * update all the scripts to include global.php
* update all the queries to vb standard
* Remove the functions, db_connect etc... scripts and update vb's functions to accomodate the battle ones and use vb's db_mysql.php for your queries etc....
* Use the user db in vb for the battle system which again would require script changes.
* You can keep this in it's own directory under the vb root so you don't have to rename files.
* Install the tables etc into the same db vb uses.
* Use vb's template system.
There may also be more that I didn't list.