Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Lionsanime Directory   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 05-19-2006, 06:17 AM   #1 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
Online Ordering Form

Is it possible to create your own credit card ordering form to put in a website? If so how? Will this be secure?

I only need simple one and easy to make. I only need the credit card name, expiration date, security code and billing address.
killua is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-20-2006, 03:26 AM   #2 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
I found out my host allows SSL. But how do I make a form to use for SSL? I tried to search in Google but can't find anything. Can you give any tutorial sites on how to make a web form and make it SSL-secured?

Also, what is this SSL Certificate all about? This is my host which supports SSL: http://www.j-navi.com/main/support_files/ssl.htm
Do I still need SSL Certificate? Is this free or what?

Last edited by killua : 05-20-2006 at 03:42 AM.
killua is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-20-2006, 04:28 AM   #3 (permalink)
Potato Monster
 
Immo's Avatar
 
Join Date: 03-26-04
Location: Chester, England
Posts: 3,869
iTrader: 0 / 0%
Immo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest order
Send a message via ICQ to Immo Send a message via AIM to Immo Send a message via MSN to Immo Send a message via Yahoo to Immo Send a message via Skype™ to Immo
The form on your site still needs to send information through to the credit card company, for you to do this directly on your site can be quite expensive. If you are in the UK then Barclays, Natwest and Streamline offer the service.

You would be better off using something like 2 Checkout as you can skin the ordering page.
__________________
I have become death, destroyer of worlds.
Immo is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-20-2006, 06:07 AM   #4 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
No. I'm going to skip the online processing. The credit card infos will automatically sent to me via email. And then, I'll process it manually. So I'm asking how to make that SSL-secured form?
killua is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-20-2006, 07:07 AM   #5 (permalink)
Potato Monster
 
Immo's Avatar
 
Join Date: 03-26-04
Location: Chester, England
Posts: 3,869
iTrader: 0 / 0%
Immo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest order
Send a message via ICQ to Immo Send a message via AIM to Immo Send a message via MSN to Immo Send a message via Yahoo to Immo Send a message via Skype™ to Immo
Ask your host to setup the SSL for you, you willl then connect to it through https://

I cant really give you much more info as I have never done it like that.
__________________
I have become death, destroyer of worlds.
Immo is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-20-2006, 04:54 PM   #6 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
Anyway, does making an HTML form in ordinary http:// just the same with https:// The only difference is you upload it to https:// directory?
killua is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-20-2006, 08:02 PM   #7 (permalink)
Inactive
 
Join Date: 05-20-06
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

echelon7 is liked by many
Hi Killua,

Is the form you looking for to interact with a processing company or one that you yourself will enter the info into your own offline/online system.

The link I saw based on the urls looks that should be fine. The only time you want a personal SSL certificate is when you do not want people to know your on shared hosting as well as not look as professional.

So the difference would be:
https://www.yourdomain.com/htmlfile.html
vs the free way:
https://server.hostingcompany.com/~u.../htmlfile.html

If you do have the Form email you the CC info, which somewhat negates the reason to use https:// in the first place unless you do secure email. Make sure to delete the email after you are done since you do not want to start storing the CC info in your email inbox.

If you want to accept credit cards over the net, PayPal has a reasonable method to do such that it will take their information and process it on their end. When dealing with credit cards though it is better to leave it up to third-party who deals with high-volume transactions to better secure the information. You do not want to have to explain to your customers that your website got hacked and their CC info was stolen.

Brian
echelon7 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-21-2006, 03:10 AM   #8 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
Quote:
Originally Posted by echelon7
If you do have the Form email you the CC info, which somewhat negates the reason to use https:// in the first place unless you do secure email. Make sure to delete the email after you are done since you do not want to start storing the CC info in your email inbox.
Brian
Yes. I'll do that. I made a sample form mail which let them put their credit card and shipping details and automatically email it to me. However, I uploaded it in ordinary http:// form. Do I have to change some coding if I'm going to upload it in SSL https:// ? Or I can just copy the formmail .html file and upload it to https:// without changing anything?
killua is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-21-2006, 09:37 AM   #9 (permalink)
Inactive
 
Join Date: 05-20-06
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

echelon7 is liked by many
Based on the translation of the page you linked to, you have to move a copy into the secure_html directory.

You should be able to just call it with the https:// or the http:// link and both will work if you have copies in your secured and non-secure directories.

https:// <ssl_servername>.naviservers.net/<username>/<html_file>
echelon7 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-23-2006, 02:15 PM   #10 (permalink)
Banned
 
Join Date: 04-24-06
Posts: 188
iTrader: 0 / 0%
Latest Blog:
None

ablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really niceablaye is just really nice
Yep, u can. You can buy or a get a free SSL certificate that you would need to install on your server.
Authorize.net can process your credit card payments.
ablaye is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-25-2006, 04:18 AM   #11 (permalink)
Contributing Member
 
Join Date: 06-24-04
Posts: 137
iTrader: 0 / 0%
Latest Blog:
None

killua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebodykillua is liked by somebody
Do you know any free online websites or any free downloadable softwares that can create HTML forms for you. I tried to search for HTML form tutorials but it will take me days to study them. Which is why I wanted to know if there are free sites or software that can build HTML forms for you?
killua is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
online form script - ideas integrating an auto responder? jamesbondcat Coding Forum 14 09-26-2006 03:36 PM
how to make an online sign up form? lowellabraham Web Hosting Forum 6 12-23-2005 08:08 AM
Online shop/ordering system needed - any ideas how? chrisnrach17 Web Design Lobby 4 09-15-2004 09:53 AM
Quick $array[] ordering question trevHCS Coding Forum 1 08-07-2004 09:49 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 09:38 PM.
© Copyright 2008 V7 Inc