PDA

View Full Version : hacking glossary


sabret00the
11-29-2003, 01:12 AM
it would be great to add something that tells you what the variables are if you wanna call them for your hack

userid = $bbuerinfo[userid]
username = $$bbuserinfo[username]
etc, etc.

assassingod
11-29-2003, 07:35 AM
Well you don't really need a glossary.
The $bbuserinfo[row] variable selects everything from the user table. So if you're inserting a new row called age, $bbuserinfo[age] will be automatically set up.
So really you can just take a quick peek in the database/files to see what gets what.:)

Dean C
11-29-2003, 08:37 AM
I believe a vb3 documentation for hacking is be drawn up as we speak :)

Chris Gwynne
11-29-2003, 04:09 PM
vB Version: 2.2.9 is sabret00the's vBulletin version. So he may be talking about vB2 variables. ;)

sabret00the
11-29-2003, 04:34 PM
nah was referring to vB3 :)