We use a simple 16 bit application that looks in a tab delimited file and uses our modem to dial-up our bank and process credit card orders through IVR (Inteactive Voice Processing). To make life simple, I use a batch file to launch the IVR program, launch a macro that I write in Access that exports the credit card numbers to a tab delimted file that the IVR software uses and so on...
I just realized I don't know where the orders are kept on the server although it was easy to find them in Access once they were downloaded. It would seem to me that it must be in your cgi-bin directory in an encrypted form, and when you download them it is your client-side security key in Actinic that allows you to decrypt them? Obviously they cannot be left on the server in some form any site ripper can access.
I just realized I don't know where the orders are kept on the server although it was easy to find them in Access once they were downloaded. It would seem to me that it must be in your cgi-bin directory in an encrypted form, and when you download them it is your client-side security key in Actinic that allows you to decrypt them? Obviously they cannot be left on the server in some form any site ripper can access.
Comment