The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Question] Vbulletin terminologies and Acronyms
Hello there,
Actually I'm trying to get started writting my own hacks and mods, but as you know times is tough , I found some special vbulletin conventions which I'm trying to familiarize, however I found some acronyms and terminology that I think the stuation would be much easier if I know those terminologies, and acronyms meanings such as: CSRF in define('CSRF_PROTECTION', true);, bf_ugp in bf_ugp_genericoptions, GPC in $vbulletin->GPC['xxx'], or bit such as in postbit, or reputationbits, .... etc. of course I found its meaning in the dectionary, but I couldn't have any clue about what does it mean in the vb templates. waiting your help, and thanx in advanced |
#2
|
||||
|
||||
CSRF = Cross-Site Request Forgery. This is not a vBulletin terminology, but a widely used one in the web programming world.
bf_ugp = Bitfield Usergroup. Usergroup bitfields, with attention to bitfields. Bitfields are used in programming in general. GPC = Get Post Cookies. Self-explanatory, and used in the PHP world. Bit = a "bit" (not in "zeros and ones", but literal bit). Postbit = a part for a post. Reputationbits = a part for a reputation. |
#3
|
|||
|
|||
Thanx a lot, I'm realy glad to receive this help, now many things make sense to me, but if you could refer me to a full reference for these acronyms at least those ones which are under vbulletin conventions, such as ugp or klimit by the way I still don't know what's klimit
any way thanks again |
#4
|
||||
|
||||
You may be interested in this section of the manual - Appendix 1: Terminology
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|