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)

tigrattack 01-04-2010 11:33 PM

As an update to my previous post...

I got the mod working by disabling the ISBOT Mod :)

Thanks...and on behalf of my staff, they thank you for not having to use all their online time banning spammers :)

skippybosco 01-05-2010 12:07 AM

Thanks for the update tigrattack!

emtdbj 01-06-2010 09:32 AM

Trying to get this working on 3.8.4 and all I get is 'invalid file specified' when trying to import it in the AdminCP. Have uploaded the files a second time with no luck. Never had any previous versions of this file installed.

Any ideas?

pedigree 01-06-2010 09:56 AM

Youre not importing the correct file then

emtdbj 01-06-2010 10:00 AM

Using the xml file in the root of the zip file :confused:

pedigree 01-10-2010 02:42 PM

If youre importing product-vbstopforumspam.xml and its giving you that error, then I cant help as I cant reproduce your forum to get it to error.

rsuplido 01-12-2010 12:18 PM

Here's a short code to incorporate vbstopforumspam to the One-touch Ban and Clean hack.

You have to have vbstopforumspam and One-touch Ban and Clean already installed before performing the steps below.

As always, I am not to be held liable on any disaster to your data and/or forum settings so proceed at your own risk.

I also don't visit very often so those who understand PHP, please help others with their problems.

Instructions:
  1. Sign-up for a Stop Forum Spam API key. Keep the key handy since you'll need it on step 5.
  2. In AdminCP->Plug-ins & Products->Plugin Manger, look for Product : One-touch Ban & Spam Cleanup, and click Form Actions.
  3. For easy editing, you need to copy the contents of the Plugin PHP Code field on to your favorite text editor (Notepad, TextMate, etc).
  4. Almost towards the end of the script, look for:
    PHP Code:

    $message .= ($deletedthreads 0) ? construct_phrase($vbphrase['onetouchspamban_threads_deleted'], $deletedthreads) : null

  5. Above, add the following (note that you need to replace XXXXXXXXXXX with your API key from step 1 -- make sure that the key is inside the double quotes):
    PHP Code:

      /* Stop Forum Spam Routine - Start */ 
      /* http://www.stopforumspam.com/apis */ 
      
    $spammer $vbulletin->db->query_first("SELECT username, ipaddress, email FROM "TABLE_PREFIX "user WHERE userid = $banuserid"); 
      
    // check to see if user was manually added (no ip)
      
    if (!empty($spammer['ipaddress'])) 
      {
          
    // specify your API key below
          
    $api_key="XXXXXXXXXXX"
          
    $url_parms="?username="urlencode($spammer['username'])."&ip_addr="$spammer['ipaddress']."&email="urlencode($spammer['email'])."&api_key=".$api_key
          
    $url="http://www.stopforumspam.com/add.php".$url_parms
          
    $ret file_get_contents($url); 
      } 
      
    /* Stop Forum Spam Routine - End */ 

  6. Copy back the whole code to the Plugin PHP Code field and hit Save.
  7. That's it! Now every time you do a One-touch Ban and Clean, you also add that user to the Stop Forum Spam database for everyone to use. :)

I hope this helps.

-- Reggie

SamirDarji 01-12-2010 06:29 PM

Wow! Fantastic! One touch no doubt.

pedigree 01-14-2010 09:55 PM

Top help Reggie :)

Webnauts 01-15-2010 11:25 AM

I installed it and works perfectly.

Thanks for the great job.


All times are GMT. The time now is 04:35 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.02027 seconds
  • Memory Usage 1,753KB
  • 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)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