Results 101 to 110 of 205
-
14th Nov 2009, 03:01 AM #101OPRespected DeveloperWebsite's:
X4B.org
-
14th Nov 2009, 03:22 AM #102Member
/* Unknown opcode: 70 (ZEND_FREE) */
/* Unknown opcode: 74 (ZEND_UNSET_VAR) */
I aso noticed that something wasn't decoded right here:
$product_id = array(substr
($d5
($product_license_id,0,8));
Since moving it to a single line would be:
$product_id = array(substr($d5($product_license_id,0,8));
As you can see, the $d5 and the second '(' don't make sense.
Also with some arrays, I see that the brackets are separated from the array, for an instance, $array[5] becomes $array,[5].
-
14th Nov 2009, 12:11 PM #103Member
found /* Unknown opcode: 87 (ZEND_FETCH_DIM_RW) */
-
14th Nov 2009, 01:38 PM #104OPRespected DeveloperWebsite's:
X4B.org
-
14th Nov 2009, 02:21 PM #105Member
Nice well i notice few more Error's have been fixed good 1 i found 3 opcode
/* Unknown opcode: 54 (ZEND_ADD_CHAR) */
/* Unknown opcode: 70 (ZEND_FREE) */
/* Unknown opcode: 87 (ZEND_FETCH_DIM_RW) */
-
14th Nov 2009, 08:37 PM #106Member
But I can't find any reference to that function, nor there isn't any include nor require that could be calling another file with the function definition.
As a side note, it can't be valid even if it's a function name because the actual number of parameters passed to substr would be only 1 (the function result) and substr needs at least 2 with the possibility of 3 parameters.
-
15th Nov 2009, 12:26 AM #107Member
@SplitIce , did u got my PM ??
-
15th Nov 2009, 12:53 AM #108OPRespected DeveloperWebsite's:
X4B.org
-
15th Nov 2009, 12:58 AM #109Member
okay , btw , i'm already have the same decoder u using , but there was no luck to make it work , does this site was belong to you ??
http://www.deioncube.webs.com
-
15th Nov 2009, 01:04 AM #110OPRespected DeveloperWebsite's:
X4B.org
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Online Decoder - Decode IonCube, Zend, Basic encoded scripts like PHPIon etc ...
By devNULL in forum Web Development AreaReplies: 8Last Post: 31st Jan 2012, 10:03 AM -
Does anyone have SplitIce ioncube decoder?
By soogoomoo in forum Web Development AreaReplies: 10Last Post: 23rd Feb 2011, 11:14 AM -
[Buying] IonCube decoder
By iRakic in forum Completed TransactionsReplies: 8Last Post: 4th Jul 2010, 05:46 PM -
[PoC] Ioncube decoder
By SplitIce in forum Webmaster ResourcesReplies: 18Last Post: 23rd Nov 2009, 10:26 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...