Which is totally another product, Zend Guard encodes PHP Code, where as Zend Framework is a PHP framework.
Adoabeer, You need to contact the original author of the file. The reason it was compiled is likely for some form of intellectual property protection, or to make sure you paid for it. -Bing
you can try to google "dezender" . Here is what I got after passing it to dezender. Anyway, it was obfuscated before encoding, so you need to spend quite some time to deobfuscate.
I'm tired of research, experiment and write the file I do not want to tamper with the intellectual content, I just want the amendment to the contents of the file. Me and you pay
Can you contact the original owner? If you have no intention to tamper with the intellectual property, they should have no issue with editing it for you especially if you are willing to pay them. If there is a bug or update that needs done, they may fix it for free just for you bringing it to their attention.
Brother, the file does not contain any intellectual rights This company is my brother www.e-manage.org If you can link with them to resolve I have heard, I tried to contact did not respond and will not help me Can you help me. My brother, I requested assistance from the Arab forums, but very strict fools do not want to help me
Someone clearly doesn't want this file deobfuscated, and it's pretty fishy that you won't share where it came from. Not to mention it's near impossible to understand your English... Why do you need it decoded to badly? And if it's this difficult to decode, then someone's probably not going to put the time in for free in all honesty.
It's a timesheet program for some kind of university/college/school. How did you obtain it? I can decode it, infact I already did. But as Lam3r said, not for free mate. Starting of the show_ts.php <?php /*********************/ /* */ /* Decoded by Webby */ /* Digital Point */ /* */ /* */ /*********************/ function _obfuscate_FT0UfTsÿ( $_obfuscate_gjPTECMQwQÿÿ ) { $_obfuscate_N4pr40ÿ = round( strtotime( $_obfuscate_gjPTECMQwQÿÿ ) / 86400 ); $_obfuscate_lZ5o4_4ÿ = round( $_obfuscate_N4pr40ÿ / 354.374 ); $_obfuscate_5NUhMQIY = $_obfuscate_N4pr40ÿ - $_obfuscate_lZ5o4_4ÿ * 354.374; $_obfuscate_01yHo3C2PQÿÿ = round( $_obfuscate_5NUhMQIY / 29.5312 ); $_obfuscate_B0f5uocÿ = $_obfuscate_5NUhMQIY - $_obfuscate_01yHo3C2PQÿÿ * 29.5312; $_obfuscate_lZ5o4_4ÿ += 1389; $_obfuscate_01yHo3C2PQÿÿ += 10; $_obfuscate_B0f5uocÿ += 23; if ( 29.5312 < $_obfuscate_B0f5uocÿ && round( $_obfuscate_B0f5uocÿ ) != 30 ) { $_obfuscate_01yHo3C2PQÿÿ += 1; $_obfuscate_B0f5uocÿ = round( $_obfuscate_B0f5uocÿ - 29.5312 ); } else { $_obfuscate_B0f5uocÿ = round( $_obfuscate_B0f5uocÿ ); } if ( 12 < $_obfuscate_01yHo3C2PQÿÿ ) { $_obfuscate_01yHo3C2PQÿÿ -= 12; $_obfuscate_lZ5o4_4ÿ += 1; } return $_obfuscate_lZ5o4_4ÿ; } PHP: End of the show-ts.php echo "<script> \n var Line=new Array();\n"; $k = 1; for ( ; $k <= $page_groups; ++$k ) { echo " Line[".$k."]=\"{$line[$k]}\"; \n"; } echo "</script><table cellspacing=1><td><div id=LineM STYLE='position:relative;'></div></td></table><table cellspacing=0 cellpading=2 width=100%><td align=center height=40><input type=button class=button value=Save onclick='save()' ></td ></table>"; echo "\r\n<input type=hidden name=CurrentLine value='".$CurrentLine."'>\r\n</form>"; echo "\r\n<script>\r\nfunction GetNextLine(LLL)\r\n {\r\n \r\n var LLL=LLL*1+1*1;\r\n form1.CurrentLine.value=LLL\r\n Line[LLL]=Line[LLL].replace(/~/g,\"'\");\r\n Line[LLL]=Line[LLL].replace(/@/g,'\"');\r\n document.getElementById('LineM').innerHTML = Line[LLL];\r\n }\r\n \r\nfunction GetPrevLine(LLL)\r\n {\r\n \r\n var LLL=LLL-1*1;\r\n form1.CurrentLine.value=LLL \r\n Line[LLL]=Line[LLL].replace(/~/g,\"'\");\r\n Line[LLL]=Line[LLL].replace(/@/g,'\"');\r\n document.getElementById('LineM').innerHTML = Line[LLL];\r\n }\r\n \r\nfunction GetCurrentLine(LLL)\r\n {\r\n var LLL=LLL*1+0*1\r\n form1.CurrentLine.value=LLL \r\n Line[LLL]=Line[LLL].replace(/~/g,\"'\");\r\n Line[LLL]=Line[LLL].replace(/@/g,'\"');\r\n document.getElementById('LineM').innerHTML = Line[LLL];\r\n } \r\n</script>\r\n \r\n"; if ( $CurrentLine ) { $CurrentLine = 1; } echo "\r\n<script language=javascript>\r\nform1.sort.value='".$sort."' ;\r\nif (form1.CurrentLine.value=''){form1.CurrentLine.value=1;}\r\nGetCurrentLine('{$CurrentLine}')\r\n</script>"; ?> PHP: Also I'm not sure, even if you can make use of decoded script..