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)

gajinoz 11-18-2012 08:53 AM

Quote:

Originally Posted by bzcomputers (Post 2382087)
MUST be changed before it will install correctly,

OK, thanks for that.

schuhby 11-18-2012 10:16 AM

I installed in this fantastic Add-on yesterday and it caused all new post to error and didn't allow anyone to post. Is there a setting I'm missin please?

Thank you in advance

ForceHSS 11-18-2012 11:28 AM

Quote:

Originally Posted by schuhby (Post 2382137)
I installed in this fantastic Add-on yesterday and it caused all new post to error and didn't allow anyone to post. Is there a setting I'm missin please?

Thank you in advance

https://vborg.vbsupport.ru/showthread.php?t=289463
see if this one works better for u

schuhby 11-18-2012 12:29 PM

Quote:

Originally Posted by ForceHSS (Post 2382143)
https://vborg.vbsupport.ru/showthread.php?t=289463
see if this one works better for u

Does this mean I can't use spam-o-matic?

Philip

ForceHSS 11-18-2012 02:55 PM

Quote:

Originally Posted by schuhby (Post 2382158)
Does this mean I can't use spam-o-matic?

Philip

spam o matic needs updated and some things fixed I have no idea why it is not working for you. Wrong install or bad install hard to tell as there is no error message you have given, screenshots or links to your site

schuhby 11-18-2012 03:08 PM

I will post a screen capture later today.

Thank you

schuhby 11-18-2012 07:42 PM

Hi

I have added a screen shop of the error message my users get when they try to post

Error message

Philip

ForceHSS 11-18-2012 08:36 PM

Can you make a test account for me need to see the error when I post. Also check server logs and post what errors it shows

slimwhitman 11-18-2012 08:39 PM

Hey, I just installed this and it seems to work great.. Many thanks.

Is there a way to restrict the user email and IP info, or preferably the entire spamomatic dialogue, to admins only?

And keep mods or super mods from seeing it or using it?

ForceHSS 11-18-2012 08:56 PM

Do you mean the Spam-O-Matic Statistics? For now no unless it is recoded, I know the coder is making some changes and will come out with a new version soon so it might be added but you can hide the stats from all in the settings on it

schuhby 11-18-2012 10:16 PM

Quote:

Originally Posted by ForceHSS (Post 2382318)
Can you make a test account for me need to see the error when I post. Also check server logs and post what errors it shows

Hi

Thanks .. You can use pip with password spamo

I don't have spam-o-matic showing in my statistics and logs either

Thank you

ForceHSS 11-19-2012 12:31 AM

