Reply
how to protect my ecommerce site from hackers ??
Old 08-04-2005, 08:51 AM how to protect my ecommerce site from hackers ??
Skilled Talker

Posts: 51
Hi.

I am using 1 & 1 .co.uk hosting server.

I am about to launch a commercial site where people can post an Advert with a small fee.


I finished coding(php/mysql) with a bit of help from others and its ready to go.



How could I make my site safer ?

any software I can install on my ftp to make it hacker free ????


Plz help

thanks
mature_student is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-21-2005, 11:24 PM
Skilled Talker

Posts: 83
Location: Ohio
if (get_magic_quotes_gpc()==1) {

// do nothing

} else {

$var = addslashes($var);

}

Be sure to addslashes to data before mysql queries.
techguru is offline
Reply With Quote
View Public Profile
 
Old 08-22-2005, 09:37 AM
Anacrusis's Avatar
Defies a Status

Posts: 2,099
Name: Adam
Location: Colchester CT
If any personal information is being submitted through your site, be sure to have an SSL certificate installed.
Anacrusis is offline
Reply With Quote
View Public Profile Visit Anacrusis's homepage!
 
Reply     « Reply to how to protect my ecommerce site from hackers ??
 

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11169 seconds with 12 queries