Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
minimum chars for posts Details »»
minimum chars for posts
Version: 1.00, by zajako zajako is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 08-23-2002 Last Update: Never Installs: 23
 
No support by the author.

im suprised i could not find this hack so i made it.

It simply checks the post for a minimum amount of character so people can't post spam that is a few letters long or simple answers liek yes and no. very simple hack that takes almost no time at all.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-24-2002, 09:53 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

actually Zajako the hack does exist... its included in my spam killer hack... view my profile and you'll see it... regards...

g-force2k2
Reply With Quote
  #3  
Old 08-24-2002, 09:54 AM
zajako's Avatar
zajako zajako is offline
 
Join Date: Jan 2002
Location: a place not to far away
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well now it exsists seperate from a group hack and people can actualy search for it and find it....
Reply With Quote
  #4  
Old 08-24-2002, 09:57 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

spam will be spam... thats like saying i can take a small piece of coding out of your hotel hack and release it so its easier to search and find?

g-force2k2
Reply With Quote
  #5  
Old 08-24-2002, 10:13 AM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you can also make it so it at least by passes the forum leaders

find:

PHP Code:
$minchars 15;
if (
strlen($message) < $minchars and $minchars !=0) {
    eval(
"standarderror(\"".gettemplate("error_tooshort")."\");");
  } 
change it to:

PHP Code:
$minchars 15;
if(
$strlen($message) < $minchars and $minchars != 0) {
  if(
$bbuserinfo[usergroupid] != OR $bbuserinfo[usergroupud] != OR $bbuserinfo[usergroupid] != 7) {
    eval(
"standarderror(\"".gettemplate("error_tooshort")."\");");
  }

wait look at that addon O_o maybe i should release it as a stand alone... then again it is included in my spam killer

regards...

g-force2k2
Reply With Quote
  #6  
Old 08-24-2002, 10:26 AM
zajako's Avatar
zajako zajako is offline
 
Join Date: Jan 2002
Location: a place not to far away
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ehh well i never knew that your hack did that ability til now and i would have never found this ability unless i made it, so now vb.org people will be able to find it. not to mention your hack is too much trouble if this is the only spam block effect you want. this one is a lot quicker to install to. also your posts nevr mentions this feature so its impossible to search for and find, so this hack will not be removed by mean and its made by me without your help. therefore its my hack. you may have had this feature in your other one but you had a ton of othrthings i considered jucnk and did not advertise this feature, and till you pointed it out i did not know your hack exsisted so i di not copy.

use better description of your hack next time and this will nnot happen again becaus i did search many things that invovle this hack and came up with nothing.
Reply With Quote
  #7  
Old 08-24-2002, 10:31 AM
kmfdm_kid2000's Avatar
kmfdm_kid2000 kmfdm_kid2000 is offline
 
Join Date: Mar 2002
Location: Where Towers Crumble (NYC)
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not bad, I could use this, b/c I have a 3 word minimum rule on my board. This will help a LOT...I set it to 10 though, and I'll see if I need to increase it any. Quick and easy install...
Reply With Quote
  #8  
Old 08-24-2002, 03:43 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by zajako
you may have had this feature in your other one but you had a ton of othrthings i considered jucnk and did not advertise this feature

use better description of your hack next time and this will nnot happen again becaus i did search many things that invovle this hack and came up with nothing.
ppl like you tick me off... junk you say? you have no respect... ppl like you make me think twice about making hacks for vb.org... no respect... regards...

g-force2k2
Reply With Quote
  #9  
Old 08-24-2002, 03:56 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I personally do not like Spam killers, but...

Is there a way to make this target certain USERS?

Satan
Reply With Quote
  #10  
Old 08-24-2002, 03:59 PM
Goldknight's Avatar
Goldknight Goldknight is offline
 
Join Date: Aug 2002
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

zajako

There is no way for you to say like that to g-force2k2. His work is genuine, not junk
Reply With Quote
Reply

Thread Tools

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 11:03 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06511 seconds
  • Memory Usage 2,295KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_php
  • (1)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
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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