the problem is your skin css part seems to be an error in it
HTML Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

    <head>
        <link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css" >

        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

        <title>HTTP 500 Internal Server Error</title>

        <script src="errorPageStrings.js" language="javascript" type="text/javascript">
        </script>
        <script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
        </script>
    </head>

    <body onLoad="javascript:expandCollapse('infoBlockID', true); initGoBack(); navCancelInit(); initMoreInfo('infoBlockID');">

        <table width="730" cellpadding="0" cellspacing="0" border="0">

        <!-- Error title -->
            <tr>
                <td id="infoIconAlign" width="60" align="left" valign="top" rowspan="2">
                    <img src="info_48.png" id="infoIcon" alt="Info icon">
                </td>
                <td id="mainTitleAlign" valign="middle" align="left" width="*">
                    <h1 id="mainTitle">The website cannot display the page</h1>
                </td>
            </tr>



            <tr>
                <!-- This row is for HTTP status code, as well as the divider-->
                <td id="http500Align" class="errorCodeAndDivider" align="right"><ID id="http500">&nbsp;HTTP 500</ID>
                    <div class="divider"></div>
                </td>
            </tr>


        <!-- Error Body -->
            <tr>
                <td>
                    &nbsp;
                </td>
                <td id="likelyCausesAlign" valign="top" align="left">
                    <h3 id="likelyCauses">Most likely causes:</h3>
                    <ul>
                        <li id="causeSiteMaintenance">The website is under maintenance.</li>
                        <li id="causeSiteError">The website has a programming error.</li>
                    </ul>
                </td>
            </tr>

        <!-- What you can do -->
            <tr>
                <td>
                    &nbsp;
                </td>
                <td id="whatToTryAlign" valign="top" align="left">
                    <h2 id="whatToTry">What you can try:</h2>
                </td>
            </tr>

        <!-- refresh page -->
            <tr>
                <td>
                    &nbsp;
                </td>
                <td id="refreshPageAlign" align="left" valign="middle">
                    <h4>
                        <table>
                          <tr>
                              <td valign="top">
                                  <img src="bullet.png" border="0" alt="" class="actionIcon">
                              </td>
                              <td valign="top">
                                  <span id="navCancelContainer"></span><noscript id="refreshPage">Refresh the page.</noscript>
                              </td>
                          </tr>
                        </table>
                    </h4>
                </td>
            </tr>


        <!-- back to previous page -->
            <tr>
                <td >
                    &nbsp;
                </td>
                <td id="goBackAlign" align="left" valign="middle">
                    <h4>
                        <table>
                          <tr>
                              <td valign="top">
                                  <img src="bullet.png" border="0" alt="" class="actionIcon">
                              </td>
                              <td valign="top">
                                  <span id="goBackContainer"></span><noscript id="goBack">Go back to the previous page.</noscript>
                              </td>
                          </tr>
                        </table>
                    </h4>
                </td>
            </tr>


        <!-- InfoBlock -->
            <tr>
                <td id="infoBlockAlign" align="right" valign="top">
                    &nbsp;
                </td>
                <td id="moreInfoAlign" align="left" valign="center">
                    <h4>
                        <table>
                            <tr>
                                <td valign="top">
                                    <a href="#" onclick="javascript:expandCollapse('infoBlockID', true); return false;"><img src="down.png" id="infoBlockIDImage" border="0" class="actionIcon" alt="More information"></a>
                                </td>
                                <td valign="top">
                                    <span id="moreInfoContainer"></span>
                                    <noscript><ID id="moreInformation">More information</ID></noscript>
                                </td>
                            </tr>
                        </table>
                    </h4>

                    <div id="infoBlockID" class="infoBlock">
                        <p id="errorExplanation">This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented  the webpage from displaying.</p>
                        <p id="moreInfoSeeHelp">For more information about HTTP errors, see Help.</p>
                    </div>

                </td>
            </tr>


        </table>
    </body>
</html>


schuhby 11-19-2012 09:15 AM

Quote:

