|
home forum |
![]() |
Enlarging... both those darned 1-pt. fonts and sometimes supplying more detail.. |
|
[PHP Code]
<08-10-2005> Authorize.net (by default) doesn't work with GoDaddy Hosting submitted by jason I helped someone move his website to GoDaddy hosting recently. When I did so, it turned out that his credit card processing didn't work anymore. The reason for the incompatibility of Authorize.net's code is because it 'requires' mhash to work. This is apparently not the case.. After trying to mess with PHP5's hash_hmac function for a while, I noticed an extremely helpful comment on its manual page. The result is a modification in the original Authorize.net code that worked beautifully. Authorize.net supplied this PHP code with no warranty or "fitness for a particular purpose." Wow. That's a heck of a disclaimer. I'll see if I can top it, but *geez* if you're obviously supplying code for an obvious purpose, how can you flat out deny it? Just because you supply something but don't want someone whining when they have problems with it, you don't deny having given it to them for "a particular purpose." It strikes me as similar to my saying, "You may be reading this document's contained text ("Text"), but neither we nor anyone in our employ typed, pasted, or otherwise supplied Text with the intent to be read--whether by person, machine, or software." <grin>
It looks like someone else got the same idea: http://forums.oscommerce.com/lofiversion/index.php/t199381.html SOURCE: http://www.google.com/search?q=mhash+godaddy |
Click here to go [back] from whence you came