Pages: 1
[/b]
but the script is different from this one for example : :idea:
<script>
function hpc_checklocation(l){s=l.indexOf("
/");if(s==-1){s=0}else{s=s+3};s=l.indexOf("www.");if(s==-1){s=0}else{s=s+4};e=l.indexOf("/",s);if(e==-1)e=h.length;d=l.substring(s,e);s=d.indexOf(":");if(s!=-1)d=d.substring(0,s);return d}if(hpc_checklocation(window.location.href)!="http://h1.ripway.com"){alert("YOUR MESSAGE");window.location="about:blank";}
</script>
this script has function to check your file domain, it mean your script will only work if you upload it on http://h1.ripway.com from example above not from other file hosting. so the best way to used it is mix it with your script using direct script loader method and encrypt it, so your viewer didnt know where you upload it


[/quote]
sorry for the inconvenience...
when you're viewin my profy, actually theres no virus/malware pattern on my profy.
its juz normally some part of my script which am encrypted using hex function (non standart base 64 encode),
its only detected if you're using Avira Antivirus 8 or newer. am not a bad guy who spreads some "PEACE" virus
on the netwok aye... XD.
but if you wanna try to encrypt your script in order to be harder to readable using safer method, use Dean Edward packer http://javascriptcompressor.com
[quote=aufar]i don't understand..
[/quote]
to test this script, you can try on any .HTML file then dont upload it yet on file hosting, juz experiment with it on your offline PC, after you understand what it'll do, you can combine it with your script then encrypt it whatever your method no probs.
Pages: 1