Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

index.php?


hovanfue

Recommended Posts

Now I am editing index.php file.

 

 

URL:http://mydomain/myhomepage/

 

View:

TEXT

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

[log yourself in] & [create an account] are underlined and has link.

I clicked [log yourself in] , [create an account] then "404 not found" "The requested resource coould not found"

 

The file "index.php" :/mydomain/myhomepage/index.php

 

define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?');

 

I don't know the meaning of this code, especially <a href="%s">

 

Help me

Sorry for my poor English

Link to comment
Share on other sites

The <a href="%s"> is part of a link created dynamically. IF you are getting a page not found, then your shop is not setup correctly. Does it only fail when you click on that link? What about the My Account link?

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The <a href="%s"> is part of a link created dynamically. IF you are getting a page not found, then your shop is not setup correctly. Does it only fail when you click on that link? What about the My Account link?

 

Jack

Thank you for your kind reply.

When I click ,all links of this page react the same.

What should I do?

 

Sorry for poor English.

Link to comment
Share on other sites

If none of the links work then it is probably the configure file at fault. You should post a link to your site as well as your includes/configure.php file (without the sensitive data) so someone can take a look at it.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

If none of the links work then it is probably the configure file at fault. You should post a link to your site as well as your includes/configure.php file (without the sensitive data) so someone can take a look at it.

 

Jack

Thank you very much again.

 

This is the source code of my home page(?):http://mydomain.com/myhomepage

################################################################################

##

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html dir="LTR" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>osCommerce</title>

<base href="http://mydomainname/myhomepage/">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

</head>

<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">

<!-- header //-->

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<td valign="middle"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img'>http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/logo.gif" border="0" alt="osCommerce" title=" osCommerce " width="370" height="30"></a></td>

<td align="right" valign="bottom"><a href="HTTPS_SERVERDIR_WS_HTTPS_CATALOGaccount.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/header_account.gif" border="0" alt="My Account" title=" My Account " width="30" height="30"></a>  <a href="http://mydomainnameDIR_WS_HTTP_CATALOGshopping_cart.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img'>http://mydomainnameDIR_WS_HTTP_CATALOGshopping_cart.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/header_cart.gif" border="0" alt="Cart Contents" title=" Cart Contents " width="30" height="30"></a>  <a href="HTTPS_SERVERDIR_WS_HTTPS_CATALOGcheckout_shipping.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/header_checkout.gif" border="0" alt="Checkout" title=" Checkout " width="30" height="30"></a>  </td>

 

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1">

<tr class="headerNavigation">

<td class="headerNavigation">  <a href="http://mydomainname" class="headerNavigation">Top</a> » <a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e" class="headerNavigation">Catalog</a></td>

<td align="right" class="headerNavigation"><a href="HTTPS_SERVERDIR_WS_HTTPS_CATALOGaccount.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e&osCsid=af7be81aa3b7eafe56a80f7e33279a4e" class="headerNavigation">My Account</a>  |  <a href="http://mydomainnameDIR_WS_HTTP_CATALOGshopping_cart.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e" class="headerNavigation">Cart Contents</a>  |  <a href="HTTPS_SERVERDIR_WS_HTTPS_CATALOGcheckout_shipping.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e&osCsid=af7be81aa3b7eafe56a80f7e33279a4e" class="headerNavigation">Checkout</a>   </td>

 

</tr>

</table>

<!-- header_eof //-->

 

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

<tr>

<td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">

<!-- left_navigation //-->

<!-- categories //-->

<tr>

<td>

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Categories</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

 

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?cPath=21&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">DVDs</a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?cPath=3&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">DVD Movies-></a> (17)<br></td>

</tr>

<tr>

 

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- categories_eof //-->

<!-- manufacturers //-->

<tr>

 

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Manufacturers</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

 

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><form name="manufacturers" action="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php" method="get"><input type="hidden" name="osCsid" value="af7be81aa3b7eafe56a80f7e33279a4e" /><select name="manufacturers_id" onChange="this.form.submit();" size="1" style="width: 100%"><option value="" SELECTED>Please Select</option><option value="6">Canon</option><option value="4">Fox</option><option value="8">GT Interactive</option><option value="9">Hewlett Packard</option><option value="5">Logitech</option><option value="1">Matrox</option><option value="2">Microsoft</option><option value="7">Sierra</option><option value="3">Warner</option></select><input type="hidden" name="osCsid" value="af7be81aa3b7eafe56a80f7e33279a4e"></form></td>

 

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

 

<!-- manufacturers_eof //-->

<!-- whats_new //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">What's New?</td>

<td height="14" class="infoBoxHeading" nowrap><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproducts_new.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

 

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=16&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/courage_under_fire.gif" border="0" alt="Courage Under Fire" title=" Courage Under Fire " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=16&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Courage Under Fire</a><br><s>$38.99</s><br><span class="productSpecialPrice">$29.99</span></td>

 

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

 

