Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Has my image folder been hacked?


6 replies to this topic

#1 poorgirl_richgirl

  • Community Member
  • 43 posts
  • Real Name:Tracey Gordon
  • Gender:Female

Posted 27 January 2012, 01:32



The images url should be showing as http://shop.domain.com/oscommerce.jpg


What are the funny numbers in front of my files?



#2 DunWeb

  • Community Sponsor
  • 10,469 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 27 January 2012, 01:34

@poorgirl_richgirl,

The funny numbers should not appear if your configure.php files are set to use the domain name and not the IP address. The numbers are your IP address.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 poorgirl_richgirl

  • Community Member
  • 43 posts
  • Real Name:Tracey Gordon
  • Gender:Female

Posted 27 January 2012, 01:49

Oh, the numbers weren't there before. the configure.php file has not been changed? any suggestions

#4 poorgirl_richgirl

  • Community Member
  • 43 posts
  • Real Name:Tracey Gordon
  • Gender:Female

Posted 27 January 2012, 01:51

includes/configure.php


<?php
define('HTTP_SERVER', 'http://shop.domain.com.com');
define('HTTPS_SERVER', 'https://shop.domain.com.com');
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'shop.domain.com.com');
define('HTTPS_COOKIE_DOMAIN', 'shop.domain.com.com');
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/content/t/r/a/tracey/html/fashion/shop/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

define('DB_SERVER', 'tracey.db.5734684.hostedresource.com');
define('DB_SERVER_USERNAME', 'tracey');
define('DB_SERVER_PASSWORD', 'Traceydatabase');
define('DB_DATABASE', 'tracey');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');
?>

#5 DunWeb

  • Community Sponsor
  • 10,469 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 27 January 2012, 02:04

@poorgirl_richgirl,

You should not have posted your database info. But, the rest of the configure.php looks ok. Your IP should never appear in the url so there is something wrong.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#6 poorgirl_richgirl

  • Community Member
  • 43 posts
  • Real Name:Tracey Gordon
  • Gender:Female

Posted 27 January 2012, 02:20

Thanks. the DB above is made up. I'm not sure what the problem is with the image urls. ill restore my database saved from yesterday. thank you.

#7 DunWeb

  • Community Sponsor
  • 10,469 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 27 January 2012, 02:25

@poorgirl_richgirl,

The problem isn't your database. Perhaps you could PM the URL and I would be happy to look at the website.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|: