Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PassionSeed

♥Ambassador
  • Posts

    49
  • Joined

  • Last visited

Everything posted by PassionSeed

  1. Would including php as a file type in the HotLink Protection of cPanel work as well? I did this and found that the number of referrals from this site did not increase and my site is no longer listed in their source. They are very cleaver. If they can't get to an image from one site, they go to another site. They actually have a JS script to do this automatically. I don't subscribe to this type of behavior and get very angry when something has been stolen from me. Thanks for the info and the response.
  2. :angry: I recently noticed several referrals from sextoysunlimited.net (IP: 207.106.174.50). But when I viewed the site to see if my site was listed as a link, I found that the site was hot linking to my site's images. Here's an example: <A HREF="http://www.sextoysunlimited.net/detail/Category0/indexID11966/Adams-PleasureSkin-Cock:-8-Inch-Natural.htm"><img src="http://passionseed.com/adult_sex_toys/imagemagic.php?img=z9rC1MbmnOXk1dHW0NXmzN7fx9TG4JCknq6onJvL3cg%3D&w=130&h=276&page=" alt="Adams PleasureSkin Cock: 8 Inch Natural" border=0></A><br> I'm not the only victim of this site. I have the hot links activated in my control panel but with this contribution, it doesn't work. Any ideas on how to put a stop to this without preventing users from accessing my site from images.google.com. Maybe turn this back on the perpetrator and have the <img src redirect to your site if the URL is not yours. Any help is much appreciated.
  3. :blush: I just installed the lastest version of Supertracker. BTW: Thanks to all on the great contribution! Everything works well (I think) except when I access the reports from the admin side, I get an error in the lower window "done but with errors." In looking at my error log from my admin control panel it shows "File does not exist: /admin/includes/menu.js. This file was not included in the 1/13 installation. Did I miss something? Is there a JS file I should have?
  4. :blink: Hi Flying Monkey, The directory and file has been and are set to CHMOD 777. The fopen warnings still occur. Could it be a setup in my PHP Version 5.0.4 that's causing this problem. allow_url_fopen is on. I would appreciate any insight you can provide in resolving this.
  5. :blush: Is there anyone that can provide a clue as to what I should do to correct this error. I echoed $output and the data is there (which I manually uploaded the feed). The problem comes from the following code: $loop_counter++; if ($loop_counter>750) { $fp = fopen( $OutFile , "a" ); $fout = fwrite( $fp , $output ); fclose( $fp ); $loop_counter = 0; $output = ""; } } $fp = fopen( $OutFile , "a" ); $fout = fwrite( $fp , $output ); fclose( $fp ); echo "File completed: <a href=\"" . $OutFile . "\" target=\"_blank\">" . $destination_file . "</a><br>\n"; chmod($OutFile, 0777); I would appreciate a clue to unlock the "make this work secret." Thanks!
  6. Today, I installed FroogleDataFeeder v162a but receive this error: Warning: fopen(http://***/feeds/***.txt) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections. in /***/admin/froogle.php on line 292 Warning: fwrite(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 293 Warning: fclose(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 294 Warning: fopen(http://***/feeds/***.txt) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections. in /**/admin/froogle.php on line 292 Warning: fwrite(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 293 Warning: fclose(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 294 Warning: fopen(http://***/feeds/***.txt) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections. in /***/admin/froogle.php on line 292 Warning: fwrite(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 293 Warning: fclose(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 294 Warning: fopen(http://***/feeds/***.txt) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections. in /***/admin/froogle.php on line 292 Warning: fwrite(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 293 Warning: fclose(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 294 Warning: fopen(http://***/feeds/***.txt) [function.fopen]: failed to open stream: HTTP wrapper does not support writeable connections. in /***/admin/froogle.php on line 301 Warning: fwrite(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 302 Warning: fclose(): supplied argument is not a valid stream resource in /***/admin/froogle.php on line 303 File completed: http://***/.txt Warning: chmod() [function.chmod]: No such file or directory in /***/admin/froogle.php on line 305 I checked to ensure that allow_fopen() is on in the php.ini and it is for main and local. It seems everyone has had success with this contribution. Can anyone help me with this error?
  7. :lol: I just installed this contribution on a test site. It works! Thanks for the tip. There was another folder in the contribuiton called bts/index.php. Do you know how to use this file?
  8. :( Is there anyone out there that can help me with this? A response is greatly appreciated.
  9. :huh: I've tried many ways to change the code to randomly select images from other categories when there's less than 8 items in the subcategory. I commented out: // if (DISPLAY_SCROLLING_HEADER_PRODUCTS > 0) { added: $current_category_count_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_TO_CATEGORIES . " where categories_id='".$current_category_id."'"); $current_category_count = tep_db_fetch_array($current_category_count_query); if ( ($current_category_count['total'] > 7) || ($current_category_count['total'] < 1) ) { and created an alternative heading. But, I don't like the alternate heading. The scrolling images span across the full page and I'd like to keep it that way. How can I modify the code to continue to scroll when there's a subcategory ID, but less than 8 products as it behaves when you're viewing a non-category page? Has anyone figured this out?
×
×
  • Create New...