<!-- whats_new_eof //-->

<!-- search //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Quick Find</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

 

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"><form name="quick_find" action="http://mydomainnameDIR_WS_HTTP_CATALOGadvanced_search_result.php" method="get"><input type="hidden" name="osCsid" value="af7be81aa3b7eafe56a80f7e33279a4e" /><input type="text" name="keywords" size="10" maxlength="30" style="width: 95px"> <input type="hidden" name="osCsid" value="af7be81aa3b7eafe56a80f7e33279a4e"><input type="image" src="includes/languages/english/images/buttons/button_quick_find.gif?osCsid=af7be81aa3b7eafe56a80f7e33279a4e" border="0" alt="Quick Find" title=" Quick Find "><br>Use keywords to find the product you are looking for.<br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGadvanced_search.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><b>Advanced Search</b></a></form></td>

 

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

 

<!-- search_eof //-->

<!-- information //-->

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Information</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

 

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGshipping.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Shipping & Returns</a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGprivacy.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Privacy Notice</a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGconditions.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Conditions of Use</a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGcontact_us.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Contact Us</a></td>

 

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

 

<!-- information_eof //-->

<!-- left_navigation_eof //-->

</table></td>

<!-- body_text //-->

<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td class="pageHeading">What's New Here?</td>

<td class="pageHeading" align="right"><img src="images/table_background_default.gif" border="0" alt="What's New Here?" title=" What's New Here? " width="57" height="40"></td>

 

</tr>

</table></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

 

<td class="main">Welcome <span class="greetUser">Guest!</span> Would you like to <a href="HTTPS_SERVERDIR_WS_HTTPS_CATALOGlogin.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><u>log yourself in</u></a>? Or would you prefer to <a href="HTTPS_SERVERDIR_WS_HTTPS_CATALOGcreate_account.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><u>create an account</u></a>?</td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

 

<tr>

<td class="main"></td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>

</tr>

<tr>

<td><!-- new_products //-->

<table border="0" width="100%" cellspacing="0" cellpadding="0">

 

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="11" height="14"></td>

<td height="14" class="infoBoxHeading" width="100%">New Products For October</td>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents">

 

<tr>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=28&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/DUAL SHOCK 3-02.jpg" border="0" alt="a" title=" a " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=28&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">a</a><br>$100.00</td>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=18&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/speed_2.gif" border="0" alt="Speed 2: Cruise Control" title=" Speed 2: Cruise Control " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=18&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Speed 2: Cruise Control</a><br>$42.00</td>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=10&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/under_siege2.gif" border="0" alt="Under Siege 2 - Dark Territory" title=" Under Siege 2 - Dark Territory " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=10&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Under Siege 2 - Dark Territory</a><br>$29.99</td>

</tr>

<tr>

 

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=13&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/lethal_weapon.gif" border="0" alt="Lethal Weapon" title=" Lethal Weapon " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=13&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Lethal Weapon</a><br>$34.99</td>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=16&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/courage_under_fire.gif" border="0" alt="Courage Under Fire" title=" Courage Under Fire " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=16&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Courage Under Fire</a><br>$29.99</td>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=19&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/theres_something_about_mary.gif" border="0" alt="There's Something About Mary" title=" There's Something About Mary " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=19&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">There's Something About Mary</a><br>$49.99</td>

</tr>

<tr>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=11&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/fire_down_below.gif" border="0" alt="Fire Down Below" title=" Fire Down Below " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=11&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Fire Down Below</a><br>$29.99</td>

 

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=14&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/red_corner.gif" border="0" alt="Red Corner" title=" Red Corner " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=14&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Red Corner</a><br>$32.00</td>

<td align="center" class="smallText" width="33%" valign="top"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=17&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/speed.gif" border="0" alt="Speed" title=" Speed " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=17&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Speed</a><br>$39.99</td>

</tr>

</table>

</td>

</tr>

</table>

<!-- new_products_eof //-->

</td>

 

</tr>

</table></td>

</tr>

</table></td>

<!-- body_text_eof //-->

<td width="125" valign="top"><table border="0" width="125" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<!-- shopping_cart //-->

<tr>

<td>

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Shopping Cart</td>

<td height="14" class="infoBoxHeading" nowrap><a href="http://mydomainnameDIR_WS_HTTP_CATALOGshopping_cart.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img'>http://mydomainnameDIR_WS_HTTP_CATALOGshopping_cart.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/infobox/corner_right.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

 

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText">0 items</td>

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

 

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- shopping_cart_eof //-->

<!-- specials //-->

<tr>

<td>

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Specials</td>

<td height="14" class="infoBoxHeading" nowrap><a href="http://mydomainnameDIR_WS_HTTP_CATALOGspecials.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

 

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=5&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/blade_runner.gif" border="0" alt="Blade Runner - Director's Cut" title=" Blade Runner - Director's Cut " width="100" height="80"></a><br><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_info.php?products_id=5&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">Blade Runner - Director's Cut</a><br><s>$35.99</s><br><span class="productSpecialPrice">$30.00</span></td>

