Hello ..
I have 107 files .. is there a discount for decode ?
and how much is the duration ?
and plz test this file :
http://www.mediafire.com/?pqyzdbf12wkrb4z
Hello ..
I have 107 files .. is there a discount for decode ?
and how much is the duration ?
and plz test this file :
http://www.mediafire.com/?pqyzdbf12wkrb4z
Good evening,
The time can vary, but up to 24 hours, you'll find our prices here, I can not do less => http://dezender.net/order/dezender/deco ... rator.html
Here is a part of the decoding :
<?php
/**
*
* @ This file is created by deZender.Net
* @ deZender (PHP5 Decoder for ionCube Encoder)
*
* @ Version : 1.1.1.0
* @ Author : DeZender
* @ Release on : 2011.01.04
* @ Official site : http://DeZender.Net
*
*/
class queuetask {
var $playerId = null;
var $villageId = null;
var $toPlayerId = null;
var $toVillageId = null;
var $taskType = null;
var $threads = null;
var $executionTime = null;
var $procParams = null;
var $buildingId = null;
var $tag = null;
function queuetask($taskType, $playerId, $executionTime) {
$this->threads = 1;
$this->taskType = $taskType;
$this->playerId = $playerId;
$this->executionTime = $executionTime;
}
function iscancelabletask($taskType) {
switch ($taskType) {
case QS_ACCOUNT_DELETE: {
}
case QS_BUILD_CREATEUPGRADE: {
}
case QS_BUILD_DROP: {
}
case QS_WAR_REINFORCE: {
}
case QS_WAR_ATTACK: {
}
case QS_WAR_ATTACK_PLUNDER: {
}
case QS_WAR_ATTACK_SPY: {
}
case QS_LEAVEOASIS: {
return TRUE;
}
}
return FALSE;
}
function getmaxcanceltimeout($taskType) {
switch ($taskType) {
case QS_ACCOUNT_DELETE: {
return 86400;
}
case QS_WAR_REINFORCE: {
}
case QS_WAR_ATTACK: {
}
case QS_WAR_ATTACK_PLUNDER: {
}
case QS_WAR_ATTACK_SPY: {
return 90;
}
}
return 0 - 1;
}
}
class reporthelper {
function getreportresulttext($result) {
switch ($result) {
case 1: {
}
}
return '';
}
function getreportactiontext($cat) {
switch ($cat) {
case 1: {
}
}
return ' يمون ';
}
}
class player {
var $playerId = null;
var $isAgent = null;
.......
...
Display More
Don’t have an account yet? Register yourself now and be a part of our community!