ken,
it seems that you got the DB working again. you are still having a problem with your configure.php file.
your links are not working because from here:
http://lunekeltkar.xibeta.com/catalog/
they point to:
http://lunekeltkar.xibeta.com/index.php?main_page=featured_products
and they need to point to:
http://lunekeltkar.xibeta.com/catalog/index.php?main_page=featured_products
i'm guessing its one of these 3 variables:
Code:
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_CATALOG', '/home/username/public_html/');
one of them needs to have "catalog" in there.
good luck!