Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I just went through the installation procedure for Security Pro and it is not appearing in the admin section of my site.

 

One of the last lines in the instructions says:

 

Go into admin>configuration>FWR Security Pro and turn it on .. (set to true).

 

That means go into the admin section of my site and pick it out from the list and set it to true, right? Because it does not appear in that list.

 

I have checked and re-checked the instructions against what I did and it just is not appearing.

 

Am I not looking in the right spot?

Posted

Were there any instruction to edit the contents of a box such as

 

catalog/admin/incudes/boxes/xxxxxx.php or run some sql that you have not done?

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted (edited)

Were there any instruction to edit the contents of a box such as

 

catalog/admin/incudes/boxes/xxxxxx.php or run some sql that you have not done?

 

G

 

Of a "box" no.

 

 

Below are the instructions.

 

 

 

Firstly: - Upload SecurityPro_installer.php to your catalog folder. Browse to it and the installation will auto insert your admin settings.

 

Secondly:- Upload security.php to catalog/includes/functions/

 

Finally:-

catalog/includes/application_top.php

 

Find ...

 

// set the application parameters

$configuration_query = tep_db_query('select configuration_key as cfgKey, configuration_value as cfgValue from ' . TABLE_CONFIGURATION);

while ($configuration = tep_db_fetch_array($configuration_query)) {

define($configuration['cfgKey'], $configuration['cfgValue']);

}

 

Add directly BELOW ...

 

// FWR Media Security Pro

if ( defined('FWR_SECURITY_PRO_ON') && FWR_SECURITY_PRO_ON === 'true' ) {

$fwr_security_excludes = array();

if ( defined('FWR_SECURITY_PRO_FILE_EXCLUSIONS_ON') && FWR_SECURITY_PRO_FILE_EXCLUSIONS_ON === 'true' )

$fwr_security_excludes = explode(',', FWR_SECURITY_PRO_FILE_EXCLUSIONS);

if ( !in_array(basename($_SERVER['PHP_SELF']), $fwr_security_excludes) )

include('includes/functions/security.php');

}

if ( function_exists('tep_clean_get__recursive') ) {

// Recursively clean $HTTP_GET_VARS and $_GET

// There is no legitimate reason for these to contain anything but ..

// A-Z a-z 0-9 -(hyphen).(dot)_(underscore) {} space

$HTTP_GET_VARS = tep_clean_get__recursive($HTTP_GET_VARS);

$_GET = tep_clean_get__recursive($_GET);

$_REQUEST = $_GET + $_POST; // $_REQUEST now holds the cleaned $_GET and std $_POST. $_COOKIE has been removed.

fwr_clean_global($_GET); // Change the $GLOBALS value to the cleaned value

}

// END - FWR Media Security Pro

 

 

 

Go into admin>configuration>FWR Security Pro and turn it on .. (set to true).

Edited by ggrant3
Posted

Could it have anything to do with the fact that I already changed all my permissions for files or folders (maybe something isn't allowed to be "executed")?

 

I don't know what could be wrong. I just went through the file manager (on GoDaddy) and everything is where it is suppose to be and the code that was suppose to be added was added in the correct file in the correct spot.

 

I am suppose to be looking in the admin section of my site, right? And not running a specific file first?

Posted (edited)

Did you

 

Browse to it and the installation will auto insert your admin settings.

 

(in firefox or IE)

Edited by geoffreywalton

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted (edited)

Did you

 

Browse to it and the installation will auto insert your admin settings.

 

(in firefox or IE)

 

Oh actually go to that site address. Meaning go to www.mysite.com/catalog/SecurityPro_installer.php

 

I have never heard or read anyone explain anything that way (browse to it) in an installation before

Edited by ggrant3
Posted (edited)

Oh actually go to that site address. Meaning go to www.mysite.com/catalog/SecurityPro_installer.php

 

I have never heard or read anyone explain anything that way (browse to it) in an installation before

 

 

I just went and it said it was already installed and I should now delete the file. Then I went back into the admin section and it was listed.

 

Thanks. I had a feeling it was something simple and something I didn't do right. :)

 

I must have skimmed over that part

Edited by ggrant3
  • 1 month later...
Posted

I just went and it said it was already installed and I should now delete the file. Then I went back into the admin section and it was listed.

 

Thanks. I had a feeling it was something simple and something I didn't do right. :)

 

I must have skimmed over that part

 

Hi Everyone

I just tried 'browsing' to my file in both safari and firefox (i'm on a Mac)

and ALL i get is the following message:

_________________________________

Not Found

 

The requested URL /public_html/SecurityPro_installer.php was not found on this server.

 

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

_________________________________

**** Needless to say, it has not worked, and has not installed the FWR security pro file into my admin directory. Somebody please help! I'm at my wits' end!

 

Thank you xx

Posted

Hi Everyone

I just tried 'browsing' to my file in both safari and firefox (i'm on a Mac)

and ALL i get is the following message:

_________________________________

Not Found

 

The requested URL /public_html/SecurityPro_installer.php was not found on this server.

 

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

_________________________________

**** Needless to say, it has not worked, and has not installed the FWR security pro file into my admin directory. Somebody please help! I'm at my wits' end!

 

Thank you xx

Hi just installed the addon but its not showing up in the admin side of my web site could you please tell me what else i should do as i followed the instructions on the read me page in the package. Also i have done the same as above a recived the same information.

 

Thank you

  • 3 months later...
Posted

Hi just installed the addon but its not showing up in the admin side of my web site could you please tell me what else i should do as i followed the instructions on the read me page in the package. Also i have done the same as above a recived the same information.

 

Thank you

 

I am having the same issue.

 

I did everything, and opened it in Firefox, and it told me it was installed and to delete the install, but I don't see how to "turn it on" in contributions or otherwise...I see no sign of it.

Web Developer, Firebug, and Notepad++ are powerful free tools for web design.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...