Changeset 85
- Timestamp:
- 10/11/08 11:35:38 (3 months ago)
- Files:
-
- scripts/php/obfuscation/email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scripts/php/obfuscation/email.php
r84 r85 2 2 <head></head> 3 3 <body> 4 5 <div id="mailto">test<at>test.com</div> 6 7 4 8 <?php 5 9 … … 11 15 <!-- 12 16 13 document.write("<?php echo $rot; ?>".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);})); 17 myId=document.getElementById('mailto'); 18 myId.innerHTML="<?php echo $rot; ?>".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);}); 14 19 15 20 -->
