vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   minimum chars for posts (https://vborg.vbsupport.ru/showthread.php?t=42686)

zajako 08-23-2002 10:00 PM

minimum chars for posts
 
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.

g-force2k2 08-24-2002 09:53 AM

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

g-force2k2

zajako 08-24-2002 09:54 AM

well now it exsists seperate from a group hack and people can actualy search for it and find it....

g-force2k2 08-24-2002 09:57 AM

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

g-force2k2 08-24-2002 10:13 AM

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

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

regards...

g-force2k2

zajako 08-24-2002 10:26 AM

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.

kmfdm_kid2000 08-24-2002 10:31 AM

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...

g-force2k2 08-24-2002 03:43 PM

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

Chris M 08-24-2002 03:56 PM

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

Is there a way to make this target certain USERS?:D

Satan

Goldknight 08-24-2002 03:59 PM

zajako

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


All times are GMT. The time now is 08:22 PM.

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.01202 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete