vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - vbStopForumSpam - known spammer lookup for new registrations (https://vborg.vbsupport.ru/showthread.php?t=176481)

Tmart 05-29-2010 12:30 PM

Used this mod for months now and it works great. I did an update last week to 4.0.3. And noticed more spam. I checked my log and had no new info. So i uninstalled the mod. Reinstalled and the spammers are still getting thru, and there is no log. I can't for the life of me get this very important mod to work. I can access the options, and the log is option is showing up under statistics. Is there anything in the new version of VB that I have to change?

Tmart

ikaro 05-31-2010 08:13 AM

It's working perfeclty, great job.

EcoForumZ 05-31-2010 05:27 PM

Awesome product! I am finally able to stop using my .htaccess file to block out whole countries. On a side note I do not recommend using .htaccees to do this as it impacts the forum performance BIG time.

fivestar2000 06-13-2010 02:17 PM

note: runs super on vB CMS 4.0.3

Chimpie 06-23-2010 01:25 AM

IP addresses show up for some users but not others.

Thoughts?

Chimpie

Floris 06-23-2010 05:06 PM

Maybe they are ipv6 ?

pedigree 07-02-2010 02:44 PM

It seems that someone has written a script of some sort that go through every IP in the database, user, posts, I dont know, but some forums have hit the database 80,000 times in a couple of hours.

This has resulted in perm bans from the API for abuse.

Please dont abuse the API. If you require more than 5000 queries a day, ask us first.

pedigree 07-02-2010 02:45 PM

Quote:

Originally Posted by Tmart (Post 2045062)
Used this mod for months now and it works great. I did an update last week to 4.0.3. And noticed more spam. I checked my log and had no new info. So i uninstalled the mod. Reinstalled and the spammers are still getting thru, and there is no log. I can't for the life of me get this very important mod to work. I can access the options, and the log is option is showing up under statistics. Is there anything in the new version of VB that I have to change?

Tmart

Nope, its exactly the same code for v3 and v4

Nicke71 07-09-2010 08:16 AM

I installed this mod now, I used a different hack against the database before (When running vb3.8x)

How to submit a spammer to the database? I have API key and did it manually in the past.

AndrewRich 07-10-2010 10:38 PM

Quote:

Originally Posted by Wired1 (Post 1650801)
Pedigree, I messed around w/ your code snippet for a bit, and made it into a plugin. No edit needed, wahoo!

It puts the box at the end of the first column. One plugin is for JUST the USER ID of 1, the other is for the admin usergroup (6 by default). Looking at it more, it needs some tweaking to use the default themes, but otherwise it works fine. Having this built into the "delete as spam" would be awesome. IIRC, someone has already suggested this, right?

I wanted the "submit as spam" button to open a new tab so as not to blow away the AdminCP, so I changed the code thusly:

Was:

Code:

<input onclick="this.form.action=\'http://www.stopforumspam.com/add.php\';this.form.submit()"  type="button" class="button" value="' . $vbphrase['submit'] . '"/>
Now:

Code:

<input onclick="this.form.action=\'http://www.stopforumspam.com/add.php\';this.form.target=\'_blank\';this.form.submit()"  type="button" class="button" value="' . $vbphrase['submit'] . '"/>
Added:

Code:

this.form.target=\'_blank\';


All times are GMT. The time now is 05:45 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.03310 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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