PDA

View Full Version : How Can Get Started Programming vBulletin Hacks


Come2Daddy
09-16-2008, 07:15 AM
Hello there;

Actually I have a little experiounce in php programming and I want to start production my own hacks, but I don't know how to integrate my hack or mod with my vBulletin.
Lets say for instance I want to program simple ads hack so I need to create a form in the admincp to fill it with the pictures' links of ads and the ads links(i.e., the url of the web that advertise with us.), hence we submit that form inputs with post method and since the form is in the admincp then it does not require us to go through validating input.
of course I would need a table in the database to hold that form's inputs.
and I need also a simple table to be located in one of the ads templates such as ad_header_end.

but I don't know how to creat a form in the admincp, and if I did I don't know how to extract my hack as xml file so I can distribute it or sell it?

Opserty
09-16-2008, 08:41 AM
Useful Post With Links on Learning How To Develop vBulletin Plugins (https://vborg.vbsupport.ru/showpost.php?p=1293628&postcount=3)
Creating a Product (http://www.vbulletin.com/docs/html/creating_a_product)
Plugin System (http://www.vbulletin.com/docs/html/plugin_system)

Read through the articles section there are tutorials for pretty much everything there.

Come2Daddy
09-16-2008, 06:13 PM
Thank you Opserty :)

I'm going to read through those links you provided and see

thanx again