Originally Posted by ForceHSS (Post 2382376)
the problem is your skin css part seems to be an error in it
HTML Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

    <head>
        <link rel="stylesheet" type="text/css" href="ErrorPageTemplate.css" >

        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

        <title>HTTP 500 Internal Server Error</title>

        <script src="errorPageStrings.js" language="javascript" type="text/javascript">
        </script>
        <script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
        </script>
    </head>

    <body onLoad="javascript:expandCollapse('infoBlockID', true); initGoBack(); navCancelInit(); initMoreInfo('infoBlockID');">

        <table width="730" cellpadding="0" cellspacing="0" border="0">

        <!-- Error title -->
            <tr>
                <td id="infoIconAlign" width="60" align="left" valign="top" rowspan="2">
                    <img src="info_48.png" id="infoIcon" alt="Info icon">
                </td>
                <td id="mainTitleAlign" valign="middle" align="left" width="*">
                    <h1 id="mainTitle">The website cannot display the page</h1>
                </td>
            </tr>



            <tr>
                <!-- This row is for HTTP status code, as well as the divider-->
                <td id="http500Align" class="errorCodeAndDivider" align="right"><ID id="http500">&nbsp;HTTP 500</ID>
                    <div class="divider"></div>
                </td>
            </tr>


        <!-- Error Body -->
            <tr>
                <td>
                    &nbsp;
                </td>
                <td id="likelyCausesAlign" valign="top" align="left">
                    <h3 id="likelyCauses">Most likely causes:</h3>
                    <ul>
                        <li id="causeSiteMaintenance">The website is under maintenance.</li>
                        <li id="causeSiteError">The website has a programming error.</li>
                    </ul>
                </td>
            </tr>

        <!-- What you can do -->
            <tr>
                <td>
                    &nbsp;
                </td>
                <td id="whatToTryAlign" valign="top" align="left">
                    <h2 id="whatToTry">What you can try:</h2>
                </td>
            </tr>

        <!-- refresh page -->
            <tr>
                <td>
                    &nbsp;
                </td>
                <td id="refreshPageAlign" align="left" valign="middle">
                    <h4>
                        <table>
                          <tr>
                              <td valign="top">
                                  <img src="bullet.png" border="0" alt="" class="actionIcon">
                              </td>
                              <td valign="top">
                                  <span id="navCancelContainer"></span><noscript id="refreshPage">Refresh the page.</noscript>
                              </td>
                          </tr>
                        </table>
                    </h4>
                </td>
            </tr>


        <!-- back to previous page -->
            <tr>
                <td >
                    &nbsp;
                </td>
                <td id="goBackAlign" align="left" valign="middle">
                    <h4>
                        <table>
                          <tr>
                              <td valign="top">
                                  <img src="bullet.png" border="0" alt="" class="actionIcon">
                              </td>
                              <td valign="top">
                                  <span id="goBackContainer"></span><noscript id="goBack">Go back to the previous page.</noscript>
                              </td>
                          </tr>
                        </table>
                    </h4>
                </td>
            </tr>


        <!-- InfoBlock -->
            <tr>
                <td id="infoBlockAlign" align="right" valign="top">
                    &nbsp;
                </td>
                <td id="moreInfoAlign" align="left" valign="center">
                    <h4>
                        <table>
                            <tr>
                                <td valign="top">
                                    <a href="#" onclick="javascript:expandCollapse('infoBlockID', true); return false;"><img src="down.png" id="infoBlockIDImage" border="0" class="actionIcon" alt="More information"></a>
                                </td>
                                <td valign="top">
                                    <span id="moreInfoContainer"></span>
                                    <noscript><ID id="moreInformation">More information</ID></noscript>
                                </td>
                            </tr>
                        </table>
                    </h4>

                    <div id="infoBlockID" class="infoBlock">
                        <p id="errorExplanation">This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented  the webpage from displaying.</p>
                        <p id="moreInfoSeeHelp">For more information about HTTP errors, see Help.</p>
                    </div>

                </td>
            </tr>


        </table>
    </body>
</html>


Thank you for looking - WOuld you have any idea how this can be fixed or even what may be causing the css problem? We haven't made any changes to the style sheet.

Philip

ForceHSS 11-19-2012 10:23 AM

You need to add the default skin to do this go to admincp/Styles & Templates/Style Manager/[Add New Style]
Parent Style = No Parent Style
Title = Default Style
Allow User Selection = Yes
Display Order = 1
then test if you still have a problem then remove this plugin and try this one

DannyITR 11-19-2012 01:52 PM

I can't take it anymore. There are always posts that cannot be approved!!!! It means I have to log in as the user, delete the thread, recreate the thread and then approve it. Is there any way to fix this bug?

ForceHSS 11-19-2012 02:51 PM

Quote:

Originally Posted by DannyITR (Post 2382577)
I can't take it anymore. There are always posts that cannot be approved!!!! It means I have to log in as the user, delete the thread, recreate the thread and then approve it. Is there any way to fix this bug?

And how are you approving them from admincp or another way. Are you a normal admin or a super admin. Have you ever thought it might be best to turn the approve option to no

DannyITR 11-19-2012 03:07 PM

Quote:

Originally Posted by ForceHSS (Post 2382587)
And how are you approving them from admincp or another way. Are you a normal admin or a super admin. Have you ever thought it might be best to turn the approve option to no

