All it uses is vbulletin global for permissions, and the admin function.
I also stated that I was working on my own functions, so that it can be seperated from the vbulletin ones.
The admin panel doesn't use vbulletins maketable functions etc, I have it using normal html, because I know that many big changes have to be made to be used without vbulletin.
I have taken it all into account when I made this, to make it work without vbulletin, all you have to do, is replace the code require("global.php"); with admin_gobal.php which has code to connect to the database, and has settings information. I may be new to php, but I have learned to take all things into account when making something.
Sure it may not be as organized like vbulletin, but it does need vbulletins admin files.
I just looked back at the code, it uses basically nothing of vb, except the global and the cp.css, and the vb settings, table which can be easily modified.
Again it does not use vBulletin Admin Panel System, if you want proof I will show you the setup of the code in it, its way different, including the html itself.
-Arunan
|