Stevesh - firstly thanks for your quick response. Here are some recent files in the cache;
#
# @copyright Copyright 2003-2010 Zen Cart Development Team
# @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
# @version $Id: .htaccess 16111 2010-04-29 22:39:02Z drbyte $
#
# This is used with Apache WebServers
#
# The following blocks direct HTTP requests to all filetypes in this directory recursively, except certain approved exceptions
# It also prevents the ability of any scripts to run. No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
# Will also prevent people from seeing what is in the dir. and any sub-directories
#
# For this to work, you must include either 'All' or at least: 'Limit' and 'Indexes' parameters to the AllowOverride configuration in your apache/conf/httpd.conf file.
# Example:
#<Directory "/usr/local/apache/htdocs">
# AllowOverride Limit Indexes
#</Directory>
###############################
<Limit GET POST PUT>
Order Allow,Deny
Deny from All
</Limit>
#NOBODY SHOULD BE SNOOPING HERE
# deny *everything*
<FilesMatch ".*">
Order Allow,Deny
Deny from all
</FilesMatch>
IndexIgnore */*
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright (c) 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | [email protected] so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// $Id: index.php 1322 2005-05-06 23:22:28Z drbyte $
//
// send to domain root
session_write_close();
header('Location: ' . 'http://' . $_SERVER['HTTP_HOST']);
exit();
?>
installerConfigKeys|a:1:{s:8:"language";s:7:"english";}logfilename|s:27:"Aug-14-2011_06-01-19-PKTFcC";installerConfigInfo|a:0:{}
installerConfigKeys|a:12:{s:8:"language";s:7:"english";s:16:"DIR_FS_SQL_CACHE";s :52: FOLLOWED BY MY DATABASE LOGIN DETAILS etc. which I have deleted so as not to show in this post.
I received a fatal error from Facebook when it was trying to validate my SSL certificate through the AutoFacebook facebook_authorization.php file (I have my host looking at that but wondering if it is connected somehow?)
None of the above makes any sense to me but maybe it does to you?
cheers,
Mike



Reply With Quote
