Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jonwall

Archived
  • Posts

    14
  • Joined

  • Last visited

Everything posted by jonwall

  1. For future reference if anyone needs it, below is the fix for the time stamp generation, all I did was edit the following lines: //POST time $time=time(); //Change the 0 if your server is located at a different GMT time $time=($time+(0*3600)); $time=$time*1000; by replacing the bottom line as shown below: //POST time $time=time(); //Change the 0 if your server is located at a different GMT time $time=($time+(0*3600)); $time=$time."000"; That's meant that it's stopped doing a mathematical equation and is now just adding 3 zeros. Seems to have worked a treat...
  2. That's great, thanks, called HSBC up and they confirmed what you suggested, apparently the time stamp is/has an invalid character, I'm guessing this is a server side thing and will get onto my hosting company to see if they can help sort anytihng out...
  3. OK, hacking attempt problem now sorted (apparently some Linux kernel modules weren't installed on the new server), but now whenever it tries to connect to the CPI, it comes back to hsbc_return.php with an "invalid input data" message-after reading back through this thread it seems the problem was often related to HSBC knowing that the site is running in production mode, but it has been for over 12 months now so that shouldn't be a problem. Any ideas/thoughts would be much appreciated. Cheers, Jon
  4. also, just to update, server time is set to GMT, so shouldn't be a problem.
  5. Ok thanks, I will be updating my osCommerce install with the download from the main site, and will enquire about server times etc. This is without doubt the most helpful forum I've ever used, the quick responses are much appreciated!
  6. Also, could the fact that the hosts have put a newer version of php on this server cause any problems with it?
  7. Thanks for the advice, I've got a dedicated SSL so that shouldn't be too much of an issue, what's confusing me now is that my image resizer has gone pop in the last 12 hours, as has the access to my admin page, its giving me a fatal error. Somehow I can see a full reinstall coming on, yet again...
  8. Thanks for the quick response Neil, I am going to try a full reinstall of the module before i change hosts as I'm a bit worried about losing the site again (last time i moved, it took ages to sort), it's also run by a friend so I can get the full details of what's going on, sounds like it could be my only solution though. Would reuploading the original hash key change anything? Regards, Jon
  9. Hi, my hosting company has changed servers over the weekend, they made the new server identical to the old one except for the IP address and I am currently getting "hacking attempt" when trying to connect to the HSBC CPI-can anyone tell me if the server change would be the reason for this, and if so are there just some config values to change or is it something a bit bigger? It's been running fine for about a week and is the third time I've installed the module so the contribution itself has been put in soundly I think. Any help would be much appreciated. Cheers, Jon
  10. can anyone help me? i've just installed this contribution and i get the following when i open up the home page: This is the second time i've tried to install this, i had the same trouble first time round and when i activated it in the admin pages and tried to look at a product or category, it gives me the dreaded 404... Cheers, Jon
  11. I've had this error message come up too, while in test mode though. I searched for OrderHash in checkout_confirmation.php and there is a value, but it's still not working. Any ideas? Cheers, Jon
  12. using my own account now, i'm the guy uploading the site for surface2air, and i've exhausted all the ideas i've had for solving the problem with the hacking attempt, i can't see what's wrong with it after looking through all of the other related posts. I've tried using the absolute path, i have a shared ssl certificate and a dedicated one on the way, files are uploaded to the cgi bin with chmod 755 but it still comes up with hacking attempt-any ideas anyone?
×
×
  • Create New...