Log in

View Full Version : A Detailed Hack


Watson
10-15-2008, 08:36 PM
I have had a right good look, and I can't think what would be best to use for what I am looking for, so I am looking for some help.

I am wanting to manipulate 1 of the existing hack into a sort of general information hack.

I am using vbadvanced, so I was just going to create individual pages, but I think its too much work to do that, and would rather have everything integrated into Vbulletin.

ok, enough babbling, but I am basically looking to manipulate a hack into a general information hack, so I can have a list of all the UK football stadiums, with updatable information. Like


Phone Number
Address
Manager
Capacity
Captain
Chairman
etc


I was thinking of using the profile hack, but then I would need to start creating new users for each 1. Which may not be a bad thing, but really just looking for any other hacks I could maybe use.

Anyone got any idea's?

Cheers

Watson

noppid
10-15-2008, 08:52 PM
Create a DB table with all the info you need to input. Use a unique ID for each.

Create and acp input form to populate it.

Create php page that pull them all to create and index. Link each uniuqe id to another part of the page that displays one stadiums details.

You cab get fancy and make an edit form for the acp too.

Watson
10-15-2008, 08:54 PM
I am more than likely to muck up my DB doing summit like that, not the best at coding at all. I can pretty much add hacks and stuff, but aint the best at anything else.