Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi all,

 

If you are hosted by godaddy.com you need to add these extra lines in:

/includes/modules/shipping/upsxml.php

 

search for "curl_setopt($ch, CURLOPT_URL, $url);"

 

before that line add:

curl_setopt($ch, CURLOPT_VERBOSE, 1);

curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);

curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");

 

also make sure to un-quote the lines:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);

 

This is my first post and i hope you find it helpful.

 

ALOHA!

Posted
Hi all,

 

If you are hosted by godaddy.com you need to add these extra lines in:

/includes/modules/shipping/upsxml.php

 

search for "curl_setopt($ch, CURLOPT_URL, $url);"

 

before that line add:

curl_setopt($ch, CURLOPT_VERBOSE, 1);

curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);

curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");

 

also make sure to un-quote the lines:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);

 

This is my first post and i hope you find it helpful.

 

ALOHA!

 

 

THANK YOU, THANK YOU, THANK YOU, THANK YOU!!!!!!

 

Sorry for the caps, but I had put my store on hold because I had tried everything I could think of and could not figure this out. I had no idea it had to do with hosting at godaddy. How did you ever figure this out??? Why is this necessary? Just trying to figure out the why now that you have told me the how! I made an account on this forum just to thank you for this! Again, thanks!!

Posted (edited)
Hi all,

 

If you are hosted by godaddy.com you need to add these extra lines in:

/includes/modules/shipping/upsxml.php

 

search for "curl_setopt($ch, CURLOPT_URL, $url);"

 

before that line add:

curl_setopt($ch, CURLOPT_VERBOSE, 1);

curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);

curl_setopt ($ch, CURLOPT_PROXY,"http://proxy.shr.secureserver.net:3128");

 

also make sure to un-quote the lines:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);

 

This is my first post and i hope you find it helpful.

 

ALOHA!

 

 

Thanks , how did you come to this conclusion?

Edited by mparisi

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...