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)

bayoujeeper 01-04-2014 02:31 PM

Ok tried to remove the xml and I get a internal server error.

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@bayoujeepersoffroad.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache Server at www.bayoujeepersoffroad.com Port 80

ForceHSS 01-04-2014 05:46 PM

Check server log for more info

tanzeelniazi 01-05-2014 10:17 AM

How to remove Rejected IP ?
1 member email me and he says i am not spammer and then i check IP and user name he is showing in Spam O Matic Logs ?
How i give permission to register again ?

ForceHSS 01-05-2014 11:49 AM

Quote:

Originally Posted by tanzeelniazi (Post 2472347)
How to remove Rejected IP ?
1 member email me and he says i am not spammer and then i check IP and user name he is showing in Spam O Matic Logs ?
How i give permission to register again ?

I would check the spam o matic site first as the plugin wont block his ip for no reason

bayoujeeper 01-05-2014 03:54 PM

Checked the logs couldn't find anything referring to glow host. If I disable hooks in global would that shut off glow host?

siterockers 01-05-2014 06:51 PM

hanful blocked so far.

perhaps i'll do a write up of this mod to help get glowhost some new customers!

thanks guys!

ForceHSS 01-05-2014 07:17 PM

Quote:

Originally Posted by siterockers (Post 2472442)
hanful blocked so far.

perhaps i'll do a write up of this mod to help get glowhost some new customers!

thanks guys!

You cant rewrite someone elses code unless they give you their permission sorry site rules

ForceHSS 01-05-2014 07:18 PM

Quote:

Originally Posted by bayoujeeper (Post 2472399)
Checked the logs couldn't find anything referring to glow host. If I disable hooks in global would that shut off glow host?

Did you check webmaster email that you have in the config.php as the error will be sent there

ForceHSS 01-05-2014 11:35 PM

Quote:

Originally Posted by bayoujeeper (Post 2472147)
Database error in vBulletin 4.2.2:

Invalid SQL:
SELECT * FROM glowhostspamomatic_stats;

MySQL Error : Table 'databasename.glowhostspamomatic_stats' doesn't exist
Error Number : 1146
Request Date : Friday, January 3rd 2014 @ 07:58:53 PM
Error Date : Friday, January 3rd 2014 @ 07:58:54 PM
Script : http://www..com/main/forum.php
Referrer : http://www./main/admincp/index.php?do=head
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.5.35-log

I had the same malware attack on my site. Had to rename the old dir. and create a new one. Re-uploaded all the Vb-core files and edited my config. Now trying to get the plugin's reinstalled. Reloaded this one and I get the error above.

Run this from the admincp/Maintenance/Execute SQL Query
Code:

CREATE TABLE IF NOT EXISTS `glowhostspamomatic_stats` (
  `denied` int(11) NOT NULL DEFAULT '0',
  `banned` int(11) NOT NULL DEFAULT '0',
  `moderated` int(11) NOT NULL DEFAULT '0',
  `s_sfs` int(11) NOT NULL DEFAULT '0',
  `s_akismet` int(11) NOT NULL DEFAULT '0',
  `removed` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Then this after the above query
Code:

INSERT INTO `glowhostspamomatic_stats` VALUES ('0', '0', '0', '0', '0', '0');

CharlieDelta 01-06-2014 03:12 AM

Quote:

Originally Posted by ForceHSS (Post 2472449)
You cant rewrite someone elses code unless they give you their permission sorry site rules

I think what he meant was writing a review of the mod. :)


All times are GMT. The time now is 10:21 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.04486 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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