and im supposed to enter like this :
Code: Select all
// IP&PATH-Hack - Activate only on "selected" forums(2)
if ($forumid==2) {
eval("\$ippathform = "".gettemplate("newthread_ippathform")."";");
}
else {
$ippathform='';
}Code: Select all
// IP&PATH-Hack - Activate only on "selected" forums(2)
if ($forumid==if (($thread['forumid']==17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,37,38,39,40,41,42,43,44,45,46,47,53,54,55,57,58)) {
eval("\$ippathform = "".gettemplate("newthread_ippathform")."";");
}
else {
$ippathform='';
}but how do i separate them , cause php dont like nether commas or semicolon
//tnx in advance =)