vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - vbStopForumSpam (https://vborg.vbsupport.ru/showthread.php?t=222536)

rasp187 09-07-2009 01:45 AM

So to update from the 3.6 version we can just import the next XML file?

segwayon 09-07-2009 04:36 AM

Quote:

Originally Posted by pedigree (Post 1880488)
I have and will but not a task to be run lightly. If you have , say, 2000 members and you want to check them all, thats 2000 (minimum) remove queries. As we only allow 5000 per day, thats a good slice is a daily allocation. What I might do uis build it around the daily downloadable (5am EST I think) CSV file. This would allow for every detail to be checked - registration ip, last activity ip, username, email address

What I did for the time being was to export the entire Users table in the PHPmyAdmin product as a CSV file, deleted all the unimportant fields, then I designed a form in VB.NET to open the exported CSV file, parse it line by line and add the contents into a listbox, and then roll through the listbox, serially building a URL string with all 3 parameters as you had showed us, and parse the returned pages for the markers on whether they were identified as spammers. Since our board has only 500 members it went well.

pedigree 09-07-2009 09:08 AM

Quote:

Originally Posted by rasp187 (Post 1880838)
So to update from the 3.6 version we can just import the next XML file?

Just import the XML file in the zip file after uploading the contents of the "Upload" folder to the root of your forum

xjuliox 09-07-2009 09:22 AM

It would be nice to have a feature to search for already registered users for spammers like if i installed vbstopforumspam it would search for everyone that was already register to see if their emails/IP's show up in the stopforumspam database.

AusPhotography 09-07-2009 09:48 AM

<a href="https://www.stopforumspam.com" target="_blank">www.stopforumspam.com</a> XML response is giving errors for the non spammers....
<response success=" <type>ip</type>
<appears>no</appears>
<frequency>0</frequency>
</response>

Should be

<response success="false">
<type>ip</type>
<appears>no</appears>
<frequency>0</frequency>
</response>

And I cant contact them!

pedigree 09-07-2009 01:09 PM

Quote:

Originally Posted by snoopytas (Post 1880998)
www.stopforumspam.com XML response is giving errors for the non spammers....
<response success=" <type>ip</type>
<appears>no</appears>
<frequency>0</frequency>
</response>

Should be

<response success="false">
<type>ip</type>
<appears>no</appears>
<frequency>0</frequency>
</response>

And I cant contact them!

You just did, Ill pull the source code and look at this.

Edit : Just fixed it. Im not sure who editted that api file in the SVN but its fixed now.

pedigree 09-07-2009 02:06 PM

Quote:

Originally Posted by wmelnick (Post 1880632)
Following the installation instructions gives "Invalid File Specified" when I try to import it. Any ideas?

I just installed a clean 3.8.4 and imported the plugin (once I enabled plugins) and it installed with no issues at all.

testbot 09-07-2009 03:08 PM

just installed. i'm excited about this. we have a pretty high traffic board and get maybe one new spammer a day. they go right past capatcha and projecthoneypot. obviously user assisted. we manually check all new users against stopforumspam and i was getting ready to write the new 3.8 code but lucky stumbled on to this.

we'll keep a close eye on the logs and do some testing. i hope this adds another layer for them to battle. we might not be able to stop them but we can make it pretty damn difficult and annoying to get at us. lol

thank you for this. we'll give an update in a week and let you know how it goes for us.

Expat 09-07-2009 03:30 PM

This has been working fine so far. One more thing I've done is to delete the "Welcome to our newest member" line from the index page. I see no reason to reward a spammer for registering.

segwayon 09-07-2009 09:38 PM

Quote:

Originally Posted by Expat (Post 1881154)
This has been working fine so far. One more thing I've done is to delete the "Welcome to our newest member" line from the index page. I see no reason to reward a spammer for registering.

Good idea; it does usually say something like "Welcome to our newest member: nFRRserfa2Dfhkjj3." because the ratio of spammers to non-vampires is at least 4 to 1. :)


All times are GMT. The time now is 04:48 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.01183 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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