The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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]);
-----------------------------------------------
|
|
#2
|
||||
|
||||
|
it's not in showthread.php it's in functions.php
and i think it was always there, just the hack description was wrong.. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|