|

Hacked?? Any ideas?
Posted 24 June 2006 - 10:46 PM #42
cscart_1.3.2-1.3.3_security_patch
Is what its called mate if you cart see it tell me and ill send it over if im allowed to.
Is what its called mate if you cart see it tell me and ill send it over if im allowed to.
Greg
1.3.5 sp4
1.3.5 sp4
Posted 25 June 2006 - 11:09 PM #44
I believe its packaged into the full version download.
Have to locate the readme for the patch, then just d/l the full version and upgrade the 2 or 3 files that have an issue.
Anyone have the Security patch readme??
Have to locate the readme for the patch, then just d/l the full version and upgrade the 2 or 3 files that have an issue.
Anyone have the Security patch readme??
Pimpin' skins since v1.0
Posted 26 June 2006 - 05:25 AM #45
I have the tar file, it doesn't appear to have a readme with it - I think that info was in the security bulletin... But the following files are in the patch, so you should be able to just grab them from the current full version;
classes/phpmailer/class.cs_phpmailer.php
and
classes/templater/templater.class.php
Hope that helps
Simon
classes/phpmailer/class.cs_phpmailer.php
and
classes/templater/templater.class.php
Hope that helps
Simon
Posted 26 June 2006 - 12:44 PM #46
http://www.dangeloin...al.com/catalog/
http://www.techdubai.com/
others.
i would recommend changing admin.php to something else, like admin_xyz.php
and also change your admin/admin account AS THE FIRST STEP after installing it.
Would that still be a good idea?
Thanks!
Posted 13 July 2006 - 10:31 PM #47
Hate to ask stupid question but how do I tell if register_globals is turned on or off on my server ?
Posted 13 July 2006 - 11:32 PM #48
Open a text editor, i use Notepad++.
Copy this script into a new file and save it as info.php ( if you use notepad make sure it doesn't save it as info.php.txt )
Upload it to your root dir.
Open a web browser, goto WWW.YOURSITE.COM/info.php
This should show you information about installed php.
In left hand column look for register_globals.
Copy this script into a new file and save it as info.php ( if you use notepad make sure it doesn't save it as info.php.txt )
<?php
phpinfo();
?>
Upload it to your root dir.
Open a web browser, goto WWW.YOURSITE.COM/info.php
This should show you information about installed php.
In left hand column look for register_globals.
Charlie