The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Any MUST DO thingies for vb3 hacking?
Hi all, in the process of finishing a hack, just wondering if there is/are anything i need todo to make sure it all works properly.
1) I've added my own custom permissoion (and bitfield operators), in the adminCP i've added the necesarry extra yes_no buttons. These permissions work fine, is there anything else I need todo for this? 2) I see alot of talk about cutom fields (i.e field40 :ermm: ). What are these, do they provide a way of tracking hacks lol, confused. Any other hints/tips I should know? Cheers Taz |
#2
|
||||
|
||||
don't forget to use the TABLE_PREFIX for mods
also it's better to use phrases than text in templates. |
#3
|
|||
|
|||
Quote:
Yah i have that sorted, just wondering if theres anything that could really kill the hack if I miss out lol Taz |
#4
|
||||
|
||||
Quote:
|
#5
|
|||
|
|||
Why are phrases good for? Considering, when I want to change a sentence (phrase) called by a hack, wouldn´t it be much easier to alter it in the code than having to rename the phrase in code and then having to import the new custom made phrase?
|
#6
|
||||
|
||||
Also never hard code text (especially HTML) in PHP files. It's very bother some when hackers do such.
Quote:
It also puts all the text in one area and categorizes them. Easy to access and modify, especially for one who isn't savvy with vBulletin. |
#7
|
||||
|
||||
you dont really need TABLE_PREFIX if your calling tables added not by vbulletin but by your hack etc.
|
#8
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|