Enchanced forums
Status: Beta
Brought to you by:
splat1
This is an enchanced version of the forum of Gamers-
FusionV.2.5
To install read the Read before file.
What's new
Delete full topic + childs.
Delete childs only
Lock a post
Flost a post
Threre might be some typo's i dint make attention th
that.
You can edit that script like you want.
Thanks sERIAL
Enchanced Version Forum (ALL FILES NEEDED)
Logged In: NO
Ho and there are bold ([b][/b]), italic ([i][/i]), underline([u]
[/u]) , strikeout ([s][/s]), and colors [color=color name]
[/color]
To make color work you will need to remove or edit .ssl
file.
Thanks sERIAL
Logged In: YES
user_id=912095
There is a problem with the add reply section. In the insert
mysql insertion it tries to add $siggy that normally would not
be available.
you need to delete the reference to $siggy (not the full line)
but apart from that, it works perfect.
Logged In: YES
user_id=895320
God you're fast, faster than I could be. Okay, I'll get these,
look into them, and modify them, I've been trying to do this
stuff for a while now, great job!
Logged In: NO
*Im still happy =)
Yea that wasnt so hard , just take a it of my personal time
^_^
Logged In: NO
how do you change your siggy other than from the database
itself?
Logged In: NO
Just create a section into the account setup ...
here is my code to add it ...
if($step==change){
$sig = str_replace
("\n","<br>",$sig);
$sig = str_replace
("mysql","",$sig);
$sig = str_replace
("[b]","<b>",$sig);
$sig = str_replace
("[/b]","</b>",$sig);
$sig = str_replace
("[i]","<i>",$sig);
$sig = str_replace
("[/i]","</i>",$sig);
$sig = str_replace
("[u]","<u>",$sig);
$sig = str_replace
("[/u]","</u>",$sig);
$sig = str_replace
("[code]","<font face=\"courier new\" class=normal>",$sig);
$sig = str_replace
("[/code]","</font>",$sig);
$sig = str_replace
("[s]","<s>",$sig);
$sig = str_replace
("[/s]","</s>",$sig);
$sig = str_replace
("[color=red]","<font color=\"red\">",$sig);
$sig = str_replace
("[color=blue]","<font color=\"blue\">",$sig);
$sig = str_replace
("[color=yellow]","<font color=\"yellow\">",$sig);
$sig = str_replace
("[color=green]","<font color=\"green\">",$sig);
$sig = str_replace
("[color=lime]","<font color=\"lime\">",$sig);
$sig = str_replace
("[color=purple]","<font color=\"purple\">",$sig);
$sig = str_replace
("[/color]","</font>",$sig);
mysql_query("update players set siggy='$sig' where id=$stat
[id]");
print"Signature updated !";
}
}
And to go to that area add this link
<li><a href=account.php?view=siggy>Change your
signature</a>
Logged In: NO
DAMN YOU MESSED UP MY FORUM!