ashras99 Posted July 3, 2007 Posted July 3, 2007 a) I have installed a template from template monster which also installed the OScommerce for me, but i am not sure which version they installed. Please tell me how to look for the version and modules installed. b) when i try to access my admin folder, then that easily accessible and dont ask for any password. Please tell me no security setup for that...? c) I read somewhere that change the admin folder to some other name but if i change it then inside links dont open because they have links set as.... admin/files/
Bloged Posted July 4, 2007 Posted July 4, 2007 a) I have installed a template from template monster which also installed the OScommerce for me, but i am not sure which version they installed. Please tell me how to look for the version and modules installed. Aren't there any readme files within the files of Template Monster? Otherwise I think it's hard to find out, but I've never worked with Template Monster templates. B) when i try to access my admin folder, then that easily accessible and dont ask for any password. Please tell me no security setup for that...? You could create a .htaccess file to limit access to your admin folder! Search the board and/or Google for examples! c) I read somewhere that change the admin folder to some other name but if i change it then inside links dont open because they have links set as.... admin/files/ Set the admin directory in you configure.php to you newly named directory instead of admin Grtz, Arjan Gelderblom I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. -- Stephen Hawking
Guest Posted July 4, 2007 Posted July 4, 2007 a) I have installed a template from template monster which also installed the OScommerce for me, but i am not sure which version they installed. Please tell me how to look for the version and modules installed.B) when i try to access my admin folder, then that easily accessible and dont ask for any password. Please tell me no security setup for that...? c) I read somewhere that change the admin folder to some other name but if i change it then inside links dont open because they have links set as.... admin/files/ You could ask template monster.
ashras99 Posted July 4, 2007 Author Posted July 4, 2007 Thanks for reply. On template monster website mentioned that this template use OScommerce 2.2 and nothing else... like mods/security etc..... when i go into the \shopping\admin\includes\configure.php , i found some below lines but this is not my server url or any database name, so what to do with these url's define('HTTP_SERVER', 'http://www.infoguide411.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.infoguide411.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/infoguid/public_html/ecommerce/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/ecommerce/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/infoguid/public_html/ecommerce/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/ecommerce/'); // absolute path required define('DIR_FS_CATALOG', '/home/infoguid/public_html/ecommerce/'); // absolute path required define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'infoguid_osc1'); define('DB_SERVER_PASSWORD', 'infoguid22222'); define('DB_DATABASE', 'infoguid_osc1');
Bloged Posted July 4, 2007 Posted July 4, 2007 Thanks for reply. On template monster website mentioned that this template use OScommerce 2.2 and nothing else... like mods/security etc.....when i go into the \shopping\admin\includes\configure.php , i found some below lines but this is not my server url or any database name, so what to do with these url's define('HTTP_SERVER', 'http://www.infoguide411.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.infoguide411.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/home/infoguid/public_html/ecommerce/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/ecommerce/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/infoguid/public_html/ecommerce/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/ecommerce/'); // absolute path required define('DIR_FS_CATALOG', '/home/infoguid/public_html/ecommerce/'); // absolute path required define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '****'); define('DB_SERVER_PASSWORD', '****'); define('DB_DATABASE', '****'); First of all never post personal information like passwords and/or loginname on a board! This is your configuration file where osC can find some basic settings about your hosting! Grtz, Arjan Gelderblom I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. -- Stephen Hawking
ashras99 Posted July 4, 2007 Author Posted July 4, 2007 No problem to me with above username and password because that not belong to me, infact all the above information is not about my server, but why this settings places in the admin/includes/configure.php any type of settings to hack later...?
Bloged Posted July 4, 2007 Posted July 4, 2007 No problem to me with above username and password because that not belong to me, infact all the above information is not about my server, but why this settings places in the admin/includes/configure.phpany type of settings to hack later...? Most of those settings are per shop different so most of those settings should be tweaked to your specific situation! Grtz, Arjan Gelderblom I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image. -- Stephen Hawking
Recommended Posts
Archived
This topic is now archived and is closed to further replies.