yes i've done all the changes to the configure.php files as that thread said
but when i uploaded them it sent the site crazy
with no images just text?????

this is what i have changed so you can see if i have changed it correctly

define('HTTP_SERVER', 'http://www.eddiescafe.co.uk');
define('HTTPS_SERVER', 'https://www.eddiescafe.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.eddiescafe.co.uk');
define('HTTPS_CATALOG_SERVER', 'https://www.eddiescafe.co.uk');

// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_ADMIN', '/public_html/shop/adminsection/');
define('DIR_WS_CATALOG', '/public_html/shop/');
define('DIR_WS_HTTPS_ADMIN', '/public_html/shop/adminsection/');
define('DIR_WS_HTTPS_CATALOG', '/public_html/shop/');

on the original it was this


// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://87.117.246.204');
define('HTTPS_SERVER', 'https://87.117.246.204');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'false');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/~thoko/shop/');
define('DIR_WS_HTTPS_CATALOG', '/~thoko/shop/');

define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_INCLUDES', 'includes/');
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', DIR_WS_CATALOG . 'pub/');
define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');