Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.net AIM v1.0 module with godaddy servers, help with curl?


velvetongue

Recommended Posts

I am using the Authorize.net AIM module bundled in with OS Commerce v2.2:

 

Authorize.net Advanced Integration Method v1.0

http://www.oscommerce.com/community/contri...M+authorize.net

 

My site is on a godaddy server, and i know i have to modify the php in order for it to support curl.

 

According to godaddy:

http://help.godaddy.com/article/289?prog_id=GoDaddy

 

1) Which files do i have to modify so the php will support curl? Please specify line by line value if possible (according to this contribution) ...

2) How do I know which is my correct curl directory (that the module asks for)?

 

Currently when it gets to the checkout page it just sits there and sort of hangs. Please help!

 

------------

 

Please let me know also if there are any better contributions out there that will work flawlessly with Authorize.net AIM and on a godaddy server, or what I can do to fix my issue. I've scoured the forums for any documentation and have found none.

 

Thank you!

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
I am using the Authorize.net AIM module bundled in with OS Commerce v2.2:

 

Authorize.net Advanced Integration Method v1.0

http://www.oscommerce.com/community/contri...M+authorize.net

 

My site is on a godaddy server, and i know i have to modify the php in order for it to support curl.

 

According to godaddy:

http://help.godaddy.com/article/289?prog_id=GoDaddy

 

1) Which files do i have to modify so the php will support curl? Please specify line by line value if possible (according to this contribution) ...

2) How do I know which is my correct curl directory (that the module asks for)?

 

Currently when it gets to the checkout page it just sits there and sort of hangs. Please help!

 

------------

 

Please let me know also if there are any better contributions out there that will work flawlessly with Authorize.net AIM and on a godaddy server, or what I can do to fix my issue. I've scoured the forums for any documentation and have found none.

 

Thank you!

 

Have you found an issue to this?

 

 

Here is a few lines in my authorizenet_cc_aim.php

 

if (function_exists('curl_init')) {

$curl = curl_init($server['scheme'] . '://' . $server['host'] . $server['curl'] . (isset($server['query']) ? '?' . $server['query'] : ''));

curl_setopt($curl, CURLOPT_PORT, $server['port']);

curl_setopt($curl, CURLOPT_HEADER, 0);

curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0);

curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($curl, CURLOPT_FORBID_REUSE, 1);

curl_setopt($curl, CURLOPT_FRESH_CONNECT, 1);

 

 

Where do I Put

 

curl_setopt($curl, CURLOPT_HTTPPROXYTUNNEL, TRUE);

curl_setopt($curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...