View Single Post
  #1 (permalink)  
Old 04-12-2003, 01:25 PM
NightCrawler_X NightCrawler_X is offline
The Blue Shadow
 
Join Date: Nov 2002
Location: U.S.A.
Posts: 637
Rep Power: 274
NightCrawler_X is on a distinguished road
Default Phpbb forum hacks....

Hey does anyone know where or HOW i can get some hacks for my phpbb forum? I mean nothing heavy duty, just like maybe name glows or a store maybe. Is it even possible to hack your username on phpbb to make it glow? Thanx for all the help in advance.

BTW i am really bad at hacking and stuff so i don't know if i would know how to do it, so if there is just a way you could download a package and upload it to my site or something, that would be great. Thanx.


EDIT: Ok, i found a phpBB username glow hack from phpbbhacks.com. If i have any questions on installing it, ill post it here for you guys to help.

EDIT AGAIN: I have a minor problem. I am almost done, but i cant seem to find something in the viewtopic.php file -

echo "<TD valign=top><FONT FACE="$FontFace" COLOR="$textcolor" size="$FontSize2"><b>$posterdata[username]</b></FONT><br>";

I'm not sure if its just because its a different type of mark-up language or something, or if its just not in there. Im supposed to replace it with this -

//start glow hack

$glowname = glowingnick($posterdata[user_level], $posterdata[username], $posterdata[user_posts]);
echo "<TD valign="top"><FONT FACE="$FontFace" COLOR="$textcolor" size="$FontSize2"><b>$glowname</font></b>";
//end glow hack


So does anyone know where I can find it? I think it might just be a different language...
__________________