Pages: 12
You are viewing a post by ichigo_reloaded. View all 25 posts in :arrow: [i]updating 22:02:2009[/i] there are two way for protected your js file from ripper numer 1 is use js encrypt read this thread :arrow: [url=http://theftalk.com/t12160-Encrypt-your-Javasc.
sory i am not opening new thread
this modificated from js injection <">when i insert the code into my profile with this format
[quote]<script>var script = document.createElement("script");
script.type = "text/javascript";
script.src = "[b]URL.JS[/b]";
document.getElementsByTagName("head")[0].appendChild(script);</script>[/quote]
it see like this if i view page source
[quote]<script>var script = document.createElement("script");
[b]<br />[/b]script.type = "text/javascript";
[b]<br />[/b]script.src = "url js";
[b]<br />[/b]document.getElementsByTagName("head")[0].appendChild(script);</script>[/quote]
and <br /> make the javascript doesn't work..
so i change to code like this <">it working
dont forget to change [b]URL.JS[/b] with your url js
sorry [i]not preview allowed[/i]
[b]for educational purpose only[/b]
Last edited by ichigo_reloaded (2008-12-27 19:56:51)