Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title> <?=$page_title;?> </title> <meta http-equiv="Content-Type" content="text/html; charset=<?=LANG_CODEPAGE;?>"> <?=$page_meta_tags;?> <link href="themes/<?=$setts['default_theme'];?>/style.css" rel="stylesheet" type="text/css"> <script src="themes/<?=$setts['default_theme'];?>/SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="themes/<?=$setts['default_theme'];?>/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css"> <script src="themes/<?=$setts['default_theme'];?>/SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script> <link href="themes/<?=$setts['default_theme'];?>/SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- .bg { background-image: url(themes/<?=$setts['default_theme'];?>/img/subbg.gif); } .TabbedPanelsTab { BACKGROUND: url(themes/<?=$setts['default_theme'];?>/img/tabg2.gif) no-repeat right top; } .TabbedPanelsTab a { BACKGROUND: url(themes/<?=$setts['default_theme'];?>/img/tabg1.gif) no-repeat left top; } .TabbedPanelsTabSelected { BACKGROUND: url(themes/<?=$setts['default_theme'];?>/img/tabbrown2.gif) no-repeat right top; } .TabbedPanelsTabSelected a { BACKGROUND: url(themes/<?=$setts['default_theme'];?>/img/tabbrown1.gif) no-repeat left top; } .placebid { font-size: 18px; font-weight: bold; height: 38px; } .lb { border-right: 1px solid #123e79; border-left: 1px solid #6692c8; font-size: 12px; font-weight: bold; background-image: url(themes/<?=$setts['default_theme'];?>/img/subbg.gif); } .lb a { color: #ffffff; text-decoration: none; } .lb a:hover { color: #ffffff; text-decoration: none; } .db { font-size: 12px; font-weight: bold; border-right: 1px solid #123e79; border-left: 1px solid #6692c8; background-image: url(themes/<?=$setts['default_theme'];?>/img/db_bg.gif); } .db a { color: #ffffff; text-decoration: none; } .db a:hover { color: #ffffff; text-decoration: none; } .today { background: #ffffff url(themes/<?=$setts['default_theme'];?>/img/listedtoday.gif) top right no-repeat; } .day { background: #ffffff url(themes/<?=$setts['default_theme'];?>/img/day.gif) bottom left no-repeat; } .hour { background: #ffffff url(themes/<?=$setts['default_theme'];?>/img/hour.gif) bottom left no-repeat; } .hl_item1 { border: 2px solid #ffa500; } --> </style> <? if (eregi("index.php",$_SERVER['PHP_SELF']) && $setts['daily_deals']) { ?> <script> $(document).ready(function() { $("#responsecontainer").load("daily_deal.php"); var timexid = <?php echo json_encode($layout['dailydeal_timer']); ?>; var refreshId = setInterval(function() { $("#responsecontainer").load('daily_deal.php?randval='+ Math.random()); }, timexid); $.ajaxSetup({ cache: false }); }); </script> <? } ?> <script type="text/javascript"> var ie4 = false; if(document.all) { ie4 = true; } function getObject(id) { if (ie4) { return document.all[id]; } else { return document.getElementById(id); } } function toggle(link, divId) { var lText = link.innerHTML; var d = getObject(divId); if (lText == '+') { link.innerHTML = '–'; d.style.display = 'block'; } else { link.innerHTML = '+'; d.style.display = 'none'; } } </script> </head> <body leftmargin="5" topmargin="5" marginwidth="5" marginheight="5"> <table width="980" border="0" align="center" cellpadding="10" cellspacing="0"> <tr> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td style="padding-bottom: 10px;"><a href="<?=$index_link;?>"><img src="images/probidlogo.gif" alt="Professional Auction Script Software by PHP Pro Bid" border="0"></a></td> <td width="100%" valign="bottom" style="padding-left: 15px;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="60"> <td nowrap style="border-left: 1px solid #cccccc; padding-left: 15px; padding-top: 8px;" class="mainmenu" width="100%"><div style="padding-bottom: 3px;"> <?=$current_date;?> <span id="servertime"></span></div> <? if ($member_active == 'Active') { ?> <?=MSG_WELCOME_BACK;?>, <b><?=$member_username; ?></b><br> <a href="<?=$login_link;?>"><?=$login_btn_msg;?></a> <? } else { ?> <?=MSG_WELCOME;?>! <a href="<?=$login_link;?>"><?=$login_btn_msg;?></a> or <a href="<?=$register_link;?>"><?=$register_btn_msg;?></a> <? } ?> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="200" height="1"></div></td> <td nowrap> </td> <td> </td> </tr> </table> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="10"></div></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" background="themes/<?=$setts['default_theme'];?>/img/subbg.gif"> <tr align="center"> <td width="6" style="border-right: 1px solid #111212;"><a href="<?=$index_link;?>"><img src="themes/<?=$setts['default_theme'];?>/img/home_i.gif" width="49" height="49" border="0"></a></td> <td nowrap width="<?=$header_cell_width;?>" <? if (stristr($_SERVER['PHP_SELF'], "categories.php")) { ?>class="db" <? } else { ?> class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';"<? } ?>> <ul id="MenuBarCategories" class="MenuBarHorizontal"> <li style="background-color: transparent;"> <a style="background-color: transparent; color: #ffffff; border: 0px;" class="MenuBarItemSubmenu" href="categories.php"><?=strtoupper(MSG_CATEGORIES);?></a> <ul><?=$category_box_content;?></ul> </li> </ul></td> <? if (!$setts['enable_private_site'] || $is_seller) { ?> <? if (stristr($_SERVER['PHP_SELF'], "sell_item.php")) { ?> <td nowrap class="db" width="<?=$header_cell_width;?>"> <a href="<?=$place_ad_link;?>"><?=$place_ad_btn_msg;?></a> </td> <? } else { ?> <td nowrap class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';" width="<?=$header_cell_width;?>"> <a href="<?=$place_ad_link;?>"><?=$place_ad_btn_msg;?></a> </td> <? } ?> <? } ?> <!-- Members Area Menu --> <td nowrap <? if (stristr($_SERVER['PHP_SELF'], "members_area.php")||stristr($_SERVER['PHP_SELF'], "login.php")) { ?> class="db" <? } else { ?> class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';" <? } ?> width="<?=$header_cell_width;?>"> <ul id="MenuBar1" class="MenuBarHorizontal"> <li style="background-color: transparent;"><a style="background-color: transparent; color: #ffffff; border: 0px;" href="members_area.php"> <?=MSG_BTN_MEMBERS_AREA;?> </a> <ul> <? if ($member_active == 'Active') { ?> <li><a class="MenuBarItem" href="<?=process_link('members_area', array('page' => 'summary'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_summary.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_SUMMARY;?> </a></li> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'messaging', 'section' => 'received'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_message.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_MESSAGING;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'messaging', 'section' => 'received'));?>"> <?=MSG_MM_RECEIVED;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'messaging', 'section' => 'sent'));?>"> <?=MSG_MM_SENT;?> </a></li> </ul> </li> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'current_bids'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_bidding.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_BIDDING;?> </a> <ul > <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'current_bids'));?>"> <?=MSG_MM_CURRENT_BIDS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'bids_offers'));?>"> <?=MSG_MM_ITEMS_WITH_OFFERS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'won_items'));?>"> <?=MSG_MM_WON_ITEMS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'invoices_received'));?>"> <?=MSG_MM_INVOICES_RECEIVED;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'item_watch'));?>"> <?=MSG_MM_WATCHED_ITEMS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'favorite_stores'));?>"> <?=MSG_MM_FAVORITE_STORES;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'keywords_watch'));?>"> <?=MSG_MM_KEYWORDS_WATCH;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'bidding', 'section' => 'saved_searches'));?>"> <?=MSG_MM_SAVED_SEARCHES;?> </a></li> </ul> </li> <? if ($is_seller) { ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'open'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_selling.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_SELLING;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'open'));?>"> <?=MSG_MM_OPEN_AUCTIONS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'bids_offers'));?>"> <?=MSG_MM_ITEMS_WITH_BIDS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'scheduled'));?>"> <?=MSG_MM_SCHEDULED_AUCTIONS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'closed'));?>"> <?=MSG_MM_CLOSED_AUCTIONS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'drafts'));?>"> <?=MSG_MM_DRAFTS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'sold'));?>"> <?=MSG_MM_SOLD_ITEMS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'invoices_sent'));?>"> <?=MSG_MM_INVOICES_SENT;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'fees_calculator'));?>"> <?=MSG_MM_FEES_CALCULATOR;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'prefilled_fields'));?>"> <?=MSG_MM_PREFILLED_FIELDS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'block_users'));?>"> <?=MSG_MM_BLOCK_USERS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'suggest_category'));?>"> <?=MSG_MM_SUGGEST_CATEGORY;?> </a></li> <? if ($setts['enable_shipping_costs']) { ?> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'postage_setup'));?>"> <?=MSG_MM_POSTAGE_CALC_SETUP;?> </a></li> <? } ?> <li><a href="<?=process_link('members_area', array('page' => 'selling', 'section' => 'vouchers'));?>"> <?=MSG_MM_SELLER_VOUCHERS;?> </a></li> </ul> </li> <? } ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'reputation', 'section' => 'received'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_reputation.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_REPUTATION;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'reputation', 'section' => 'received'));?>"> <?=MSG_MM_MY_REPUTATION;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'reputation', 'section' => 'sent'));?>"> <?=MSG_MM_LEAVE_COMMENTS;?> </a></li> </ul> </li> <? if ($is_seller && $setts['enable_bulk_lister']) { ?> <li><a class="MenuBarItem" href="<?=process_link('members_area', array('page' => 'bulk', 'section' => 'details'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_bulk.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_BULK;?> </a></li> <? } ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'about_me', 'section' => 'view'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_aboutme.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_ABOUT_ME;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'about_me', 'section' => 'view'));?>"> <?=MSG_MM_VIEW;?> </a></li> <? if ($setts['enable_profile_page']) { ?> <li><a href="<?=process_link('members_area', array('page' => 'about_me', 'section' => 'profile'));?>"> <?=MSG_PROFILE_PAGE;?> </a></li> <? } ?> </ul> </li> <? if ($setts['enable_stores'] && $is_seller) { ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'store', 'section' => 'subscription'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_mystore.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_MM_STORE;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'store', 'section' => 'subscription'));?>"> <?=MSG_STORE_SETTINGS;?> </a></li> <!-- <li><a href="<?=process_link('members_area', array('page' => 'store', 'section' => 'setup'));?>"> <?=MSG_MM_MAIN_SETTINGS;?> </a></li> --> <li><a href="<?=process_link('members_area', array('page' => 'store', 'section' => 'store_pages'));?>"> <?=MSG_MM_STORE_PAGES;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'store', 'section' => 'categories'));?>"> <?=MSG_MM_CUSTOM_CATS;?> </a></li> </ul> </li> <? } ?> <? if ($setts['enable_wanted_ads']) { ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'wanted_ads', 'section' => 'new'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_wanted.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_MM_WANTED_ADS;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'wanted_ads', 'section' => 'new'));?>"> <?=MSG_MM_ADD_NEW;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'wanted_ads', 'section' => 'open'));?>"> <?=MSG_MM_OPEN;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'wanted_ads', 'section' => 'closed'));?>"> <?=MSG_MM_CLOSED;?> </a></li> </ul> </li> <? } ?> <? if ($setts['enable_reverse_auctions']) { ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'open'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_selling.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_REVERSE_AUCTIONS;?> </a> <ul> <li><?=MSG_MM_GET_SERVICES;?></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'new_auction'));?>"><?=MSG_MM_CREATE_REVERSE_AUCTION;?></a></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'open'));?>"><?=MSG_MM_OPEN;?></a></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'closed'));?>"><?=MSG_MM_CLOSED;?></a></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'scheduled'));?>"><?=MSG_MM_SCHEDULED;?></a></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'awarded'));?>"><?=MSG_MM_AWARDED;?></a></li> <li><?=MSG_MM_PROVIDE_SERVICES;?></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'my_profile'));?>"><?=MSG_MM_PROFILE;?></a></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'my_bids'));?>"><?=MSG_MM_MY_BIDS;?></a></li> <li><a href="<?=process_link('members_area', array('page' => 'reverse', 'section' => 'won'));?>"><?=MSG_MM_MY_PROJECTS;?></a></li> </ul> </li> <? } ?> <li><a class="MenuBarItemSubmenu" href="<?=process_link('members_area', array('page' => 'account', 'section' => 'editinfo'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_myaccount.gif" border="0" align='absmiddle' id="icomenu"> <?=MSG_MM_MY_ACCOUNT;?> </a> <ul> <li><a href="<?=process_link('members_area', array('page' => 'account', 'section' => 'editinfo'));?>"> <?=MSG_MM_PERSONAL_INFO;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'account', 'section' => 'management'));?>"> <?=MSG_MM_MANAGE_ACCOUNT;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'account', 'section' => 'history'));?>"> <?=MSG_MM_ACCOUNT_HISTORY;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'account', 'section' => 'mailprefs'));?>"> <?=MSG_MM_MAIL_PREFS;?> </a></li> <li><a href="<?=process_link('members_area', array('page' => 'account', 'section' => 'abuse_report'));?>"> <?=MSG_MM_ABUSE_REPORT;?> </a></li> </ul> </li> <? } ?> <? if ($member_active == 'Active') { ?> <li><a href="<?=$login_link;?>" class="MenuBarItem"><img src="themes/<?=$setts['default_theme'];?>/img/ico_logout.gif" align='absmiddle' id="icomenu" border="0"> <?=$login_btn_msg;?> </a></li> <?} else { ?> <li><a href="<?=$login_link;?>" class="MenuBarItem"><img src="themes/<?=$setts['default_theme'];?>/img/ico_login.gif" align='absmiddle' id="icomenu" border="0"> <?=$login_btn_msg;?> </a></li> <li><a href="<?=$register_link;?>" class="MenuBarItem"><img src="themes/<?=$setts['default_theme'];?>/img/ico_register.gif" align='absmiddle' id="icomenu" border="0"> <?=$register_btn_msg;?> </a></li> <? } ?> </ul> </li> </ul> </td> <!-- EOF MEMBERS AREA MENU --> <? if ($setts['enable_stores']) { ?> <? if (stristr($_SERVER['PHP_SELF'], "stores.php")) { ?> <td nowrap class="db" width="<?=$header_cell_width;?>"> <a href="<?=process_link('stores');?>"><?=MSG_BTN_STORES;?></a> </td> <? } else { ?> <td nowrap class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';" width="<?=$header_cell_width;?>"> <a href="<?=process_link('stores');?>"><?=MSG_BTN_STORES;?></a> </td> <? } ?> <? } ?> <? if ($setts['enable_reverse_auctions']) { ?> <? if (stristr($_SERVER['PHP_SELF'], "reverse_auctions.php")) { ?> <td nowrap class="db" width="<?=$header_cell_width;?>"> <a href="<?=process_link('reverse_auctions');?>"><?=MSG_REVERSE;?></a> </td> <? } else { ?> <td nowrap class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';" width="<?=$header_cell_width;?>"> <a href="<?=process_link('reverse_auctions');?>"><?=MSG_REVERSE;?></a> </td> <? } ?> <? } ?> <? if ($setts['enable_wanted_ads']) { ?> <? if (stristr($_SERVER['PHP_SELF'], "wanted_ads.php")) { ?> <td nowrap class="db" width="<?=$header_cell_width;?>"> <a href="<?=process_link('wanted_ads');?>"><?=MSG_BTN_WANTED_ADS;?></a> </td> <? } else { ?> <td nowrap class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';" width="<?=$header_cell_width;?>"> <a href="<?=process_link('wanted_ads');?>"><?=MSG_BTN_WANTED_ADS;?></a> </td> <? } ?> <? } ?> <td nowrap <? if ($_REQUEST['page']=='help') { ?>class="db" <? } else { ?> class="lb" ONMOUSEOVER="this.className='db';" ONMOUSEOUT="this.className='lb';" <? } ?> width="<?=$header_cell_width;?>"> <ul id="MenuBarHelp" class="MenuBarHorizontal"> <li style="background-color: transparent;"> <a style="background-color: transparent; color: #ffffff; border: 0px;" href="<?=process_link('content_pages', array('page' => 'help'));?>"> <?=MSG_BTN_HELP;?> </a> <ul> <li><a class="MenuBarItem" href="<?=process_link('content_pages', array('page' => 'help'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_faq.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_BTN_HELP;?> </a></li> <li><a class="MenuBarItem" href="<?=process_link('content_pages', array('page' => 'faq'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_faq.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_BTN_FAQ;?> </a></li> <? if ($layout['is_about']) { ?> <li><a class="MenuBarItem" href="<?=process_link('content_pages', array('page' => 'about_us'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_about.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_BTN_ABOUT_US;?> </a></li> <? } ?> <? if ($layout['is_contact']) { ?> <li><a class="MenuBarItem" href="<?=process_link('content_pages', array('page' => 'contact_us'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_contact.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_BTN_CONTACT_US;?> </a></li> <? } ?> <? if ($layout['enable_site_fees_page']) { ?> <li><a class="MenuBarItem" href="<?=process_link('site_fees');?>"><img src="themes/<?=$setts['default_theme'];?>/img/ico_fees.gif" align='absmiddle' id="icomenu" border="0"> <?=MSG_BTN_SITE_FEES;?> </a></li> <? } ?> </ul> </li> </ul></td> <td class="lb" nowrap width="100%" align="center" style="border-right: 0px;"> <? if ($setts['enable_addthis']) { ?> <?=$share_code;?> <? } ?> </td> <td width="6"><img src="themes/<?=$setts['default_theme'];?>/img/sub2.gif" width="5" height="49"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="5"><img src="themes/<?=$setts['default_theme'];?>/img/sr1.gif" width="5" height="39"></td> <td width="100%" bgcolor="#bdcfe8" style="border-top: 2px solid #ffffff;"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <form action="auction_search.php" method="post"> <input type="hidden" name="option" value="basic_search"> <td class="search" nowrap><input type="text" size="75" name="basic_search"></td> <td class="search" nowrap><input name="form_basic_search" type="submit" value="Search"> </td> </form> <td class="search" nowrap style="border-left: 1px solid #dddddd;"> <?=strtoupper(GMSG_BROWSE);?> </td> <form name="cat_browse_form" method="get" action="categories.php"> <td class="search"><?=$categories_browse_box;?></td> </form> <td class="search" width="100%"> <a href="<?=$setts['site_url'];?>search.php" title="Advaned Search">Advanced Search</a> </td> <? if ($setts['user_lang']) { ?> <td nowrap align="center"> <?=$languages_list;?> </td> <? } ?> </tr> </table> </td> <td width="5"><img src="themes/<?=$setts['default_theme'];?>/img/sr2.gif" width="5" height="39"></td> </tr> </table> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="10"></div> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff"> <tr> <td width="10"><img src="themes/<?=$setts['default_theme'];?>/img/c1.gif" width="10" height="10"></td> <td width="100%" style="border-top: 1px solid #bbbbbb;"><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> <td width="10"><img src="themes/<?=$setts['default_theme'];?>/img/c2.gif" width="10" height="10"></td> </tr> <tr> <td width="10" style="border-left: 1px solid #bbbbbb;"><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> <td width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <? if (eregi("index.php",$_SERVER['PHP_SELF'])) { ?> <td width="180"> <?=$menu_box_header;?> <?=$menu_box_content;?> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="12"></div> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="180" height="1"></div> </td> <td width="10"><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="10" height="1"></td> <? } ?> <!--- Mod Column Left End ---> <td width="100%"> <?=$banner_position[5];?> <SCRIPT LANGUAGE="JavaScript"><!-- myPopup = ''; function openPopup(url) { myPopup = window.open(url,'popupWindow','width=640,height=150,status=yes'); if (!myPopup.opener) myPopup.opener = self; } //--> </SCRIPT> <SCRIPT LANGUAGE = "JavaScript"> function converter_open(url) { output = window.open(url,"popDialog","height=220,width=700,toolbar=no,resizable=yes,scrollbars=yes,left=10,top=10"); } </SCRIPT> <? if ($ad_display == 'live') { ?> <form name="hidden_form" action="auction_details.php" method="get" style="margin:0px;"> <input type="hidden" name="option" /> <input type="hidden" name="auction_id" /> <input type="hidden" name="message_content" /> <input type="hidden" name="question_id" /> </form> <? } ?> <? if ($print_button == 'show') { ?> <table align="center" border="0" cellpadding="3" cellspacing="1" class="errormessage"> <tr> <td class="contentfont"><a href="#" onclick="javascript:window.print(this);"> <?=GMSG_PRINT_THIS_PAGE;?> </a></td> </tr> </table> <? } ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="60%"><div class="itemid"><?=$item_details['name'];?></div> <div class="itemidend"> <?=MSG_AUCTION_ID;?>: <b><?=$item_details['auction_id'];?></b> <? if ($ad_display == 'live') { ?> | <b><?=MSG_STATUS;?></b>: <?=item::item_status($item_details['closed']); ?> <? } ?> <? if ($ad_display == 'live' && $user_details['enable_item_counter']) { ?> | <?=MSG_ITEM_VIEWED;?> <span class="redfont"><?=($item_details['nb_clicks']+1); ?> <?=GMSG_TIMES;?></span> <? } ?> </div> <div><img src='themes/<?=$setts['default_theme'];?>/img/pixel.gif' width='1' height='3'></div> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <? if ($ad_display == 'live') { ?> <td nowrap valign="top"> <table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr> <td class="contentfont" nowrap style="padding-right: 10px;"><img src="themes/<?=$setts['default_theme'];?>/img/arrow.gif" align="absmiddle" border="0" hspace="5"> <a href="<?=process_link('index');?>"><?=MSG_BACK_TO_HP;?></a></td> </tr> <? if (!empty($search_url)) { ?> <tr> <td class="contentfont" nowrap style="padding-right: 10px;"><img src="themes/<?=$setts['default_theme'];?>/img/arrow.gif" align="absmiddle" border="0" hspace="5"> <a href="<?=$search_url;?>"><?=MSG_BACK_TO_SEARCH_PAGE;?></a></td> </tr> <? } ?> <? if ($user_details['shop_active']) { ?> <tr> <td class="contentfont" nowrap style="padding-right: 10px;"><img src="themes/<?=$setts['default_theme'];?>/img/arrow.gif" align="absmiddle" border="0" hspace="5"> <a href="<?=process_link('shop', array('user_id' => $item_details['owner_id']));?>"><?=MSG_VIEW_STORE;?></a></td> </tr> <? } ?> </table> </td> <? } ?> <td width="100%" valign="top"><table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr> <td nowrap><b> <?=MSG_MAIN_CATEGORY;?> :</b></td> <td class="contentfont" width="100%"><?=$main_category_display;?></td> </tr> <? if ($item_details['addl_category_id']) { ?> <tr> <td nowrap><b> <?=MSG_ADDL_CATEGORY;?> :</b></td> <td class="contentfont"><?=$addl_category_display;?></td> </tr> <? } ?> </table></td> </tr> </table></td> <td class="contentfont"> <div class="errormessage"> <? if ($ad_display == 'live') { ?> <table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr valign="top"> <? if ($session->value('user_id')) { ?> <td nowrap width="100%" class="contentfont"> <div style="padding-bottom: 3px;"> <b><?=MSG_WELCOME;?>, <?=$session->value('username');?></b> </div> <? if ($item_details['owner_id'] == $session->value('user_id')) { ?> <a href="<?=process_link('sell_item', array('option' => 'sell_similar', 'auction_id' => $item_details['auction_id']));?>"><?=MSG_SELL_SIMILAR;?></a> <? if (!$item->under_time($item_details)) { ?> <? if ($item_details['nb_bids']==0 && $item_details['active']==1) { ?> | <a href="edit_item.php?auction_id=<?=$item_details['auction_id'];?>&edit_option=new"><?=MSG_EDIT_AUCTION;?></a> | <a href="members_area.php?do=delete_auction&auction_id=<?=$item_details['auction_id'];?>&page=selling§ion=open" onclick="return confirm('<?=MSG_DELETE_CONFIRM;?>');"><?=MSG_DELETE;?></a> <? } else if ($item_details['nb_bids']>0 && $item_details['active']==1) { ?> | <a href="edit_description.php?auction_id=<?=$item_details['auction_id'];?>"><?=MSG_EDIT_DESCRIPTION;?></a> <? } ?> <? } ?> <? if ($item->can_close_manually($item_details, $session->value('user_id'))) { ?> | <a href="members_area.php?do=close_auction&auction_id=<?=$item_details['auction_id'];?>&page=selling§ion=open" onclick="return confirm('<?=MSG_CLOSE_AUCTION_CONFIRM;?>');"><?=MSG_CLOSE_AUCTION;?></a> <? } ?> <? if ($item_details['closed'] == 1) { ?> | <a href="members_area.php?do=relist&auction_id=<?=$item_details['auction_id'];?>&page=selling§ion=closed" onclick="return confirm('<?=MSG_RELIST_AUCTION_CONFIRM;?>');"><?=MSG_RELIST_AUCTION;?></a> <? } ?> <? } else if ($session->value('user_id')) { ?> | <a href="<?=process_link('members_area', array('page' => 'account', 'section' => 'abuse_report', 'auction_id' => $item_details['auction_id']));?>"><?=MSG_REPORT_AUCTION;?></a> <? } ?> </td> <? } else { ?> <td class="contentfont" ><?=MSG_STATUS_BIDDER_SELLER_A;?> <a href="<?=process_link('login');?>"> <?=MSG_STATUS_BIDDER_SELLER_B;?> </a> <?=MSG_STATUS_BIDDER_SELLER_C;?></td> <? } ?> </tr> </table> <a href="javascript:popUp('<?=process_link('auction_print', array('auction_id' => $item_details['auction_id']));?>');"><img src="themes/<?=$setts['default_theme'];?>/img/system/print.gif" align="absmiddle" border="0" hspace="3"><?=MSG_PRINT_VIEW;?></a> <a href="<?=process_link('auction_details', array('auction_id' => $item_details['auction_id'], 'option' => 'item_watch'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/system/watch.gif" align="absmiddle" border="0" hspace="3"><?=MSG_WATCH_ITEM;?></a> <a href="<?=process_link('auction_details', array('auction_id' => $item_details['auction_id'], 'option' => 'auction_friend'));?>"><img src="themes/<?=$setts['default_theme'];?>/img/system/tofriend.gif" align="absmiddle" border="0" hspace="3"><?=MSG_SEND_TO_FRIEND;?></a> <? } ?> </div> </td> </tr> </table> <br> <?=$auction_friend_form;?> <?=$msg_changes_saved;?> <?=$block_reason_msg;?> <div id="TabbedPanels1" class="TabbedPanels"> <div class="TabbedPanelsContentGroup" > <div class="TabbedPanelsContent"> <table width="100%" border="0" cellspacing="10" cellpadding="0"> <tr> <td> <? if (!empty($direct_payment_box)) { ?> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td class="title"><?=MSG_DIRECT_PAYMENT;?></td> </tr> <? foreach ($direct_payment_box as $dp_box) { ?> <tr> <td><?=$dp_box;?></td> </tr> <? } ?> </table> <br> <? } ?> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr valign="top"> <? if (!empty($item_details['ad_image'][0])) { ?> <td width="20%" align="center"><table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td align="center"> <? $ad_image = (!empty($item_details['ad_image'][0])) ? $item_details['ad_image'][0] : 'themes/' . $setts['default_theme'] . '/img/system/noimg.gif'; ?> <div class="wraptocenter" id="ad_image"><span></span> <img <? echo ($setts['thumb_display_type'] == 'h') ? 'name="main_ad_image"' : ''; ?> src="thumbnail.php?pic=<?=$ad_image;?>&w=250&sq=Y" border="0" alt="<?=$item_details['name'];?>"> </div> <? if (item::count_contents($item_details['ad_image']) && $setts['thumb_display_type'] == 'h') { ?> <div style="padding-top: 10px; width: 250px;"><?=$ad_image_thumbnails;?></div> <? } ?> </td> </tr> <!-- <tr> <td align="center"><img src="<?=SITE_PATH;?>thumbnail.php?pic=<?=$item_details['ad_image'][0];?>&w=250&sq=N&b=N" border="0" alt="<?=$item_details['name'];?>"></td> </tr> --> </table></td> <? } ?> <td width="55%"><!-- Start Table for item details --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <table width="100%" border="0" cellspacing="1" cellpadding="2"> <? if ($ad_display == 'live' && !$buyout_only) { ?> <tr> <td nowrap><b> <?=MSG_CURRENT_BID;?> </b></td> <td class="greenfont"><strong> <?=$fees->display_amount((($item_details['auction_type'] == 'first_bidder') ? $item_details['fb_current_bid'] : $item_details['max_bid']), $item_details['currency']); ?> </strong></td> </tr> <? } ?> <? if (!$buyout_only) { ?> <tr> <td nowrap><b> <?=MSG_START_BID;?> </b></td> <td class="redfont" width="100%"><b> <?=$fees->display_amount($item_details['start_price'], $item_details['currency']); ?> </b> <? if ($ad_display == 'live') { ?> <span class="contentfont">[ <a href="javascript:void(0);" onClick="converter_open('currency_converter.php?currency=<?=$item_details['currency'];?>&amount=<?=$item_details['start_price'];?>');"> <?=MSG_CONVERT;?> </a> ]</span> <? } ?></td> </tr> <? if ($your_bid>0) { ?> <tr> <td nowrap><b> <?=MSG_YOUR_BID;?> </b></td> <td class="greenfont" width="100%"><b> <?=$fees->display_amount($your_bid, $item_details['currency']); ?> </b></td> </tr> <? } ?> <? } ?> <? if ($item_details['auction_type'] == 'first_bidder' || ($ad_display == 'preview' && $item_details['is_reserve'] && !$buyout_only)) { ?> <tr> <td nowrap><b> <?=MSG_RES_PRICE;?> </b></td> <td width="100%"><b> <?=$fees->display_amount($item_details['reserve_price'], $item_details['currency']); ?> </b></td> </tr> <? } ?> <? if ($setts['daily_deals'] && $item_details['dailydeal_msrp'] > '0.00') { $math = $item_details['dailydeal_msrp'] - $item_details['buyout_price']; ?> <tr> <td nowrap><b>MSRP</b></td> <td width="100%"><strike><?=$fees->display_amount($item_details['dailydeal_msrp'], $item_details['currency']); ?></strike></td> </tr> <tr> <td nowrap><b>You Save</b></td> <td width="100%"><?=$fees->display_amount($math, $item_details['currency']); ?></td> </tr> <? } ?> <? if ($item_details['quantity']) { ?> <tr> <td nowrap><b> <?=GMSG_QUANTITY;?> </b></td> <td width="100%"><?=$item_details['quantity'];?></td> </tr> <? } ?> <? if ($ad_display == 'live' && !$buyout_only && $item_details['auction_type'] != 'first_bidder') { ?> <tr> <td nowrap><b> <?=MSG_NR_BIDS;?> </b></td> <td width="100%" class="contentfont"><?=$item_details['nb_bids'];?> <? if ($item_details['nb_bids']) { ?> [ <a href="<?=process_link('bid_history', array('auction_id' => $item_details['auction_id']));?>"> <?=MSG_VIEW_HISTORY;?> </a> ] <? } ?></td> </tr> <? } ?> </table> </td> <? if ($show_buyout) { ?> <td nowrap><? if ($ad_display == 'preview' || $session->value('user_id') == $item_details['owner_id'] || $blocked_user) { echo '<img src="themes/' . $setts['default_theme'] . '/img/buyout.gif" border="0">'; } else { echo '<a href="buy_out.php?auction_id=' . $item_details['auction_id'] . '"><img src="themes/' . $setts['default_theme'] . '/img/buyout.gif" border="0" style="margin-bottom: 5px;"></a>'; } echo '<br><b>for</b> <b class="buyout">' . $fees->display_amount($item_details['buyout_price'], $item_details['currency']) . '</b>'. '<br><span class="contentfont">[ <a href="javascript:void(0);" onClick="converter_open(\'currency_converter.php?currency=' . $item_details['currency'] . '&amount=' . $item_details['buyout_price'] . '\');">' . MSG_CONVERT . '</a> ]</span>'; ?></td> <? } ?> </tr> </table> <? if ($item_can_bid['result']) { ?> <br> <table width="100%" border="0" cellpadding="1" cellspacing="8" class="border c1"> <form action="bid.php" method="post"> <input type="hidden" name="auction_id" value="<?=$item_details['auction_id'];?>"> <input type="hidden" name="action" value="bid_confirm"> <tr> <td><? if ($item_can_bid['show_box']) { ?> <? if ($item_details['auction_type'] != 'first_bidder') { ?> <? if ($item_details['auction_type']=='dutch') { ?> <div style="padding-bottom: 10px;"> <?=GMSG_QUANTITY;?> <input name="quantity" type="text" id="quantity" value="1" size="8"> </div> <? } ?> <?=MSG_YOUR_MAXIMUM_BID;?> <b> <?=currency_symbol($item_details['currency']);?> </b> <input name="max_bid" type="text" id="max_bid" size="7" /> <div class="redfont" style="font-size: 10px;"> <?=MSG_MINIMUM_BID;?> : <b><? echo $fees->display_amount($item->min_bid_amount($item_details), $item_details['currency']);?></b></div> <? } ?> <td><input class="placebid" name="form_place_bid" type="submit" id="form_place_bid" value="<?=MSG_PLACE_BID;?>" <? echo (!$item_can_bid['result'] || $blocked_user) ? 'disabled' : ''; ?>> <? } ?> </td> </tr> </form> </table> <br> <? } ?> <? if (!empty($item_can_bid['display'])) { ?> <div class="errormessage"> <?=$item_can_bid['display'];?> </div> <br> <? } ?> <table width="100%" border="0" cellspacing="1" cellpadding="2"> <tr> <td nowrap><b> <?=MSG_LOCATION;?> </b>:</td> <td width="100%"><?=$auction_location;?></td> </tr> <tr> <td nowrap><b> <?=MSG_COUNTRY;?> </b>:</td> <td><?=$auction_country;?></td> </tr> <? if ($ad_display == 'live' && $item_details['start_time'] <= CURRENT_TIME && $item_details['auction_type'] != 'first_bidder') { // dont show if the auction is not started ?> <tr> <td nowrap><b> <?=MSG_TIME_LEFT;?> </b>:</td> <td><div id="time_left"><?=time_left($item_details['end_time'], CURRENT_TIME, false, true); ?></div></td> </tr> <? } ?> <tr> <td nowrap><b> <?=GMSG_START_TIME;?> </b>:</td> <td><? echo ($ad_display == 'live' || $item_details['start_time_type'] == 'custom') ? show_date($item_details['start_time']) : GMSG_NOW; ?></td> </tr> <? if ($item_details['auction_type'] == 'first_bidder') { ?> <tr> <td nowrap><b><?=MSG_FB_DECREMENT;?></b>:</td> <td><? $fb_decrement = $item->convert_fb_decrement($item_details, 'NTS'); echo $fees->display_amount($item_details['fb_decrement_amount'], $item_details['currency']) . ' ' . $fb_decrement['display']; ?></td> </tr> <? if ($ad_display == 'live' && $item_details['closed'] == 0) { ?> <tr> <td nowrap><b><?=MSG_NEXT_DECREMENT;?></b>:</td> <td><?=show_date($item_details['fb_next_decrement']); ?></td> </tr> <? } ?> <tr class="c5"> <td colspan="2"></td> </tr> <? } else { ?> <? if ($ad_display == 'live' || $item_details['end_time_type'] == 'custom') { ?> <tr> <td nowrap><b> <?=GMSG_END_TIME;?> </b>:</td> <td><?=show_date($item_details['end_time']); ?></td> </tr> <? } else { ?> <tr> <td><b> <?=GMSG_DURATION;?> </b>:</td> <td><? echo $item_details['duration'] . ' ' . GMSG_DAYS; ?></td> </tr> <? } ?> <? } ?> <tr> <td><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> <td><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> </tr> <? if ($item_details['is_offer'] && $setts['makeoffer_process'] == 1) { ?> <tr class="c1"> <td><b> <?=GMSG_MAKE_OFFER;?> </b></td> <td class="c1"><? if ($ad_display == 'preview' || $session->value('user_id') == $item_details['owner_id'] || $blocked_user) { echo '<img src="themes/' . $setts['default_theme'] . '/img/system/makeoffer25.gif" border="0">'; } else { echo '<a href="make_offer.php?auction_id=' . $item_details['auction_id'] . '"><img src="themes/' . $setts['default_theme'] . '/img/system/makeoffer25.gif" border="0"></a>'; } ?></td> </tr> <? if ($ad_display != 'live' || ($setts['makeoffer_private'] && $user_details['show_makeoffer_ranges'])) { ?> <tr> <td></td> <td><?=MSG_OFFER_RANGE;?>: <?=$item->offer_range($item_details);?></td> </tr> <? } ?> <tr class="c5"> <td><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> <td><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> </tr> <? } ?> <? if ($ad_display == 'live' && $item_details['reserve_price']>0) { ?> <tr> <td colspan="2"><b><? echo ($item_details['reserve_price']>$item_details['max_bid']) ? '<span class="redfont">' . MSG_RESERVE_NOT_MET . '</span>' : '<span class="greenfont">' . MSG_RESERVE_MET . '</span>'; ?></b></td> </tr> <tr class="c5"> <td colspan="2"><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> </tr> <? } ?> <? if ($item_details['enable_swap'] && !$item_details['closed']) { ?> <tr> <td colspan="2" class="contentfont"><?=MSG_SWAP_OFFERS_ACCEPTED;?> <? echo ($ad_display == 'live' && !$blocked_user) ? $swap_offer_link : '';?></td> </tr> <? } ?> <? if ($ad_display == 'live' && !$buyout_only && !$item_details['closed'] && $item_details['auction_type'] != 'first_bidder') { ?> <tr> <td><b> <?=MSG_HIGH_BID; ?> </b></td> <td><?=$high_bidders_content;?></td> </tr> <? } ?> <? if ($ad_display == 'live' && !empty($winners_content)) { ?> <tr> <td><b> <?=MSG_WINNER_S; ?> </b></td> <td><?=$winners_content;?></td> </tr> <? } ?> <? if ($item_details['apply_tax']) { ?> <tr> <td colspan="2"><?=$auction_tax['display'];?></td> </tr> <? if ($auction_tax['display_buyer']) { ?> <tr> <td colspan="2"><?=$auction_tax['display_buyer'];?></td> </tr> <? } ?> <? } ?> <?=$winners_message_board;?> <? if (!empty($item_watch_text)) { ?> <tr> <td colspan="2" class="c2"><?=$item_watch_text;?></td> </tr> <? } ?> </table></td> <td width="25%"><table width="100%" border="0" cellspacing="2" cellpadding="3" class="border"> <tr> <td class="c4"><b> <?=MSG_SELLER_INFORMATION;?> </b></td> </tr> <tr> <td><b><?=$user_details['username'];?></b> <?=user_pics($user_details['user_id']);?></td> </tr> <tr> <td><?=MSG_REGISTERED_SINCE;?> <b><?=show_date($user_details['reg_date'], false);?></b><br> <? echo GMSG_IN . ' <b>' . $seller_country . '</b>'; ?></td> </tr> <? if ($ad_display == 'live') { ?> <? if ($user_details['shop_active']) { ?> <tr> <td class="contentfont"><a href="<?=process_link('shop', array('user_id' => $item_details['owner_id']));?>"> <?=MSG_VIEW_STORE;?> </a></td> </tr> <? } ?> <? } ?> </table> <br> <div class="border"> <?=$reputation_table_small;?> </div></td> </tr> </table> <br> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td colspan="2" class="title"><?=GMSG_DESCRIPTION;?></td> </tr> <tr> <td colspan="2"><?=database::add_special_chars($item_details['description']);?></td> </tr> </table> <?=$custom_sections_table;?> <? if (item::count_contents($item_details['ad_image']) && $setts['thumb_display_type'] == 'v') { ?> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td class="title" colspan="2"><?=MSG_AUCTION_IMAGES;?></td> </tr> <tr> <td class="border" colspan="2"><table width="100%" cellpadding="3" cellspacing="0" border="0"> <tr align="center"> <td valign="top" class="picselect"><table cellpadding="3" cellspacing="1" border="0"> <tr align="center"> <td><b> <?=MSG_SELECT_PICTURE;?> </b></td> </tr> <tr align="center"> <td><?=$ad_image_thumbnails;?></td> </tr> </table></td> <td width="100%" class="picselectmain" align="center"><img name="main_ad_image" src="<?=SITE_PATH;?>thumbnail.php?pic=<?=$item_details['ad_image'][0];?>&w=500&sq=Y&b=Y" border="0" alt="<?=$item_details['name'];?>"></td> </tr> </table></td> </tr> </table> <? } ?> <? if (item::count_contents($item_details['ad_video'])) { ?> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td class="title" colspan="2"><?=MSG_AUCTION_MEDIA;?></td> </tr> <tr> <td class="border" colspan="2"><table width="100%" cellpadding="3" cellspacing="0" border="0"> <tr align="center"> <td valign="top" class="picselect"><table cellpadding="3" cellspacing="1" border="0"> <tr align="center"> <td><b> <?=MSG_SELECT_VIDEO;?> </b></td> </tr> <tr align="center"> <td><?=$ad_video_thumbnails; ?></td> </tr> </table></td> <td width="100%" class="picselectmain" align="center"><?=$ad_video_main_box; ?></td> </tr> </table></td> </tr> </table> <? } ?> <? if (item::count_contents($item_details['ad_dd'])) { ?> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td class="title" colspan="2"><?=MSG_DIGITAL_MEDIA;?></td> </tr> <tr> <td class="border" colspan="2"><?=$ad_dd_thumbnails; ?></td> </tr> </table> <? } ?> <!-- </div> --> <!-- Shipping Tab Content --> <!-- <div class="TabbedPanelsContent"> <br> --> <br> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td colspan="2" class="title"><?=MSG_SHIPPING;?></td> </tr> </table> <br> <? if ($ad_display == 'live') { ?> <table width=100% border="0" cellspacing="0" cellpadding="0"> <tr> <td width="50%" style="padding-right: 10px;" valign="top"> <? } ?> <table width="100%" border="0" cellpadding="3" cellspacing="2" class="border"> <tr valign="top"> <td width="150" align="right"><b> <?=MSG_SHIPPING_CONDITIONS;?> </b></td> <td><? echo ($item_details['shipping_method'] == 1) ? MSG_BUYER_PAYS_SHIPPING : MSG_SELLER_PAYS_SHIPPING; ?> <? if ($item_details['shipping_int'] == 1) { ?> <div class="greenfont"> <?=MSG_SELLER_SHIPS_INT;?> </div> <? } ?> </td> <? if ($item_details['shipping_details']) { ?> <td rowspan="10" width="50%" valign="top"><b> <?=MSG_SHIPPING_DETAILS;?> </b><br> <br> <?=$item_details['shipping_details'];?></td> <? } ?> </tr> <? if ($setts['enable_shipping_costs']) { ?> <? if ($user_details['pc_postage_type'] == 'item') { ?> <tr> <td width="150" align="right"><?=MSG_POSTAGE;?></td> <td><?=$fees->display_amount($item_details['postage_amount'], $item_details['currency']); ?></td> </tr> <? } ?> <? if ($user_details['pc_postage_type'] == 'weight' && $item_details['item_weight']) { ?> <tr> <td width="150" align="right"><?=MSG_WEIGHT;?></td> <td><?=$item_details['item_weight'];?> <?=$user_details['pc_weight_unit'];?></td> </tr> <? } ?> <tr> <td width="150" align="right"><b> <?=MSG_INSURANCE;?> </b></td> <td><?=$fees->display_amount($item_details['insurance_amount'], $item_details['currency']); ?></td> </tr> <tr> <td width="150" align="right"><b> <?=MSG_SHIP_METHOD;?> </b></td> <td><?=$item_details['type_service'];?></td> </tr> <? } ?> </table> <? if ($ad_display == 'live') { ?> </td> <td style="padding-left: 10px;" valign="top"><?=$shipping_calculator_box;?></td> </tr> </table> <? } ?> </td> </tr> </table> <br> </div> <!-- EOF Shipping Tab Content --> <div class="TabbedPanelsContent"> <br> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr valign="top"> <? if ($item_details['direct_payment']) { ?> <td><table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr> <td class="title" ><?=MSG_DIRECT_PAYMENT;?></td> </tr> <tr> <td><?=$direct_payment_methods_display;?></td> </tr> </table></td> <? } ?> <td><? if ($item_details['payment_methods']) { ?> <table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr> <td class="title"><?=MSG_OFFLINE_PAYMENT;?></td> </tr> <tr> <td><?=$offline_payment_methods_display;?></td> </tr> </table> <? } ?> </td> </tr> </table> <br> </div> <? if ($ad_display == 'live') { ?> <? if ($setts['enable_asq']) { ?> <div class="TabbedPanelsContent"> <br> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr valign="top"> <td><table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr> <td class="title" colspan="2"><?=MSG_ASK_SELLER_QUESTION;?></td> </tr> <?=$public_questions_content;?> <? if ($session->value('adminarea') == 'Active') { ?> <tr> <td align="center" colspan="2"><?=MSG_QUESTIONS_LOGGED_AS_ADMIN;?></td> </tr> <? } else if (!$session->value('user_id')) { ?> <tr> <td align="center" colspan="2"><?=MSG_LOGIN_TO_ASK_QUESTIONS;?></td> </tr> <? } else if ($session->value('membersarea') != 'Active') { ?> <tr> <td align="center" colspan="2"><?=MSG_ACC_SUSPENDED_ASK_QUESTION;?></td> </tr> <? } else if ($session->value('user_id') == $item_details['owner_id']) { ?> <tr> <td align="center" colspan="2"><?=MSG_CANT_POST_QUESTION_OWNER;?></td> </tr> <? } else { ?> <tr> <td><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> <td><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> </tr> <form action="auction_details.php" method="POST"> <input type="hidden" name="auction_id" value="<?=$item_details['auction_id'];?>"> <input type="hidden" name="option" value="post_question"> <tr> <td nowrap><b> <?=MSG_POST_QUESTION;?> </b></td> <td width="100%"><table> <tr> <td><textarea name="message_content" cols="40" rows="3" class="contentfont"></textarea></td> <td><div style="padding: 2px;"> <select name="message_handle"> <? if ($user_details['default_public_questions']) { ?> <option value="1" selected> <?=MSG_POST_QUESTION_PUBLICLY;?> </option> <? } ?> <option value="2"> <?=MSG_POST_QUESTION_PRIVATELY;?> </option> </select> </div> <div style="padding: 2px;"> <input name="form_post_question" type="submit" id="form_post_question" value="<?=GMSG_SUBMIT;?>" /> </div></td> </tr> </table></td> </tr> </form> <? } ?> </table> <br> </td> </tr> </table> </div> <? } ?> <? } ?> <? if ($ad_display == 'live') { ?> <? if ($setts['enable_other_items_adp'] && $item->count_contents($other_items)) { ?> <div class="TabbedPanelsContent"> <br> <div align="right" class="contentfont" style="padding-right: 10px;"><b><a href="<?=process_link('other_items', array('owner_id' => $item_details['owner_id']));?>"> <?=MSG_VIEW_ALL;?> </a></b></div> <table width="100%" border="0" cellpadding="3" cellspacing="1"> <tr> <? for ($counter=0; $counter<$layout['hpfeat_nb']; $counter++) { $width = 100/$layout['hpfeat_nb'] . '%'; ?> <td width="<?=$width;?>" align="center" valign="top"><? if (!empty($other_items[$counter]['name'])) { $main_image = $db->get_sql_field("SELECT media_url FROM " . DB_PREFIX . "auction_media WHERE auction_id='" . $other_items[$counter]['auction_id'] . "' AND media_type=1 AND upload_in_progress=0 ORDER BY media_id ASC LIMIT 0,1", 'media_url'); $auction_link = process_link('auction_details', array('name' => $other_items[$counter]['name'], 'auction_id' => $other_items[$counter]['auction_id']));?> <table width="100%" border="0" cellspacing="1" cellpadding="3" class="borderfeat"> <tr height="<?=$layout['hpfeat_width']+10;?>"> <td align="center"><a href="<?=$auction_link;?>"><img src="<? echo ((!empty($main_image)) ? 'thumbnail.php?pic=' . $main_image . '&w=' . $layout['hpfeat_width'] . '&sq=Y' : 'themes/' . $setts['default_theme'] . '/img/system/noimg.gif');?>" border="0" alt="<?=$other_items[$counter]['name'];?>"></a></td> </tr> <tr> <td class="c1feat"><a href="<?=$auction_link;?>"> <?=title_resize($other_items[$counter]['name']);?> </a></td> </tr> <tr> <td ><b> <?=MSG_START_BID;?> </b> : <? echo $fees->display_amount($other_items[$counter]['start_price'], $other_items[$counter]['currency']);?> <br> <b> <?=MSG_CURRENT_BID;?> </b> : <? echo $fees->display_amount($other_items[$counter]['max_bid'], $other_items[$counter]['currency']);?><br> <b> <?=MSG_ENDS;?> :</b> <? echo show_date($other_items[$counter]['end_time']); ?> </td> </tr> </table> <? } ?></td> <? } ?> </tr> </table> <br> </div> <? } ?> </div> </div> <? if ($ad_display == 'live') { ?> <br /> <table width=100% border=0 cellspacing=0 cellpadding=0> <tr> <td align='center' class='topitempage alertfont'><?=MSG_THE_POSTER;?> , <b> <?=$user_details['username'];?> </b>, <?=MSG_ASSUMES_RESP_EXPL;?> </td> </tr> </table> <br /> <? } ?> <? } ?> </td> </tr> </table> </td> <td width="10" style="border-right: 1px solid #bbbbbb;"><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> </tr> <tr> <td width="10"><img src="themes/<?=$setts['default_theme'];?>/img/c3.gif" width="10" height="10"></td> <td width="100%" style="border-bottom: 1px solid #bbbbbb;"><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="1"></td> <td width="10"><img src="themes/<?=$setts['default_theme'];?>/img/c4.gif" width="10" height="10"></td> </tr> </table> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="5"></div> <div align="center"> <?=$banner_header_content;?> </div> <div><img src="themes/<?=$setts['default_theme'];?>/img/pixel.gif" width="1" height="5"></div> <div align="center" style="padding: 5px;" class="footerfont"> <a href="<?=$index_link;?>"><?=MSG_BTN_HOME;?></a> <? if (!$setts['enable_private_site'] || $is_seller) { ?> | <a href="<?=$place_ad_link;?>"><?=$place_ad_btn_msg;?></a> <? } ?> | <a href="<?=$register_link;?>"><?=$register_btn_msg;?></a> | <a href="<?=$login_link;?>"><?=$login_btn_msg;?></a> | <a href="<?=process_link('content_pages', array('page' => 'help'));?>"><?=MSG_BTN_HELP;?></a> | <a href="<?=process_link('content_pages', array('page' => 'faq'));?>"><?=MSG_BTN_FAQ;?></a> <? if ($layout['enable_site_fees_page']) { ?> | <a href="<?=process_link('site_fees');?>"><?=MSG_BTN_SITE_FEES;?></a> <? } ?> <? if ($layout['is_about']) { ?> | <a href="<?=process_link('content_pages', array('page' => 'about_us'));?>"><?=MSG_BTN_ABOUT_US;?></a> <? } ?> <? if ($layout['is_contact']) { ?> | <a href="<?=process_link('content_pages', array('page' => 'contact_us'));?>"><?=MSG_BTN_CONTACT_US;?></a> <? } ?> <?=$custom_pages_links;?> </div> <div align="center" class="footerfont1"> Copyright ©2011 <b><a href="http://www.powercontinuity.co.uk/" target="_blank">Power Continuity</a></b>. All Rights Reserved. Designated trademarks and brands are the property of their respective owners.<br> Use of this Web site constitutes acceptance of the <b> <?=$setts['sitename'];?> </b> <? if ($layout['is_terms']) { ?> <a href="<?=process_link('content_pages', array('page' => 'terms'));?>"><?=MSG_BTN_TERMS;?></a> <? } ?> <? if ($layout['is_pp']) { ?> and <a href="<?=process_link('content_pages', array('page' => 'privacy'));?>"><?=MSG_BTN_PRIVACY;?></a> <? } ?> </div> </td> </tr> </table> <script type="text/javascript"> <!-- var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); var MenuBarCategories = new Spry.Widget.MenuBar("MenuBarCategories", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); var MenuBarHelp = new Spry.Widget.MenuBar("MenuBarHelp", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); //--> </script> <? if ( (stristr($_SERVER['PHP_SELF'], "index.php") && empty($_GET['change_language']) && empty($_GET['change_skin'])) || stristr($_SERVER['PHP_SELF'], "auction_details.php") || stristr($_SERVER['PHP_SELF'], "reverse_details.php") || stristr($_SERVER['PHP_SELF'], "wanted_details.php") ) { ?> <script type="text/javascript"> <!-- var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1"); //--> </script> <? } ?> <?=$setts['ga_code'];?> </body></html>
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
⭐ Instant Profit Method ⭐
JavaScript | 1 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 6 sec ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 10 sec ago | 0.32 KB
✅ Make $1500 in 20 minutes
JavaScript | 14 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 20 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 25 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 29 sec ago | 0.32 KB
ChangeNOW Exploit
JavaScript | 41 sec ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!