var fDesc=new Array(); fDesc[0] = "It does not encode the source code, it does obfuscate it. That means your code is still valid PHP code, not an encoded string, but is scrambled so much that a human cannot really understand it, but ordinary PHP engine can execute it. There are random algorithms built in Best PHP Obfuscator's obfuscation logic, that changes the pattern of obfuscation 'on the fly', and makes it completely obscured for every one who dare to try to understand or de-obfuscate it."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }