Click here to Skip to main content
16,012,508 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Want to Execute MySql Stored procedure in Dot Net Pin
Mark Schumann17-Sep-08 5:11
Mark Schumann17-Sep-08 5:11 
QuestionHow to create JSP web user controls? Pin
FishiFishi3-Sep-08 18:30
FishiFishi3-Sep-08 18:30 
Questiondifference between a Web service and a Web site? Pin
aref873-Sep-08 4:58
aref873-Sep-08 4:58 
AnswerRe: difference between a Web service and a Web site? Pin
Paul Conrad3-Sep-08 6:28
professionalPaul Conrad3-Sep-08 6:28 
GeneralRe: difference between a Web service and a Web site? Pin
led mike3-Sep-08 7:16
led mike3-Sep-08 7:16 
GeneralRe: difference between a Web service and a Web site? Pin
Perspx3-Sep-08 8:17
Perspx3-Sep-08 8:17 
QuestionPlease help me Pin
dotnethunk3-Sep-08 2:45
dotnethunk3-Sep-08 2:45 
AnswerRe: Please help me [modified] Pin
NeverHeardOfMe3-Sep-08 4:20
NeverHeardOfMe3-Sep-08 4:20 
You have been the victim of a SQL Injection attack, I'm afraid. Someone has inserted this code into your tables, so that when you display database content on your webpage this script will appear re-directing users (or maybe just an image url) to a malicious website (in China, by the look of the url) where they will try to infect the users computer. While escaping apostrophe's is a start in foiling such attacks, it is by no means the end of the matter. There are articles on this site and elsewhere with advice on how to code your applications to protect yourself better.

One simple "trick" I use is to prefix all my database tables with a character string no genuine user will ever need to use - eg "aqhk" - then remove any occurences of that string from all SQL statements or other data input. So if someone tries to "update aqhkLogins set..." for example, it will fail because I will have re-written the statement to "update Logins set..." - unknown table!

btw, this should really be in the SQL forum....

modified on Wednesday, September 3, 2008 10:26 AM

GeneralRe: Please help me Pin
Perspx3-Sep-08 5:57
Perspx3-Sep-08 5:57 
GeneralRe: Please help me Pin
Paddy Boyd4-Sep-08 2:22
Paddy Boyd4-Sep-08 2:22 
GeneralRe: Please help me Pin
Ashfield4-Sep-08 5:19
Ashfield4-Sep-08 5:19 
Questionremove all the special characters form the XML response Pin
dews turner3-Sep-08 0:54
dews turner3-Sep-08 0:54 
QuestionDynamic creation of XML node Attributes and Elements in Javascript Pin
Member 33773912-Sep-08 2:06
Member 33773912-Sep-08 2:06 
AnswerRe: Dynamic creation of XML node Attributes and Elements in Javascript Pin
Manas Bhardwaj2-Sep-08 3:31
professionalManas Bhardwaj2-Sep-08 3:31 
AnswerRe: Dynamic creation of XML node Attributes and Elements in Javascript Pin
Perspx2-Sep-08 5:48
Perspx2-Sep-08 5:48 
QuestionOld site using Site Server .. what to use now? Pin
SimonRigby2-Sep-08 1:14
SimonRigby2-Sep-08 1:14 
Questionhow to host Website Pin
Ankit At Codeproject1-Sep-08 23:32
Ankit At Codeproject1-Sep-08 23:32 
AnswerRe: how to host Website Pin
Manas Bhardwaj2-Sep-08 2:03
professionalManas Bhardwaj2-Sep-08 2:03 
QuestionValidate the button if clicked or not? Pin
hifiger20041-Sep-08 22:36
hifiger20041-Sep-08 22:36 
AnswerRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 0:16
NeverHeardOfMe2-Sep-08 0:16 
GeneralRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 0:37
hifiger20042-Sep-08 0:37 
GeneralRe: Validate the button if clicked or not? Pin
NeverHeardOfMe2-Sep-08 1:55
NeverHeardOfMe2-Sep-08 1:55 
AnswerRe: Validate the button if clicked or not? Pin
hifiger20042-Sep-08 2:21
hifiger20042-Sep-08 2:21 
QuestionSession variable, How does it work in classic ASP? Pin
hifiger20041-Sep-08 8:47
hifiger20041-Sep-08 8:47 
AnswerRe: Session variable, How does it work in classic ASP? Pin
NeverHeardOfMe1-Sep-08 9:59
NeverHeardOfMe1-Sep-08 9:59 

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.