Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:

Secret Access

By Will Bontrager
2005-09-24


If Your Location Contains the Letter "z"

At line 12 of the Secret Access JavaScript, you'll see:

re = /z/g; FerhFill = FerhFill.replace(re,'a');

This replaces any "z" characters with the "a" character during the translation process.

If your destination location has a letter "z", then replace the "z" in the above line with a letter that is not used in your location. Once the letter is determined, use that letter instead of "z" in step three of determining the sequence of characters to type at the secret access web page.



Tutorial Pages:
» Secret Access
» Determining the Location's Sequence of Characters
» If Your Location Contains the Letter "z"
» Two Customizations for Further Obfuscation


Copyright 2004 Bontrager Connection, LLC


 | Bookmark
Related Tutorials:
» JavaScript Debugging Techniques with Firebug
» Striped Tables Using JavaScript
» Opening PDFs in a New Window with JavaScript
» Essential Javascript -- A Javascript Tutorial
» Submit Forms Conditionally using JavaScript
» How to Setup a Randomising Function