Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Link in Postbit to Remove Images in Signatures Details »»
Link in Postbit to Remove Images in Signatures
Version: 1.00, by Gary King Gary King is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 06-03-2003 Last Update: Never Installs: 18
 
No support by the author.

Link in Postbit to Remove Images in Signatures

Requested Here

[high]Don't forget to click here when you have installed this, to receive new updates for this hack![/high]

What does this hack do?

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.

Comments
  #22  
Old 08-06-2003, 02:56 PM
BladeZz BladeZz is offline
 
Join Date: Jul 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did exactly what is written in the instructions.Doublechecked it,reinstalled,still the same.
Anyway thank you for trying to help.
Reply With Quote
  #23  
Old 08-06-2003, 04:16 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you copy and paste the postbit part that you need to modify for this hack, including 3-5 lines above and below it?
Reply With Quote
  #24  
Old 08-06-2003, 09:04 PM
BladeZz BladeZz is offline
 
Join Date: Jul 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sure,here it is

<td style="border: 1px solid #7E2B42;
<div align="center"> <smallfont><b>$post[username]</b> is now</smallfont> $onlinestatus
</td>
</tr>

<tr>

<td align="center" valign="top" height="21">
<a href="report.php?s=$session[sessionhash]&postid=$post[postid]">
<img src="{imagesfolder}/p_report.gif" border="0"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]">
<img src="{imagesfolder}/p_quote.gif" border="0"></a>
<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]">
<img src="{imagesfolder}/p_edit.gif" border="0"></a>
</td>

</tr>
</table>
Reply With Quote
  #25  
Old 08-06-2003, 09:54 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's the problem - I don't see the hack's modifications in those lines.
Reply With Quote
  #26  
Old 08-06-2003, 10:07 PM
msimplay's Avatar
msimplay msimplay is offline
 
Join Date: Aug 2002
Location: UK
Posts: 1,059
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey this hack works great but is there anyway i could use it not to remove signature but replace it with the Below

==============================================

SIGNATURE SUSPENDED
PLEASE READ RULES


==============================================
Reply With Quote
  #27  
Old 08-06-2003, 10:16 PM
BladeZz BladeZz is offline
 
Join Date: Jul 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #28  
Old 08-06-2003, 10:20 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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.
Reply With Quote
  #29  
Old 08-06-2003, 10:23 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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

==============================================

SIGNATURE SUSPENDED
PLEASE READ RULES


==============================================
In the hack, find
PHP Code:
        $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']."'"); 
Reply With Quote
  #30  
Old 08-06-2003, 10:23 PM
Gary King's Avatar
Gary King Gary King is offline
 
Join Date: Jan 2002
Posts: 2,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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

==============================================

SIGNATURE SUSPENDED
PLEASE READ RULES


==============================================
In the hack, find
PHP Code:
        $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
Reply With Quote
  #31  
Old 08-06-2003, 10:45 PM
BladeZz BladeZz is offline
 
Join Date: Jul 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awell anyway thank you very much for your time
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04590 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete