The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
[help] Need to know what this code was change dtoo? [/help]
Hey all
a friend sent me an old hack, and it asks to find some code, but i can not find it in 2.2.9, so i assume it was changed Does anyone know where to find this code in 2.2.9 - or what it may have been changed to? Code:
################## # SHOWTHREAD.php # ################## FIND: ----------------------------------------------- if ($post[ip]!="") { if ($logip==2) { eval("\$post[iplogged] .= \"".gettemplate("postbit_ip_show")."\";"); } if ($logip==1) { eval("\$post[iplogged] .= \"".gettemplate("postbit_ip_hidden")."\";"); } if ($logip==0) { $post[iplogged]=""; } } else { $post[iplogged]=""; } $post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]); ----------------------------------------------- |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|