I'm a super admin yes. I approve them through the drop down notification at the top of the forum next to the login (where the PM notification of new messages is). I have turned it off yes but that is the main feature that prevents spam posts. I don't find the hack stops registration very well. I would like to use it but there seems to be a bug where many posts just cannot be approved.

schuhby 11-19-2012 03:17 PM

Quote:

Originally Posted by ForceHSS (Post 2382527)
You need to add the default skin to do this go to admincp/Styles & Templates/Style Manager/[Add New Style]
Parent Style = No Parent Style
Title = Default Style
Allow User Selection = Yes
Display Order = 1
then test if you still have a problem then remove this plugin and try this one

Hi there

I added the sytle sheet as you suggested and it doesn't work so I've removed the add-on.. I am disapointed but will try the other option you suggest. Do you think VB will add spam-o-matic as a basic feature in VB5?

Thank you for your help, it's much appreciated.

Philip

ForceHSS 11-19-2012 03:18 PM

approve them from the admin panel. I have this mod and this mod I have the approve posting turned off and never had any problems so check over all settings as there is more than one place for that setting

ForceHSS 11-19-2012 03:20 PM

Quote:

Originally Posted by schuhby (Post 2382597)
Hi there

I added the sytle sheet as you suggested and it doesn't work so I've removed the add-on.. I am disapointed but will try the other option you suggest. Do you think VB will add spam-o-matic as a basic feature in VB5?

Thank you for your help, it's much appreciated.

Philip

sorry it did not work for you and no it will not be added to vb5

DannyITR 11-19-2012 03:30 PM

Quote:

Originally Posted by ForceHSS (Post 2382599)
approve them from the admin panel. I have this mod and this mod I have the approve posting turned off and never had any problems so check over all settings as there is more than one place for that setting

Thanks very much! I'll install that other mod and see what happens.

DannyITR 11-19-2012 03:32 PM

Though I'm wondering how much does this hack really do? Don't spammers change email, username and IP with every attempt? How can one possible create a db of spammers?

schuhby 11-19-2012 03:34 PM

Quote:

Originally Posted by ForceHSS (Post 2382600)
sorry it did not work for you and no it will not be added to vb5

Hello again

I've just noticed this which has been in my acp forever - Could this be my problem?

Image link

ForceHSS 11-19-2012 04:55 PM

yes thats the problem do a revert on them. You really should of got a updated skin for your vb version as your skin is very old also the default skin is wrong you put it as a moblie skin it needs to be no Parent Style that comes under standard style best to delete that one you did and redo it

schuhby 11-19-2012 05:03 PM

Quote:

Originally Posted by ForceHSS (Post 2382630)
yes thats the problem do a revert on them. You really should of got a updated skin for your vb version as your skin is very old also the default skin is wrong you put it as a moblie skin it needs to be no Parent Style that comes under standard style best to delete that one you did and redo it

Would you mind explaining in more detail please, where do I get a skin from?

I've deleted the default style and changed it as you said.

I am sorry, but this isn't usually my thing.

I've also deleted the spam-o-matic, should I put it back on once I've done the revert? I'm worried what might happen when I click revert to be honest.

Thank you once again.

ForceHSS 11-19-2012 07:44 PM

you would get an updated skin from whoever you got it from in the first place if you cant get one then use one from here we have alot of good skins for free also before you make any changes to your skin or files make a backup of everything once you have done a revert of them two problems then reinstall this plugin

schuhby 11-19-2012 08:19 PM

I've done everything now and put spam-o-matic back on and all seems to work.. would you mind taking a look please? I'm looking out to buy a new skin also, can you suggest a site?

Thank you for all your help today, you've been a great help to me.

Philip

ForceHSS 11-20-2012 12:29 AM

have you taken a look at the free skins on here

imported_pmay68 11-20-2012 10:53 PM

