Dan
05-27-2003, 08:46 PM
Warning: Cannot add header information - headers already sent by (output started at /home/eternalgamer/www/forums/admin/functions.php:5613) in /home/eternalgamer/www/forums/admin/functions.php on line 3956
I was trying to install the stars hack...... I installed it once on vb 2.3.0 testboard of mine that was hacked to death and now for some reason when I try to get it to work now it won't.
Running vB 2.3.0
and this is the installation part for the functions.php
Step 1 of 1 find:
Step 1 of 1 find:
if ($post['receivepm'] and $enablepms==1) {
eval("\$post[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
} else {
$post[pmlink] = "";
}
Just under that add:
// Stars Hack
$sli = 0;
while ($sli < $post[starlevel]) {
$post[stars] .= "<img src=\"images/stars/$post[starimg].gif\" border=\"0\">";
++$sli;
}
// Stars Hack End
I was trying to install the stars hack...... I installed it once on vb 2.3.0 testboard of mine that was hacked to death and now for some reason when I try to get it to work now it won't.
Running vB 2.3.0
and this is the installation part for the functions.php
Step 1 of 1 find:
Step 1 of 1 find:
if ($post['receivepm'] and $enablepms==1) {
eval("\$post[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
} else {
$post[pmlink] = "";
}
Just under that add:
// Stars Hack
$sli = 0;
while ($sli < $post[starlevel]) {
$post[stars] .= "<img src=\"images/stars/$post[starimg].gif\" border=\"0\">";
++$sli;
}
// Stars Hack End