Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

I was trying to install Security pro I had uploaded tihe install the SecurityPro_installer.php

then security.php

I then added the code

// 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

 

Now I cannot acces the site at all.

I get that internet explorer cannot find the page.

and it is affecting both sites with my hosting service.

I have conntacted them and say the issue is on my side as they can log into my cpanel, which I cannot do either,

I needs help to fix this plz.

 

I am guessing some how I blacklisted my self.

Edited by Synodontis
Posted

Gary,

 

Security Pro would not block you from accessing your cpanel. I would guess it is a problem on your hosting providers side. Wait a while to see if it resolves itself.

 

 

 

Chris

Posted

Gary,

 

Security Pro would not block you from accessing your cpanel. I would guess it is a problem on your hosting providers side. Wait a while to see if it resolves itself.

 

Thanks I will,

 

I have managed atleast to access my cpanel through a HMA

 

Chris

 

Thanks I will,

 

I have managed atleast to access my cpanel through a HMA

 

Thanks

Gary

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...