Antivirus
11-26-2008, 02:28 PM
I've noticed that vbulletin has the ability to recognize certain sincle character arguments in GPC when cleaning vars such as c=calendarid, e=eventid, f=forumid, etc... thus allowing a $_REQUEST to look like this:
https://vborg.vbsupport.ru/newthread.php?do=newthread&f=15
as opposed to this:
https://vborg.vbsupport.ru/newthread.php?do=newthread&forumid=15
I've looked all over for the "key" to this, but can't find it. Somewhere there has to be a array of keys=>values for f=>forumid, c=>calendarid, etc...
Does anyone know where this is located?
https://vborg.vbsupport.ru/newthread.php?do=newthread&f=15
as opposed to this:
https://vborg.vbsupport.ru/newthread.php?do=newthread&forumid=15
I've looked all over for the "key" to this, but can't find it. Somewhere there has to be a array of keys=>values for f=>forumid, c=>calendarid, etc...
Does anyone know where this is located?