Hiding Your HTML Webpage Sourcecode from noobs

Status
Not open for further replies.

soft2050

Active Member
2,942
2010
437
0
Hello
Here's a tutorial to hide the HTML sourcecode from noobs

What This Does?:

Code:
<title> blah blah .... </title>
Changes to:

Code:
<Script Language='Javascript'>
<!-- Codes are protected by HideMywork.Net -->
<!--
document.write(unescape('%3C%74%69%74%6C%65%3E%20%62%6C%61%68%20%62%6C%61%68%20%2E%2E%2E%2E%20%3C%2F%74%69%74%6C%65%3E'));
//-->
</Script>
Original Site: http://hidemywork.net/

It could be decoded easily by converting the hex to string. But it would help keep noobs away until they know how to decode! Don't use if you want to have good seo! Only for simple html websites :P
 
Last edited:
17 comments
Yeah not good at all for SEO and will make the site unusable by those who have JS off (e.g. I have it off, noscript, I even have chrome installed just to use youtube because I cba allowing the truckload of domains they serve JS from).
 
Hello,First thing thank you for the guide.
i just wanted to tell that Hidemywork.Net has a new Domain (ORG).
It's long time that i havent Updated this site :).i wish i could but no advertisers. I have added a Cpalead survey for all who wants to help us, but you can Skip the "Survey " using http://www.hidemywork.org/true/
Thank's Again !
 
Status
Not open for further replies.
Back
Top