radu34 Posted April 10, 2011 Share Posted April 10, 2011 Hello! Www.homepets.ro Hosting and host database to another location. Ex: www.homepets.ro IP 1.1.1.1 host1 database IP 2.2.2.2 host2 // define our database connection I do not know how to configure <?php define('HTTP_SERVER', 'http://www.homepets.ro'); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.homepets.ro'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/home/homepets.ro/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', '2.2.2.2'); define('DB_SERVER_USERNAME', 'myhome'); define('DB_SERVER_PASSWORD', '12345'); define('DB_DATABASE', 'myhome'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Please help me Thanks Link to comment Share on other sites More sharing options...
radu34 Posted April 10, 2011 Author Share Posted April 10, 2011 Hello! Www.homepets.ro Hosting and host database to another location. Ex: www.homepets.ro IP 1.1.1.1 host1 database IP 2.2.2.2 host2 Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '2.2.2.2' (4) in //home/homepets/ includes/functions/database.php on line 19 Unable to connect to database server! // define our database connection I do not know how to configure <?php define('HTTP_SERVER', 'http://www.homepets.ro'); define('HTTPS_SERVER', ''); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.homepets.ro'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/home/homepets.ro/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', '2.2.2.2'); define('DB_SERVER_USERNAME', 'myhome'); define('DB_SERVER_PASSWORD', '12345'); define('DB_DATABASE', 'myhome'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Please help me Thanks Link to comment Share on other sites More sharing options...
germ Posted April 10, 2011 Share Posted April 10, 2011 Bigger problems exist. The site is hacked and still subject to futher and worse hacks. Hack files already exist in the images folder. Visit the link below: How to Secure Your Site Pay close attention to "SECURING THE ADMIN" - Yours is vulnerable. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.