awesome hack m8! installed it right away
one question.. after how many warning points does a user get banned and can I customize this? thanx!!!!
sorry one other question.. I noticed the warning wasnt displaying in the postbit.. so I went looking in the install and I found this:
Code:
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
$post[warnlink] = "";
$warntype = checkwarnlink($bbuserinfo[usergroupid], 0);
if($warntype == 1) {
eval("\$post[warnlink].= \"".gettemplate('warn_seelink')."\";");
} else {
$post[warnlink].= "";
}
$warntype2 = checkwarnlink($bbuserinfo[usergroupid], 1);
if($warntype2 == 1) {
eval("\$post[warnlink].= \"".gettemplate('warn_viewlink')."\";");
} else {
$post[warnlink].= "";
}
$warntype3 = checkwarnlink($bbuserinfo[usergroupid], 2);
if($warntype3 == 1) {
eval("\$post[warnlink].= \"".gettemplate('warn_warnlink')."\";");
} else {
$post[warnlink].= "";
}
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
so my question is.. what would this warnlink have 2 be???