Jump to content

Recommended Posts

Posted

Hi,

Any forms in cgi-bin or do we make our own folder?

Had order form at old site:FORM METHOD="POST" ACTION="http://www.aquariuminstruments.com/cgi-bin/formmail.cgi">

<INPUT TYPE=hidden name="recipient" VALUE="az@aquariuminstruments.com">

<INPUT TYPE=hidden name="subject" value="OrderSubmitted">

<INPUT TYPE=hidden name="redirect" value="https://secure.securesys.com/global/securetrans.htm">

 

****when above was filled out it brought you to the secure form below****

**Once secure form was filled out, I could asscess at secure server****

 

 

<FORM METHOD="POST" ACTION="https://secure.securesys.com/cgi-bin/global/order.cgi">

<INPUT TYPE=HIDDEN NAME="redirect" VALUE ="http://www.digiserve.com/cgi-bin/formmail.cgi?recipient=az@aquariuminstruments.com&subject=CreditCardTransactionForm&redirect=http://www.aquariuminstruments.com/thankyou.htm">

<INPUT TYPE=HIDDEN NAME="sort" VALUE ="order:cardholder_name,Ordering_CardType,credit_card_number,cmbExpirationMonth,cm

ExpirationYear,cvc,street_address,city,state,country,zip_code,not using basket">

 

 

Any way I could get this up at toatchoice after making https changes?

Posted

any thing placed out of your public_html is no accesable to the public.

 

The cgi-bin is created automaticly when your account is provisioned. You can place your scripts in the bin folder if you like.

 

Your question really doesnt make much sense to me, I tried to answer what I think you were asking.

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