Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

apeofgod

Archived
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Hamilton

apeofgod's Achievements

  1. I have the 1.5.5 version here (in my machine, not a web server), installed it correctly, but when i try to run i get that error: Warning: fopen(/www/shop/rsscache/contrib_rss.html) [function.fopen]: failed to open stream: No such file or directory in E:\WORK\xampp\htdocs\www\shop\admin\includes\functions\contrib_tracker.php on line 23 Warning: curl_setopt(): supplied argument is not a valid File-Handle resource in E:\WORK\xampp\htdocs\www\shop\admin\includes\functions\contrib_tracker.php on line 24 en [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] osCommerce, Open Source E-Commerce Solutions Copyright © 2006 osCommerce [email protected] [url="http://www.oscommerce.com/images/oscommerce_88x31.gif"]http://www.oscommerce.com/images/oscommerce_88x31.gif[/url] [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] [url="http://www.oscommerce.com/community/contributions,3009"]http://www.oscommerce.com/community/contributions,3009[/url] Thu, 06 Sep 2007 15:42:58 -0400 [url="http://www.oscommerce.com/community/contributions,2146"]http://www.oscommerce.com/community/contributions,2146[/url] Thu, 06 Sep 2007 14:21:51 -0400 [url="http://www.oscommerce.com/community/contributions,5272"]http://www.oscommerce.com/community/contributions,5272[/url] $keywords = tep_db_input(tep_db_prepare_input($HTTP_GET_VARS['search'])); $where = ' where '; $search = " ld.links_title like '%" . $keywords . "%' or l.links_url like '%" . $keywords . "%'"; } if ($showLinkStatus == 'All') $links_query_raw = "select l.links_id, l.links_url, l.links_image_url, l.links_date_added, l.links_last_modified, l.links_status, l.links_clicked, ld.links_title, ld.links_description, l.links_contact_name, l.links_contact_email, l.links_reciprocal_url, l.links_reciprocal_disable, l.links_status from " . TABLE_LINKS . " l left join ( " . TABLE_LINKS_DESCRIPTION . " ld ) on ( l.links_id = ld.links_id ) " . $where . $search . " order by " . $order; else $links_query_raw = "select l.links_id, l.links_url, l.links_image_url, l.links_date_added, l.links_last_modified, l.links_status, l.links_clicked, ld.links_title, ld.links_description, l.links_contact_name, l.links_contact_email, l.links_reciprocal_url, l.links_reciprocal_disable, l.links_status from " . TABLE_LINKS . " l left join ( " . TABLE_LINKS_DESCRIPTION . " ld ) on ( l.links_id = ld.links_id ) " . $where . " l.links_status = '" . $showLinkStatus . "' and " . $search . " order by " . $order; und ersetze durch: $where = ' where '; if (isset($HTTP_GET_VARS['search']) && tep_not_null($HTTP_GET_VARS['search'])) { $keywords = tep_db_input(tep_db_prepare_input($HTTP_GET_VARS['search'])); $where = ' where '; $search = " and ld.links_title like '%" . $keywords . "%' or l.links_url like '%" . $keywords . "%'"; } else if ($showLinkStatus == 'All') $where = ''; if ($showLinkStatus == 'All') $links_query_raw = "select l.links_id, l.links_url, l.links_image_url, l.links_date_added, l.links_last_modified, l.links_status, l.links_clicked, ld.links_title, ld.links_description, l.links_contact_name, l.links_contact_email, l.links_reciprocal_url, l.links_reciprocal_disable, l.links_status from " . TABLE_LINKS . " l left join ( " . TABLE_LINKS_DESCRIPTION . " ld ) on ( l.links_id = ld.links_id ) " . $where . $search . " order by " . $order; else $links_query_raw = "select l.links_id, l.links_url, l.links_image_url, l.links_date_added, l.links_last_modified, l.links_status, l.links_clicked, ld.links_title, ld.links_description, l.links_contact_name, l.links_contact_email, l.links_reciprocal_url, l.links_reciprocal_disable, l.links_status from " . TABLE_LINKS . " l left join ( " . TABLE_LINKS_DESCRIPTION . " ld ) on ( l.links_id = ld.links_id ) " . $where . " l.links_status = '" . $showLinkStatus . "'" . $search . " order by " . $order]]> Thu, 06 Sep 2007 13:43:51 -0400 [url="http://www.oscommerce.com/community/contributions,1642"]http://www.oscommerce.com/community/contributions,1642[/url] $new_image = $product_info['products_image_med']; $image_width = MEDIUM_IMAGE_WIDTH; $image_height = MEDIUM_IMAGE_HEIGHT; } else { $new_image = $product_info['products_image']; $image_width = SMALL_IMAGE_WIDTH; $image_height = SMALL_IMAGE_HEIGHT;}?> <script language="javascript"><!-- document.write('<?php echo '<a href="java script:popupWindow(\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id'] . 'ℑ=0') . '\')">' . tep_image(DIR_WS_IMAGES . $new_image, addslashes($product_info['products_name']), $image_width, $image_height, 'hspace="5" vspace="5"') . '<br>' . tep_image_button('image_enlarge.gif', TEXT_CLICK_TO_ENLARGE) . '</a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image_med']) . '">' . tep_image(DIR_WS_IMAGES . $new_image . 'ℑ=0', addslashes($product_info['products_name']), $image_width, $image_height, 'hspace="5" vspace="5"') . '<br>' . tep_image_button('image_enlarge.gif', TEXT_CLICK_TO_ENLARGE) . '</a>'; ?> </noscript> <!-- // EOF MaxiDVD: Modified For Ultimate Images Pack! //--> 3 -Finished! Note: use squre image proportion for best result. Please email for your question: [email protected] Forum topic for UF: [url="http://www.oscommerce.com/forums/index.php?showtopic=275418"]http://www.oscommerce.com/forums/index.php?showtopic=275418[/url] Demo : [url="http://osicommerce.com/demo1/product_info.php?cPath=2&products_id=6"]http://osicommerce.com/demo1/product_info....p;products_id=6[/url] (if you want to customize this to your store please email us. -size, color & buttons-) osicommerce]]> Thu, 06 Sep 2007 13:04:25 -0400 [url="http://www.oscommerce.com/community/contributions,3398"]http://www.oscommerce.com/community/contributions,3398[/url] Thu, 06 Sep 2007 11:50:32 -0400 [url="http://www.oscommerce.com/community/contributions,4815"]http://www.oscommerce.com/community/contributions,4815[/url] Thu, 06 Sep 2007 11:34:05 -0400 [url="http://www.oscommerce.com/community/contributions,160"]http://www.oscommerce.com/community/contributions,160[/url] Thu, 06 Sep 2007 09:17:02 -0400 [url="http://www.oscommerce.com/community/contributions,4061"]http://www.oscommerce.com/community/contributions,4061[/url] Thu, 06 Sep 2007 08:57:57 -0400 [url="http://www.oscommerce.com/community/contributions,2991"]http://www.oscommerce.com/community/contributions,2991[/url] Thu, 06 Sep 2007 07:56:52 -0400 [url="http://www.oscommerce.com/community/contributions,4067"]http://www.oscommerce.com/community/contributions,4067[/url] Thu, 06 Sep 2007 06:47:01 -0400 [url="http://www.oscommerce.com/community/contributions,5402"]http://www.oscommerce.com/community/contributions,5402[/url] Thu, 06 Sep 2007 05:03:02 -0400 [url="http://www.oscommerce.com/community/contributions,4789"]http://www.oscommerce.com/community/contributions,4789[/url] Thu, 06 Sep 2007 03:40:15 -0400 [url="http://www.oscommerce.com/community/contributions,5370"]http://www.oscommerce.com/community/contributions,5370[/url] Thu, 06 Sep 2007 01:59:08 -0400 [url="http://www.oscommerce.com/community/contributions,5308"]http://www.oscommerce.com/community/contributions,5308[/url] Thu, 06 Sep 2007 00:28:04 -0400 [url="http://www.oscommerce.com/community/contributions,5403"]http://www.oscommerce.com/community/contributions,5403[/url] Wed, 05 Sep 2007 13:07:49 -0400 Warning: fclose(): supplied argument is not a valid stream resource in E:\WORK\xampp\htdocs\www\shop\admin\includes\functions\contrib_tracker.php on line 29 could not open XML input I followed the "Install Contribution Track" file and it's all ok. Could you help me?
×
×
  • Create New...