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)

funkyirishman 08-18-2013 05:53 PM

Quote:

Originally Posted by ForceHSS (Post 2439227)
The username part of it needs to be disabled as it is set like this when you install it. But if you dont want the same member to get that same error best to remove the xml and all files in ftp then reinstall it again and if you dont want to mod each post you will need to change a few settings in it so do look over that part of the settings.


Thanks

I updated to the latest version but what exact setting should I change so that this user can register or any other default settings to change? Is it just change the user name to disabled? What exactly will this do just so I understand.

Cheers

ForceHSS 08-18-2013 08:04 PM

Quote:

Originally Posted by funkyirishman (Post 2439597)
Thanks

I updated to the latest version but what exact setting should I change so that this user can register or any other default settings to change? Is it just change the user name to disabled? What exactly will this do just so I understand.

Cheers

The user name is disabled by default so best to leave it like that. Remember for that same user to register with the same name you need to fully remove the xml and files and install it like its for the first time. As you said you have updated it

Halfasterisk 08-19-2013 11:50 PM

Quote:

Originally Posted by Halfasterisk (Post 2439453)

Quote:

Originally Posted by ForceHSS (Post 2439606)
The user name is disabled by default so best to leave it like that. Remember for that same user to register with the same name you need to fully remove the xml and files and install it like its for the first time. As you said you have updated it

Any chance you could see something I need to change in my setup that would be keeping it from working?

ForceHSS 08-20-2013 12:08 AM

Quote:

Originally Posted by Halfasterisk (Post 2439857)
Any chance you could see something I need to change in my setup that would be keeping it from working?

Spam-O-Matic: Protect Users = 1
Akismet: API Key fill this in

Can't see this next setting
Akismet: Auto-submit from Easy Cleanup = Yes

StopForumSpam: Query Connection Errors = Allow Registration
StopForumSpam: Remote Expiry = 90
Newbies Manager: Put New User Into Newbies Group? = No
Newbies Manager: Newbies Group ID = Check this group id
Newbies Manager: Auto-promote Users From Newbies To Trusted/Registered Users? = Yes
Auto-Moderation: Enable = Disable
Auto-Moderation: Minimum Post Count = 1
Affiliate System: Link text = Leave blank
Credits: Give Thanks = No

Superorb 08-20-2013 09:51 PM

How do I ban a user, remove all posts, submit to Akismet, etc when the user has not made a single post yet?

ForceHSS 08-20-2013 10:23 PM

Quote:

Originally Posted by Superorb (Post 2439991)
How do I ban a user, remove all posts, submit to Akismet, etc when the user has not made a single post yet?

Go to admincp/plugin & products/add new plugin

Product = vBulletin
Hook location = useradmin_edit_column1
Title = Submit to StopForumSpam.com
Execution order = 5
plugin php code

Code:

if (!is_member_of($user['usergroupid'], 6)) // we dont want to ban our admin account now do we
        {
            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="INPUT SPAM O MATIC CODE HERE"><input onclick="this.form.action=\'http://www.stopforumspam.com/add.php\';this.form.submit()"  type="button" class="button" value="' . $vbphrase['submit'] . '"/>'); 
        }

Make sure input your spam o matic code in the above code

Active = Yes

If you want I have another custom plugin that works in a different way just pm me if you want it but adding this helps

Superorb 08-20-2013 10:51 PM

Quote:

Originally Posted by ForceHSS (Post 2440005)
Go to admincp/plugin & products/add new plugin

Product = vBulletin
Hook location = useradmin_edit_column1
Title = Submit to StopForumSpam.com
Execution order = 5
plugin php code

Thanks for this. However, after successfully adding the plugin I cannot see it on the left column in admincp. Should it be there?

Halfasterisk 08-20-2013 11:36 PM

Quote:

Originally Posted by ForceHSS (Post 2439859)
Spam-O-Matic: Protect Users = 1
Akismet: API Key fill this in

Can't see this next setting
Akismet: Auto-submit from Easy Cleanup = Yes

StopForumSpam: Query Connection Errors = Allow Registration
StopForumSpam: Remote Expiry = 90
Newbies Manager: Put New User Into Newbies Group? = No
Newbies Manager: Newbies Group ID = Check this group id
Newbies Manager: Auto-promote Users From Newbies To Trusted/Registered Users? = Yes
Auto-Moderation: Enable = Disable
Auto-Moderation: Minimum Post Count = 1
Affiliate System: Link text = Leave blank
Credits: Give Thanks = No

Well I changed those things to the way you have them and I did enter the akismet key but still the same result with every new registrant being passed on through. Since it is not catching a single registration I'd think I just didn't have something checked or enabled. Under plugins in ACP when I go look at "edit" Glowhost it has no dependency checked. Don't know what that is exactly but figured I'd put it out there just in case.

http://screencast.com/t/DEV54Rfp

ForceHSS 08-21-2013 12:11 AM

Pm your Skype info this plugin works and does stop spam bots

ForceHSS 08-21-2013 12:12 AM

Quote:

Originally Posted by Superorb (Post 2440013)
Thanks for this. However, after successfully adding the plugin I cannot see it on the left column in admincp. Should it be there?

Check members profile


All times are GMT. The time now is 05:13 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.04338 seconds
  • Memory Usage 1,757KB
  • 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
  • (1)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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