| Support:
We will provide professional support in limit of working
hours for our scripts.
Security Update Link Exchange Lite
Please Fix or contact us as soon as possible
If you have an old version of Link Exchange Lite please download linklist.asp and open with your HTML editor.
In line 47 insert this code:
<%
Dim strAryWords
Dim strValue
strValue="select, from, *, where, drop, insert, update, delete, --, ', "
strAryWords = Split(strValue, ",")
Dim h
For h = 0 to Ubound(strAryWords)
if InStr(cat,strAryWords(h)) Then
Response.Clear
response.Write("<center><b>Nice try smart guy :-)<br><br> If you get this error by mistake ... lol (quite difficult) then you used a reserved word in your category name, Change this category name and this error will dissapear.</b></center>")
Response.End
end if
Next
%>
and this will solve you the problem .
Sorry for this inconvenience.
SoftAcid Team
|