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 - vbStopForumSpam (https://vborg.vbsupport.ru/showthread.php?t=230921)

mykkal 03-02-2013 01:19 PM

Quote:

Originally Posted by GamerPerfection (Post 2406960)
I'm testing out Google PageSpeed service to see what affect it has on speed on my site. I've had it running for a few days now, and I just noticed from a new member that joined my forum that they are coming from a Google IP...

Hey how is it that the IPs are coming from Google? Why isn't your local public IP showing? I don't understand that at all.

the1rabbits 04-23-2013 01:27 AM

I have had problems with Spam O MAtic lately. Does this mod essentially do the same thing?

djbaxter 04-23-2013 01:44 AM

Quote:

Originally Posted by the1rabbits (Post 2418010)
I have had problems with Spam O MAtic lately. Does this mod essentially do the same thing?

Yes but without and the bells and whistles that have created problems with Spam-o-Matic. I started with this mod, changed to Spam-o-Matic, and then switched back to this one.

ikorolis 04-23-2013 09:26 PM

i have installed Stop Forum Spam and still using without problems to see have it Spam O Matic

fpiccioli 05-14-2013 10:05 AM

i have this problem..... help me pls

Warning: mysqli_query(): (42000/1064): 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 4 in [path]/includes/class_core.php on line 1391

ikorolis 05-14-2013 12:12 PM

Quote:

Originally Posted by fpiccioli (Post 2421938)
i have this problem..... help me pls

Warning: mysqli_query(): (42000/1064): 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 4 in [path]/includes/class_core.php on line 1391

check this maybe help you.

https://vborg.vbsupport.ru/showthread.php?t=248042

fpiccioli 05-17-2013 03:42 PM

thx m8 i have resolved my problem with spam-0-matic

joe1989 06-05-2013 01:45 AM

How do I submit data to the database? I have created an API and entered it in the appropriate location. Just not sure what to do now with my spammer data.

djbaxter 06-05-2013 03:02 AM

Quote:

Originally Posted by joe1989 (Post 2425871)
How do I submit data to the database? I have created an API and entered it in the appropriate location. Just not sure what to do now with my spammer data.

For vBulletin 4.x, create a new plugin:

Product: vBulletin (or vBStopForumSpam)

Hook: useradmin_edit_column1 (or useradmin_edit_column2 if you prefer)

Title: Submit to StopForumSpam.com

Execution order: 5

Plugin 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="YOUR API KEY HERE"><input onclick="this.form.action=\'http://www.stopforumspam.com/add.php\';this.form.submit()"  type="button" class="button" value="' . $vbphrase['submit'] . '"/>'); 
        }

Insert your own API code where it says "YOUR API KEY HERE"

Plugin is Active: Yes

joe1989 06-05-2013 03:49 AM

Awesome! Thanks! Works like a charm


All times are GMT. The time now is 11:03 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.01872 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
  • (1)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
  • (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