Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Encoding?
11-18-2009, 04:29 AM
Post: #1
PHP Encoding?
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.
Find all posts by this user
11-18-2009, 06:00 PM
Post: #2
RE: PHP Encoding?
Hello,

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

Hans
onArcade.com
Visit this user's website Find all posts by this user
11-18-2009, 07:07 PM (This post was last modified: 11-18-2009 07:08 PM by ftphost.)
Post: #3
RE: PHP Encoding?
hmm i mean this:

Please log in to see this link.


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
**/
Find all posts by this user
11-18-2009, 08:30 PM
Post: #4
RE: PHP Encoding?
Hello,

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

Hans
onArcade.com
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)