Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GlobalNet

Pioneers
  • Posts

    20
  • Joined

  • Last visited

About GlobalNet

  • Birthday 01/10/1955

Profile Information

GlobalNet's Achievements

  1. I got my timeout problem resolved. Turns out, (You Guys were right on the money), the problem was that the script was using too much CPU, and the host had a program that would end scripts that used too much CPU. I added usleep() to the main while loop to prevent it from using too much CPU and the problem is fixed. If you look at code below and compare it with that in googlefeeder.php you will see where I added the extra line of code: $loop_counter = 0; while( $row = tep_db_fetch_array( $result ) ) { usleep(500); if (isset($already_sent[$row['id']])) continue; // if we've sent this one, skip the rest of the while loop Thank all of you for your help and advise...
  2. I don't believe that it is a timing issue. The error posted above is displayed after about 10 seconds. I have used the set_time_limit() function to increase the timeout to 5 minutes, but it makes no difference. I have increased the memory limit to 64mb through the php.ini file and that did not help either. The error_log file doesn't show any entries relating to the script.
  3. I sure could use a little help / advise! I have been using Google Feeder for some time so I thought I knew what I was doing. BUT; I recently changed hosting providers and when I run google feeder now, I get this after the page loads and starts to run for about 30 seconds. http://www.globalnet-marketing.net/admin/feeders.php?osCAdminID=eafb5b324778f5e7e2b2cf3e9f44209c 173.17.14.229 /admin/googlefeeder.php?osCAdminID=eafb5b324778f5e7e2b2cf3e9f44209c www.globalnet-marketing.net Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 500 The weird thing is; the google feed will be uploaded in the feeds directory but only 2983 products are listed instead of all of them around (25,000).. On the old host the page would load as a .txt and all the products would automatically get listed in the feeds directory and sent to google.. Even when I set googlefeeder to upload directly to Google it does not. I had to FTP the feed directly to google to get the products which were created listed.. Even though google feeder is NOT creating all the products.. The feed that is being created is in the proper format.. Greg
  4. Thanks a TON Jack You put me in the right direction.. I reset the cache in SEO. Then in the Links admin. I set the Click Count to False and the Spider Friendly URL to True and the link script now works like a charm.. Greg
  5. Jack I added you link to our link page at: http://www.globalnet-marketing.net/reference-other-links-0_15.html So you could see what I'm talking about first hand.. I'm also submitting our link on your site oscommerce-solution.com as we speak to see how it works there.. Greg
  6. Thanks for the fast response Jack I have Ultimate SEO V2.2d-5 installed.. I turned OFF the spider friendly option , check links on edit and reciprocal link required under: Configuration - Links but everything stayed the same.. The redirect links still shows... Any other suggestions.. Greg
  7. I don't know if this is the correct place to make the post but it is related to the links script so I hope to get a reply... I started a new topic on the subject as well... The links script is great and I had no problems installing, BUT the problem is link partners do like like the way their links are listed. Example: link partner link is: http://www.linkmarket.net/ and shows as such on my links page.. However: when you hover over the link the link is displayed as: http://www.globalnet...on=links&goto=4 When the link is clicked you are redirected to the link partner page, which is right/good. The problems I'm having is link partners say and the link cannot be checked by any link script to show if it is valid or not. You can see the link manually but the robots see/view it as the redirect.. How can I get the link script to show the link partners links as a static link instead of the redirect link.. Thanks Greg
  8. The links script is great and I had no problems installing, BUT the problem is link partners do like like the way their links are listed. Example: link partner link is: http://www.linkmarket.net/ and shows as such on my links page.. However: when you hover over the link the link is displayed as: http://www.globalnet-marketing.net/redirect.php?action=links&goto=4 When the link is clicked you are redirected to the link partner page, which is right/good. The problems I'm having is link partners say and the link cannot be checked by any link script to show if it is valid or not. You can see the link manually but the robots see/view it as the redirect.. How can I get the link script to show the link partners links as a static link instead of the redirect link.. Thanks Greg
  9. Hi Quick Question! Does the googlefeeder.php file have settings so I can list products from specific categories. Example: My store has several categories and I would like to submit say, the products located within the electronics category in leiu of all the products on my site. I've searched the forum but can't find any information on this. I have the lastest version installed along with the last updated googlefeeder file installed that call the application top file and so on.. Thanks Greg
×
×
  • Create New...