onArcade Forums

Full Version: PHP Encoding?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

Was wondering what encoder is used in onarcade?

Example:

Code:
<?php    if (!function_exists("T7FC56270E7A70FA81A5935B72EACBE29"))  {   function T7FC56270E7A70FA81A5935B72EACBE29($TF186217753C37B9B9F958D906208506E)   {    $TF186217753C37B9B9F958D906208506E = base64_decode($TF186217753C37B9B9F958D906208506E);
etc....

?>

is it a commercial encoder?, or custom?

I was wondering because i've seen this encoding on other products aswell, and am wanting to encode my own scripts alike.
Hello,

onArcade does not use any kind of encoder. It used to use ionCube, but not anymore.

Hans
onArcade.com
hmm i mean this:

http://forum.iuvn.net/for@um/showthread.php?p=443670


and the decoded reveals a header comment of:

Code:
/**
* onArcade 2.2.0
* Copyright © 2006-2008 Hans Mäesalu & Eveterm OÜ, All Rights Reserved
**
* ONARCADE IS NOT FREE SOFTWARE!
* http://www.onarcade.com
**/
Hello,

If it is onArcade then it is ionCube, onArcade has never been encoded with anything else.

Hans
onArcade.com
Reference URL's