Sorry for being a pain but I am a bit lost as to what to look for so i will copy n paste stuff.
- cache folder:- a) .htaccess + b) index.php + c) sess_22luru4afhc93lq793cim1s307
a) -------------------------------------------------------
@copyright Copyright 2003-2010 Zen Cart Development Team
@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 /
b) -------------------------------------------------------
<?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();
?>
c) -------------------------------------------------------
installerConfigKeys|a:1:{s:8:"language";s:7:"english";}logfilename|s:27:"Sep-19-2011_08-08-27-6kow8o";installerConfigInfo|a:0:{}
-------------------------------------------------------
-
Until i get home tonight i cannot check permissions on images folder I am accessing my ftp via google chrome on works pc :unsure:
-
The images where there when i installed zencart and followed it through all the way until it gives me the link to 'shop front' & 'shop admin'
went to includes/templates/classic/css/stylesheet.css again on Chrome it is there via ftp.
copied txt from it and attached
Thanks in advance for your assistence
JEff.:cry: