Well, my site's updated, but your code is still malfunctioning. Not looking good for a commercial product, is it?
Hardly very encrypted, either, is it? Ever used a DOM inspector?
Unicode "escaping" is not secure, and you should not convince people it is. That's unethical in my opinion.
Your "encrypted" code follows.
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
hp_ok=true;
function hp_d01(s)
{
if(!hp_ok)
return;
var o="";
ar=new Array();
os="",
ic=0;
for(i=0;i<s.length;i++){
c=s.charCodeAt(I);
if(c<128)c=c^2;
os+=String.fromCharCode(C);
if(os.length>80)
{
ar[ic++]=os;
os=""
}
}
o=ar.join("")+os;
document.write(O)
}
//-->
</SCRIPT>
Firstly, //--> SGML delimiters are obselete.
Secondly, the <script LANGUAGE=""> has long been replaced by <script type="">.
Overall, your code is a shambles.
cr3ative.
Bookmarks