![]() |
Quote:
|
Database error in vBulletin 4.2.0:
I uploaded all files to their right directorys then went to Import product-glowhostspamomatic.xml and got this following error. Anyone know what this means? Code:
Invalid SQL: |
Quote:
Code:
) TYPE=MyISAM;; Code:
) ENGINE=MyISAM; '); |
1 Attachment(s)
Alright got it installed fine and setup but now its not displaying any information in the block, a image is provided below.
Any idea? https://vborg.vbsupport.ru/attachmen...1&d=1349358896 |
Quote:
|
Oh alright, didn't know if it would still show information with 0 spammers and ect or not.
|
Very happy with this. saved me a lot of work.
Thanks! |
Quote:
Quote:
Also, it would be nice if we could block by country. I have no use of China members for example - and would just like to block them outright. |
Quote:
add this plugin Product: vBulletin Hook Location: useradmin_edit_column1 Title: Submit to StopForumSpam.com Execution Order: 5 Plugin PHP Code: Code:
this will allow you to submit them from admincp when viewing users details in admincp |
Quote:
Of course another way to do this is within vB. Settings > Options > User Banning Options You have the option to use "*" as a wildcard so it will take a little time to do, which is why using the .htaccess is better. http://www.ip2location.com/blockvisitorsbycountry.aspx |
It would be awesome to have a convenient way to submit spam info directly from the vb admin panel to stopforumspam.com
|
Quote:
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 |
Any way to view stats without showing on forum home? besides log files
|
Quote:
Code:
if ($vbulletin->userinfo['usergroupid'] == 6) |
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: |
Quote:
Code:
) TYPE=MyISAM;; Code:
) ENGINE=MyISAM; '); |
for those who are getting any database error just open
product-glowhostspamomatic.xml and replace all instances of Code:
) TYPE=MyISAM; '); Code:
) ENGINE=MyISAM; '); |
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 |
Quote:
https://vborg.vbsupport.ru/showthread.php?t=282525 |
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:
Any suggestions? (Site: Sysnative.com) |
Quote:
i added an antispam register to my forum found here https://vborg.vbsupport.ru/showthread.php?t=288742 if you follow it step by step, it stops the registration from spammers, harvesters etc its somthing i added the other day to the mods |
Thank you, simonhind. Believe me, China is hitting other forum software just as hard.
Since I posted earlier today, we decided to supplement with NoSpam! Image Enhancement (New version of No Spam! for Custom Image Verification) and will see how that goes. In the meantime, I'll share information about AbyssGuard with the rest of the Admin Team to consider. |
Quote:
https://vborg.vbsupport.ru/showthread.php?t=282704 |
I installed this three weeks ago after one day coming on and having over 100 pending accounts most of which were spam, in those three weeks it has stopped 6987 Spammers which is an insane number, still though 20/30 are getting through per day but as I have members on approval then we catch them away.
|
Running VB 4.2.0 - and am getting this error message when trying to upload the product-glowhostspamomatic.xml file:
Database error in vBulletin 4.2.0: 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 Request Date : Thursday, October 11th 2012 @ 07:54:55 PM Error Date : Thursday, October 11th 2012 @ 07:54:56 PM Script : http://yyyyyyyyyyyyyyy.com/forum/adm...=productimport Referrer : http://yyyyyyyyyyyyyy.com/forum/admi...?do=productadd IP Address : 70.139.218.237 Username : HIIIIIIIII Classname : vB_Database MySQL Version : 5.5.20-log Any thoughts or tips, tricks on how to get this fixed? Thanks!!!!!!!! |
Quote:
You can find the answer to this in posts: 2047, 2049, 2083, 2096, 2097. |
Quote:
Works now!:D |
im getting a database error upon importing the product. what is wrong?
|
Quote:
|
I've just read this in the read me file
'' == * Please note, for this plugin to work, cURL must be installed on the server or allow_url_fopen enable in PHP settings '' What does this mean? |
Quote:
|
Quote:
|
First of all I would like to say that this is a fantastic piece of software, thank you very much for sharing this with everybody. I installed it 1 day ago and when I tested it some more I will definitely donate to the author, much deserved!
Question: Is it possible to check the current user database to see if users match the stopforumspam database? I have a forum with over 500,000 users and I'd like to check if there are spammers amongst them. |
Quote:
|
Perhaps it would be possible to add the feature I described?
|
Its breaks my footer. I'm using pureVBs Gametime theme.
|
Quote:
|
For some reason the spam statistics are not shown at the bottom of the forum. Any suggestions?
|
Quote:
example http://img210.imageshack.us/img210/6...70b86e05e8.png |
Hi everyone idk if anyone have already found a fix for this error about TYPE=MyISAM; '); line if not to fix it just open .xml file with notepad++ and remove all the TYPE=MyISAM; '); lines you can find it should look like this
Code:
) TYPE=MyISAM; '); P.S new problem doing that will not get tables created for some strange reason :/ |
All times are GMT. The time now is 08:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|