Click here to Skip to main content
16,005,169 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: External hard drive to hold files for website. Pin
Zanetacy17-May-08 3:11
Zanetacy17-May-08 3:11 
GeneralRe: External hard drive to hold files for website. Pin
Zanetacy17-May-08 8:26
Zanetacy17-May-08 8:26 
GeneralRe: External hard drive to hold files for website. Pin
Ed.Poore17-May-08 8:41
Ed.Poore17-May-08 8:41 
QuestionPHP help Pin
nelsonpaixao15-May-08 14:28
nelsonpaixao15-May-08 14:28 
AnswerRe: PHP help Pin
47_MasoN_4716-May-08 3:13
professional47_MasoN_4716-May-08 3:13 
AnswerRe: PHP help Pin
alex.barylski17-May-08 2:17
alex.barylski17-May-08 2:17 
GeneralRe: PHP help Pin
47_MasoN_4720-May-08 4:00
professional47_MasoN_4720-May-08 4:00 
QuestionHow to protect site from Virus attacks Pin
Poonam Gandash14-May-08 20:00
Poonam Gandash14-May-08 20:00 
I am in great trouble

I am getting virus attacks on my site again and again. Just check trumpandgates.com , oceanicsky.org ( make sure you have antivirus on your system)

when I discussed with my hosting people they are saying that its code venerabalities problem. But site having even single html page were also attacked.

Please please help me. I have more than 200 sites attacked time and again.

Please suggest me how to make my sites safe and protect from Viruses. I have protected site from sql injections. with this code

Function IllegalChars(sInput)
Dim sBadChars, iCounter
sBadChars=array("select", "drop","insert", "delete", "xp_", "#", "%","(", ")","<",">","=","`")
For iCounter = 0 to uBound(sBadChars)
If Instr(sInput,sBadChars(iCounter))>0 Then
IllegalChars=True
End If
Next
End function

Dim sUsername, sPassword
sUsername=Request.Form("username")
sPassword=Request.Form("password")
If IllegalChars(sUsername)=True OR IllegalChars(sPassword)=True Then

Response.redirect("no_access.asp")
End If
AnswerRe: How to protect site from Virus attacks Pin
Christian Graus15-May-08 1:00
protectorChristian Graus15-May-08 1:00 
GeneralRe: How to protect site from Virus attacks Pin
Poonam Gandash16-May-08 1:54
Poonam Gandash16-May-08 1:54 
GeneralRe: How to protect site from Virus attacks Pin
47_MasoN_4716-May-08 3:53
professional47_MasoN_4716-May-08 3:53 
GeneralRe: How to protect site from Virus attacks Pin
Poonam Gandash16-May-08 18:24
Poonam Gandash16-May-08 18:24 
Questionasp run sql server stored procedure problem?? Pin
Small Rat14-May-08 9:50
Small Rat14-May-08 9:50 
QuestionApp_Browser file updates Pin
Chris Maunder14-May-08 3:29
cofounderChris Maunder14-May-08 3:29 
GeneralRe: App_Browser file updates Pin
Shog914-May-08 5:40
sitebuilderShog914-May-08 5:40 
Questioncross browser a:active in CSS Pin
248912814-May-08 1:39
248912814-May-08 1:39 
AnswerRe: cross browser a:active in CSS Pin
Shog914-May-08 5:44
sitebuilderShog914-May-08 5:44 
GeneralRe: cross browser a:active in CSS Pin
248912814-May-08 22:36
248912814-May-08 22:36 
GeneralRe: cross browser a:active in CSS Pin
Shog915-May-08 4:10
sitebuilderShog915-May-08 4:10 
Questiondatabase Pin
rose19613-May-08 23:30
rose19613-May-08 23:30 
AnswerRe: database Pin
Christian Graus14-May-08 0:06
protectorChristian Graus14-May-08 0:06 
AnswerRe: database Pin
47_MasoN_4716-May-08 3:17
professional47_MasoN_4716-May-08 3:17 
QuestionAdding Out put parameter in Parameter array for Oracle Helper class Pin
shames(Sam)13-May-08 22:15
shames(Sam)13-May-08 22:15 
Questionget homepage of client browser Pin
Mahdi 8216102113-May-08 18:37
Mahdi 8216102113-May-08 18:37 
AnswerRe: get homepage of client browser Pin
Shog913-May-08 18:57
sitebuilderShog913-May-08 18:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.