i get this error when trying to import product.. Any ideas?
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 : Tuesday, November 20th 2012 @ 04:51:45 PM
Error Date : Tuesday, November 20th 2012 @ 04:51:46 PM
Script : http://www.etxauctions.com/forum/adm...=productimport
Referrer : http://www.etxauctions.com/forum/adm...?do=productadd
IP Address : 75.108.94.116
Username : pmay68
Classname : vB_Database
MySQL Version : 5.5.28-log

ForceHSS 11-21-2012 12:23 AM

Quote:

Originally Posted by imported_pmay68 (Post 2383085)
i get this error when trying to import product.. Any ideas?
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 : Tuesday, November 20th 2012 @ 04:51:45 PM
Error Date : Tuesday, November 20th 2012 @ 04:51:46 PM
Script : http://www.etxauctions.com/forum/adm...=productimport
Referrer : http://www.etxauctions.com/forum/adm...?do=productadd
IP Address : 75.108.94.116
Username : pmay68
Classname : vB_Database
MySQL Version : 5.5.28-log

in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

fxps 11-21-2012 12:28 AM

Im having a little issue installing. Can someone please let me know where the files go?.

Thank you

ForceHSS 11-21-2012 12:44 AM

if you open the zip file go to the upload folder you will see 3 folders
admincp
includes
and and xml folder inside the includes folder now inside each folder you have files just upload these files into the same named folders in your ftp

fxps 11-21-2012 01:08 AM

Quote:

Originally Posted by ForceHSS (Post 2383118)
if you open the zip file go to the upload folder you will see 3 folders
admincp
includes
and and xml folder inside the includes folder now inside each folder you have files just upload these files into the same named folders in your ftp


Thank you I did so now how do I accses it on the forum or edit it?

MediaSVI 11-21-2012 03:10 AM

I installed Glowhost Spam-O-Matic today and now when I try to make a post I get this:

Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions_newpost.php(532) : eval()'d code on line 5

Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/m/e/d/mediasvi/html/learnhowtoreason/forum/includes/functions_newpost.php(532) : eval()'d code on line 5

What do I need to do to fix this?

Thank you for your time.

ForceHSS 11-21-2012 10:39 AM

Quote:

Originally Posted by MediaSVI (Post 2383170)
I installed Glowhost Spam-O-Matic today and now when I try to make a post I get this:

Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/functions_newpost.php(532) : eval()'d code on line 5

Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/m/e/d/mediasvi/html/learnhowtoreason/forum/includes/functions_newpost.php(532) : eval()'d code on line 5


What do I need to do to fix this?

Thank you for your time.

you have not installed the files follow my above post

ForceHSS 11-21-2012 10:39 AM

Quote:

Originally Posted by fxps (Post 2383124)
Thank you I did so now how do I accses it on the forum or edit it?

1. Log in to your Admin CP and scroll down to Plugins & Products >> Manage Products

2. Under Import Product, Browse to where you unpacked the zip file and then click on product-glowhostspamomatic.xml

3. Then click on Import

Done: installed.

RG_MONDO 11-21-2012 12:03 PM

Quote:

Originally Posted by ForceHSS (Post 2383109)
in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

This fixed my install as well. Thank you!

DaChief 11-21-2012 01:55 PM

Quote:

Originally Posted by ForceHSS (Post 2383109)
in product-glowhostspamomatic.xml change all instances of

Code:

) TYPE=MyISAM; ');
to

Code:

) ENGINE=MyISAM; ');
then install again

Also got an error, but this fixed it.
To be sure, there are 3 instance that have to be changed:

Line 30; 38 and 47
Although I recommend to use Notepad++ and just hit replace all occurences

DaChief 11-22-2012 08:24 AM

Hi,
Where can I find the logs? I would like to know which users have been banned or denied for registration

ForceHSS 11-22-2012 10:21 AM

Quote:

Originally Posted by DaChief (Post 2383622)
Hi,
Where can I find the logs? I would like to know which users have been banned or denied for registration

admincp/Statistics & Logs
If you cant see them make yourself a superadmin


All times are GMT. The time now is 06:46 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
  • Page Generation 0.03512 seconds
  • Memory Usage 1,962KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_html_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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