miller-lite Posted April 26, 2008 Posted April 26, 2008 When I try to login to OSCommerce admin are, it prompts for user name and password, the come back with: Server not found Firefox can't find the server at jvgallery.comdir_ws_http_cataloglogin.php. Anyone have any idea why?
♥Vger Posted April 26, 2008 Posted April 26, 2008 Anyone have any idea why? Look at the address below - that's why! jvgallery.comdir_ws_http_cataloglogin.php Your admin/includes/configure.php file is totally screwed - plus you may also have a .htaccess redirect messing things up. Vger
miller-lite Posted April 27, 2008 Author Posted April 27, 2008 Look at the address below - that's why!Your admin/includes/configure.php file is totally screwed - plus you may also have a .htaccess redirect messing things up. Vger I thought is looked strange also, but got no response from a previous post. I don't really think it is in my configure.php but here's the code for someone more knowledgeable than I: <?php define('HTTP_SERVER', 'http://jvgallery.com'); define('HTTP_CATALOG_SERVER', 'http://jvgallery.com'); define('HTTPS_CATALOG_SERVER', 'https://jvgallery.com'); define('ENABLE_SSL_CATALOG', true); define('DIR_FS_DOCUMENT_ROOT', '/home/gallery5/public_html/catalog/'); define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', '/home/gallery5/public_html/catalog/admin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', '/home/gallery5/public_html/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'edited out'); define('DB_SERVER_PASSWORD', 'edited out'); define('DB_DATABASE', 'edited out); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> It is the same as what I downloaded Wednesday night, so if anyone can see anything in here that could be causing the problem please let me know. I have also contacted my hosting provider to see about the .htaccess redirect messing things up. It was also interesting that just after I started getting the error above AVG isolated a trojan horse php/backdoor.c99shell on one of the files I had downloaded Wednesday from my site. Notified the hosting company and they ran a check on my site that came back inconclusive, so they bumped it up to the security team. Just got an e-mail that they disabled 21 files (19 in the catalog/logs directory), so looks like I have some cleaning up to do. Thanks Vger Verne
miller-lite Posted April 27, 2008 Author Posted April 27, 2008 It wasn't .htaccess redirect messing things up. Looks like time for a reinstall.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.