yeah, I had already saw that forum, there's only one thread though that really helps me at this point, and it's the "How to create plugins". I guess the more clear question is, is there somewhere that will explain structure of vbulletin code? For instance, I notice a lot of hacks include global.php, where would I find out stuff like that? Or do I just need to look at a lot of different hacks and learn from the bottom up?
yeah, I had already saw that forum, there's only one thread though that really helps me at this point, and it's the "How to create plugins". I guess the more clear question is, is there somewhere that will explain structure of vbulletin code? For instance, I notice a lot of hacks include global.php, where would I find out stuff like that? Or do I just need to look at a lot of different hacks and learn from the bottom up?
To make a plugin, you need to have at least a basic understanding of php, if not programing. Because thats all plugins are... php code
To make a plugin, you need to have at least a basic understanding of php, if not programing. Because thats all plugins are... php code
yeah, I've created some php scripts before, but can you just plugin PHP code bypassing security and variables needed by vB itself? Or do you need some basic vB structure in every script?