</tr>

<tr>

 

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- specials_eof //-->

<!-- reviews //-->

<tr>

 

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Reviews</td>

<td height="14" class="infoBoxHeading" nowrap><a href="http://mydomainnameDIR_WS_HTTP_CATALOGreviews.php?osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

 

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td class="boxText"><div align="center"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_reviews_info.php?products_id=19&reviews_id=1&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="images/dvd/theres_something_about_mary.gif" border="0" alt="There's Something About Mary" title=" There's Something About Mary " width="100" height="80"></a></div><a href="http://mydomainnameDIR_WS_HTTP_CATALOGproduct_reviews_info.php?products_id=19&reviews_id=1&osCsid=af7be81aa3b7eafe56a80f7e33279a4e">this has to be one of the funniest movies released for 1999! ..</a><br><div align="center"><img src="images/stars_5.gif" border="0" alt="5 of 5 Stars!" title=" 5 of 5 Stars! " width="59" height="11"></div></td>

</tr>

<tr>

 

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- reviews_eof //-->

<!-- languages //-->

<tr>

 

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Languages</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

 

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"> <a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?language=en&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="includes/languages/english/images/icon.gif" border="0" alt="English" title=" English " width="24" height="15"></a> <a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?language=de&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="includes/languages/german/images/icon.gif" border="0" alt="Deutsch" title=" Deutsch " width="24" height="15"></a> <a href="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php?language=es&osCsid=af7be81aa3b7eafe56a80f7e33279a4e"><img src="includes/languages/espanol/images/icon.gif" border="0" alt="Espanol" title=" Espanol " width="24" height="15"></a> </td>

</tr>

 

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

<!-- languages_eof //-->

<!-- currencies //-->

 

<tr>

<td>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>

<td width="100%" height="14" class="infoBoxHeading">Currencies</td>

<td height="14" class="infoBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>

</tr>

</table>

 

<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">

<tr>

<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

<tr>

<td align="center" class="boxText"><form name="currencies" action="http://mydomainnameDIR_WS_HTTP_CATALOGindex.php" method="get"><input type="hidden" name="osCsid" value="af7be81aa3b7eafe56a80f7e33279a4e" /><select name="currency" onChange="this.form.submit();" style="width: 100%"><option value="USD" SELECTED>US Dollar</option><option value="EUR">Euro</option></select><input type="hidden" name="osCsid" value="af7be81aa3b7eafe56a80f7e33279a4e"></form></td>

 

</tr>

<tr>

<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>

</tr>

</table>

</td>

</tr>

</table>

</td>

</tr>

 

<!-- currencies_eof //-->

<!-- right_navigation_eof //-->

</table></td>

</tr>

</table>

<!-- body_eof //-->

 

<!-- footer //-->

<table border="0" width="100%" cellspacing="0" cellpadding="1">

<tr class="footer">

<td class="footer">  Monday 15 October, 2007  </td>

<td align="right" class="footer">  15 requests since Saturday 13 October, 2007  </td>

 

</tr>

</table>

<br>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td align="center" class="smallText">

Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a> </td>

 

</tr>

</table>

<br>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td align="center"><a href="http://mydomainnameDIR_WS_HTTP_CATALOGredirect.php?action=banner&goto=1&osCsid=af7be81aa3b7eafe56a80f7e33279a4e" target="_blank"><img src="images/banners/oscommerce.gif" border="0" alt="osCommerce" title=" osCommerce " width="468" height="50"></a></td>

</tr>

</table>

<!-- footer_eof //-->

<br>

</body>

</html>

################################################################################

##

 

 

 

And this is the code of includes/configure.php

################################################################################

##

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://mydomainname');

define('HTTP_CATALOG_SERVER', 'http://mydomainname');

define('HTTPS_CATALOG_SERVER', 'https://host****.ipowerweb.com');

define('ENABLE_SSL_CATALOG', false); // secure webserver for catalog module

define('DIR_FS_DOCUMENT_ROOT', '/home/mydomain/public_html/myhomepage/'); // where the pages are located on the server

define('DIR_WS_ADMIN', '/myhomepage/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/home/mydomain/public_html/myhomepage/admin/'); // absolute pate required

define('DIR_WS_CATALOG', '/myhomepage/'); // absolute path required

define('DIR_FS_CATALOG', '/home/mydomain/public_html/myhomepage/'); // absolute path required

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'mydomain_p_os2');

define('DB_SERVER_PASSWORD', '*********');

define('DB_DATABASE', 'mydomain_p_os2');

define('USE_PCONNECT', 'false'); // use persisstent connections?

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

?>

#############################################################################

 

They are too dificult for to understand the meaning.

I cannot find the incorrect line and false.

If possible, please help me to somebody, he/she must be superperson for me.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...