Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

php problem


ghost's Avatar
0 0

can anyone see what i did wrong here? i have looked and looked. Any help appreciated!

/*
  $Id: index.php 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2007 osCommerce

  Released under the GNU General Public License
*/

define('TEXT_MAIN', ' <span style="font-size: 50px;"><font face="comic sans ms, arial, helvetica"><font color="#2B65EC"><b><center><marquee>Welcome to Liquids Bids</marquee></font></center></b></span><span style="font-size: 40px;"><center> <font color="#FFFF00;"><b>We are currently under construction.</b></font><br><center><b><span style="font-size: 25px;">Any products purchased will not be delivered nor will the customer be billed. Please excuse us during our construction.</font></b><br><br><table border="25" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><span style="font-size: 25px;"><b>Coming Soon</b><br></span><br>Opening Specials.<br><br><center><span style="font-size: 40px;">Create an account to buy today!</font></center><br><br><span style="font-size: 24px;"><center>Great deals on everyday items and much more</center>,</td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b><span style="font-size: 28px;"><font face="comic sans ms, arial, helvetica"><font color="#FF0000"><center><blink>FREE SHIPPING!!!</blink></b><br><br>Free shipping on all of our products.<br><br>
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
  define('HEADING_TITLE', 'Let\'s See What We Have Here');
  define('TABLE_HEADING_IMAGE', '');
  define('TABLE_HEADING_MODEL', 'Model');
  define('TABLE_HEADING_PRODUCTS', 'Product Name');
  define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
  define('TABLE_HEADING_QUANTITY', 'Quantity');
  define('TABLE_HEADING_PRICE', 'Price');
  define('TABLE_HEADING_WEIGHT', 'Weight');
  define('TABLE_HEADING_BUY_NOW', 'Buy Now');
  define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
  define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
  define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
  define('TEXT_SHOW', '<b>Show:</b>');
  define('TEXT_BUY', 'Buy 1 \'');
  define('TEXT_NOW', '\' now');
  define('TEXT_ALL_CATEGORIES', 'All Categories');
  define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
  define('HEADING_TITLE', 'What\'s New Here?');
} elseif ($category_depth == 'nested') {
  define('HEADING_TITLE', 'Categories');
}
?>

ghost's Avatar
0 0

whats the error u see ?

u didn't close your first define


ghost's Avatar
0 0

solved thanks for the help!


ghost's Avatar
0 0

greetz