vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Anti-Spam Options - [GlowHost] Spam-O-Matic - Spam Firewall stops forum spam (https://vborg.vbsupport.ru/showthread.php?t=248042)

Chadi 10-06-2012 01:33 PM

It would be awesome to have a convenient way to submit spam info directly from the vb admin panel to stopforumspam.com

djbaxter 10-06-2012 05:07 PM

Quote:

Originally Posted by Chadi (Post 2371186)
It would be awesome to have a convenient way to submit spam info directly from the vb admin panel to stopforumspam.com

There already is. I've posted this before:

1. You'll need the SFS API key. Replace "1234567890abcd" in last line below with valid API.

2., AdminCP >> Plugins and Products >> Add New Plugin

3. Details for plugin

Product: vBulletin

Hook Location: useradmin_edit_column1 (or useradmin_edit_column2 if you prefer)

Title: Submit to StopForumSpam.com

Execution Order: 5

Plugin PHP Code:

Code:

if (!is_member_of($user['usergroupid'], 6)) // dont ban admin account
        {
            print_table_break('', $INNERTABLEWIDTH);
            print_table_header("Submit to StopForumSpam");
           
                print_label_row('Submit these details to www.stopforumspam.com ban list<BR><table><tr><td>Username:</td><td><input type="text" name="username"  size="30" value="'.
$user['username'] . '"></td></tr>
<tr><td>Email:</td><td><input type="text" name="email"  size="30" value="' . $user['email'] . '"></td></tr><tr><td>IP:&nbsp;</td>
<td><input type="text" name="ip_addr"  value="' .$user['ipaddress'] . '"></td></tr></table>
<input name="api_key" type="hidden" value="1234567890abcd"><input onclick="this.form.action=\'http://www.stopforumspam.com/add.php\';this.form.submit()"  type="button" class="button" value="' . $vbphrase['submit'] . '"/>'); 
        }


Robbed 10-08-2012 06:19 PM

Any way to view stats without showing on forum home? besides log files

bzcomputers 10-08-2012 10:40 PM

Quote:

Originally Posted by Robbed (Post 2371606)
Any way to view stats without showing on forum home? besides log files

You can always add this line at the top of plugin "GlowHost - Spam-O-Matic - Stats render":

Code:

if ($vbulletin->userinfo['usergroupid'] == 6)
That will make it only visible to Admins.

postcd 10-09-2012 02:01 PM

Hi, i got error when im adding this Mod to my vbulletin. I select the xml file and click import, it shows:

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
CREATE TABLE IF NOT EXISTS `glowhostspamomatic_log`(
                                                                `date` DATETIME NOT NULL,
                                                                `ip` VARCHAR(15) NOT NULL,
                                                                `email` VARCHAR(255) NOT NULL,
                                                                `username` VARCHAR(255) NOT NULL,
                                                                `message` VARCHAR(255) NOT NULL,
                                                                `is_blocked` TINYINT NOT NULL DEFAULT "0",
                                                                `user_hash` VARCHAR(50) NOT NULL,
                                                                `user_id` INT NOT NULL
                                                        ) TYPE=MyISAM;;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 10
Error Number  : 1064


ForceHSS 10-09-2012 02:23 PM

Quote:

Originally Posted by postcd (Post 2371784)
Hi, i got error when im adding this Mod to my vbulletin. I select the xml file and click import, it shows:

Code:

Database error in vBulletin 4.1.10:

Invalid SQL:
CREATE TABLE IF NOT EXISTS `glowhostspamomatic_log`(
                                                                `date` DATETIME NOT NULL,
                                                                `ip` VARCHAR(15) NOT NULL,
                                                                `email` VARCHAR(255) NOT NULL,
                                                                `username` VARCHAR(255) NOT NULL,
                                                                `message` VARCHAR(255) NOT NULL,
                                                                `is_blocked` TINYINT NOT NULL DEFAULT "0",
                                                                `user_hash` VARCHAR(50) NOT NULL,
                                                                `user_id` INT NOT NULL
                                                        ) TYPE=MyISAM;;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 10
Error Number  : 1064


Code:

) TYPE=MyISAM;;
to

Code:

) ENGINE=MyISAM; ');
in product-glowhostspamomatic.xml

TheSupportForum 10-09-2012 02:38 PM

for those who are getting any database error just open
product-glowhostspamomatic.xml

and replace all instances of

Code:

) TYPE=MyISAM; ');
with

Code:

) ENGINE=MyISAM; ');
this has been mentioned and ask alot of this thread please ensure you all read it

Robbed 10-10-2012 04:24 PM

I'm using duplicate up report by bop5 ip and threads created with this mod are moderated. The userid and usergroup are on the whitelist.

The logs show

2012-10-10 04:13:41 Unregistered Post put under moderation based on Auto-Moderation URL count

TheSupportForum 10-10-2012 04:28 PM

Quote:

Originally Posted by Robbed (Post 2372080)
I'm using duplicate up report by bop5 ip and threads created with this mod are moderated. The userid and usergroup are on the whitelist.

The logs show

2012-10-10 04:13:41 Unregistered Post put under moderation based on Auto-Moderation URL count

that has nothing to do with this mod, please post support in BOP5 thread
https://vborg.vbsupport.ru/showthread.php?t=282525

Corrine. 10-10-2012 04:54 PM

First, thank you for this add-on. In the 7 months since it was added, Glow-Host Spam-o-Matic has blocked ~1,000 spammers.

What concerns me is that for the past several days, spammers with very high reports at StopForumSpam are being passed to registration -- not all but 50+ have been passed through just the past three days. It isn't an issue with StopForumSpam being unavailable, as each as the indication, "Passed StopForumSpam checks. Sent to vBulletin Registration System."

Two examples from today:
None of them are over the 90-day setting, which we use as recommended. We also use the recommended 30 minute setting for "StopForumSpam: Data Fetching - Cache".

Any suggestions? (Site: Sysnative.com)


All times are GMT. The time now is 03:02 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.07429 seconds
  • Memory Usage 1,764KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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