This hack allows you to remove all the images from a user's signature with by clicking on a link that is located in the postbit (next to Report this post to a moderator).
How do I install this?
Simply read the instructions in the attached file.
Bugs, Suggestions, Comments
There shouldn't be any bugs here, but let me know if you find one.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
i removed the hack modification,i put it on several spots and it didnt work for me.I got some other hacks installed on our board,maybe that causes it.
<td align="center" valign="top" height="21">
<a href="member.php?s=$session[sessionhash]&action=sigimages&userid=$post[userid]">Remove Signature Images</a>
<a href="report.php?s=$session[sessionhash]&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/p_report.gif" border="0"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/p_quote.gif" border="0"></a>
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/p_edit.gif" border="0"></a>
</td>
this is where i did put the modification into
Today at 07:16 PM BladeZz said this in Post #26 i removed the hack modification,i put it on several spots and it didnt work for me.I got some other hacks installed on our board,maybe that causes it.
<td align="center" valign="top" height="21">
<a href="member.php?s=$session[sessionhash]&action=sigimages&userid=$post[userid]">Remove Signature Images</a>
<a href="report.php?s=$session[sessionhash]&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/p_report.gif" border="0"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/p_quote.gif" border="0"></a>
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]">
<img src="https://vborg.vbsupport.ru/images/p_edit.gif" border="0"></a>
</td>
this is where i did put the modification into
That should work. If not, then I can't come to any other conclusion.
Today at 07:07 PM msimplay said this in Post #25 hey this hack works great but is there anyway i could use it not to remove signature but replace it with the Below
$DB_site->query("UPDATE user SET signature='".$removeimg."' WHERE userid='".$bbuserinfo['userid']."'");
Replace with
PHP Code:
$DB_site->query("UPDATE user SET signature='[size=5][b][color=red]SIGNATURE SUSPENDED
PLEASE READ [url=http://www.wambam.net/Vbulletin/showthread.php?s=&threadid=772] RULES[/url][/color][/b][/size][b][color=red][/color][/b][color=red][/color]
' WHERE userid='".$bbuserinfo['userid']."'");
Today at 07:07 PM msimplay said this in Post #25 hey this hack works great but is there anyway i could use it not to remove signature but replace it with the Below
$DB_site->query("UPDATE user SET signature='".$removeimg."' WHERE userid='".$bbuserinfo['userid']."'");
Replace with
PHP Code:
[disable]$DB_site->query("UPDATE user SET signature='[size=5][b][color=red]SIGNATURE SUSPENDED
PLEASE READ [url=http://www.wambam.net/Vbulletin/showthread.php?s=&threadid=772] RULES[/url][/color][/b][/size][b][color=red][/color][/b][color=red][/color]
' WHERE userid='".$bbuserinfo['userid']."'");[/disable]