Jump to content

How to make a secure e-commerce website?


dezkit

Recommended Posts

Hey guys I had created a while ago a script for my friend where you can buy points and then redeem stuff with those points, i'm looking for ways to keep my site secure: currently what i have done-

 

- protected all mysql queries with mysql_real_escape_string, strip_tags, and addslashes

- have a valid SSL certificate on my website

- checked if emails are valid for account creation

 

what else can I do? Thank you.

Link to comment
Share on other sites

You should also be validating all form input during account creation, the checkout process, or anytime a form is submitted. For instance, for a field that is supposed to be completely alpha characters, you should be checking that there aren't numbers, punctuation, etc.

Link to comment
Share on other sites

  • 1 month later...

Hey guys I had created a while ago a script for my friend ....

 

- have a valid SSL certificate on my website

 

....

 

Hi dezkit,

 

You mentioned you have a valid SSL on your website.

 

I have 2 questions:

 

[*]Which company is the best for SSL certificate.

 

[*]And once we get the SSL certificate, how do we install it on our specific pages.

 

 

 

Kindly reply dezkit.  Thanks! :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.