I've sent your file to your inbox.
Good reception. ;)
Posts by DeZender
-
-
I've sent your file to your inbox.
Good reception. ;) -
It sent ;)
-
Decrypt your file was sent to your inbox.
Good reception. -
Decrypt your file was sent to your inbox
Good reception. -
Hello,
You will find a first part of your decrypted file, to get the rest please place an order on our online store.The team DeZender
-
Good evening, your files are decrypted to be sent to your inbox.
Good reception. -
I've sent your decrypted file to your inbox. ;)
-
Bonsoir, d'après votre profil vous êtes Belge et moi Français, donc je peux vous répondre avec ma langue Natal.
En ce qui concerne les remboursements, selon la charte je le fait uniquement sur des fichiers que je ne peux décrypter, hors là le décryptage c'est très bien passer, et donc ne peut couvrir de remboursement.
C'est très rare, mais parfois il est nécessaire d'intervenir sur une ou deux lignes, si vous êtes doué en PHP alors cela vous ne posera pas de problème.
L'autre fichier n'est pas crypter, donc pas besoin que d'intervenir dessus, pour connaitre nos prix, visitez notre boutique en ligne.
Voici un début de code Décrypter.Code
Display More<?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 markets { protected $registry = null; protected $DB = null; protected $settings = null; protected $request = null; protected $lang = null; protected $member = null; protected $memberData = null; protected $cache = null; protected $categories = null; var $version = '3.1.1'; function __construct(&$ipsRegistry) { $this->registry = &$ipsRegistry; $this->DB = $this->registry->DB( ); $this->settings = &$this->registry->fetchSettings( ); $this->request = &$this->registry->fetchRequest( ); $this->lang = $this->registry->getClass( 'class_localization' ); $this->member = $this->registry->member( ); $this->memberData = &$this->registry->member( )->fetchMemberData( ); $this->cache = $this->registry->cache( ); $this->caches = &$this->cache->fetchCaches( ); $this->CurApp = $this->registry->getCurrentApplication( ); $this->Check2( ); if (IN_ACP == 1) { $this->registry->class_localization->loadLanguageFile( array( 'admin_markets', 'admin_errors' ), 'markets' ); } else { $this->registry->class_localization->loadLanguageFile( array( 'public_markets', 'public_errors' ), 'markets' ); if ($this->CurApp == 'markets') { $this->registry->output->addToDocumentHead( 'css', $this->settings['board_url'] . '/public/style_css/' . $this->registry->output->skin['_csscacheid'] . '/markets.css' ); } } if (IN_ACP == 0) { if (( !$this->CanAccess( ) && !$this->request['do'] == 'ipn' )) { $this->registry->output->showError( '' . 'You Do not Have Access to ' . $this->settings['marketssysname'] ); } if (( $this->settings['markets_offline'] == 1 && !$this->CanAccessClose( ) )) { $this->registry->output->showError( 'System Offline' ); $this->request['Message'] = 'System Is Offline & can be viewed only by Admins'; } } if (!$this->caches['markets_general']) { $this->caches['markets_general'] = $this->registry->cache( )->getCache( 'markets_general' ); } } function Check2() { $this->appDir = 'markets'; $this->Support = ' Amged Osman [email protected]'; $this->securityCode = 'AMGEDOSMANRCS0106616906'; $this->Custom = 'custom.php'; $this->theSystem = 'Marketplace'; $filename = IPSLib::getappdir( $this->appDir ) . '/modules_public/custom/' . $this->Custom; .......... ....... .... -
You'll find the first part here => http://pastebin.com/SXRq95mf
;) -
Good evening, your file is decrypted, you can place an order through our online store. ;)
-
Hello,
You will find a first part of your decrypted file, to get the rest please place an order on our online store.The team DeZender
Code
Display More</span><?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 * */ function forum_register($url, $vbid, $projeid, $username, $password, $email, $timezone, $y_yil, $y_ay, $y_gun) { global $cc; global $lang; global $thread; debuglog( $thread, $vbid, 'Oturum Başladı' ); $reg_start = time( ); $picurl = trim( $url ); $url = trim( $cc->mainurl( $url ) ); debuglog( $thread, $vbid, '' . 'Anaurl bulundu: ' . $url ); $reguu = $cc->get( $url ); debuglog( $thread, $vbid, '' . 'Anaurl verisi çekildi html ' . $reguu ); $mp = parse_url( $picurl ); if ($mp[host] == '') { $mp[host] = 'hataliforumurlsi.com'; } $mp[host] = str_replace( 'www.', '', $mp[host] ); debuglog( $thread, $vbid, '' . 'Anaurl parse edildi : ' . $mp['host'] ); if (( stristr( $reguu, 'phpBB Group' ) && !stristr( $url, 'modules.php' ) )) { debuglog( $thread, $vbid, 'phpBB Olarak Tespit edildi' ); list( $murl, $reg_url ) = cwurl( $reguu, $url, 'ucp.php?mode=register', 'phpbb' ); debuglog( $thread, $vbid, ( '' . 'URL adresleri Ayıklandı : [' . $murl . ',' . $reg_url . ']' ) ); phpbb_register( $picurl, $murl, $reg_url, $vbid, $projeid, $username, $password, $email, $timezone, $y_yil, $y_ay, $y_gun ); return null; } if (( stristr( $reguu, 'var ipb_var_base_url' ) || stristr( $reguu, 'IP.Board' ) )) { debuglog( $thread, $vbid, 'IPB Olarak Tespit edildi' ); list( $murl, $reg_url ) = cwurl( $reguu, $url, 'ipb_var_base_url', 'ipb' ); debuglog( $thread, $vbid, ( '' . 'URL adresleri Ayıklandı : [' . $murl . ',' . $reg_url . ']' ) ); ipb_register( $picurl, $murl, $reg_url, $vbid, $projeid, $username, $password, $email, $timezone, $y_yil, $y_ay, $y_gun ); return null; } if (( stristr( $reguu, 'Powered by SMF' ) || stristr( $reguu, 'simplemachines.org' ) )) { debuglog( $thread, $vbid, 'SMF Olarak Tespit edildi' ); $picurl = str_replace( 'action=printpage', '', $picurl ); $reguu = $cc->get( $picurl ); list( $murl, $reg_url ) = cwurl( $reguu, $url, 'action=register', 'smf' ); debuglog( $thread, $vbid, ( '' . 'URL adresleri Ayıklandı : [' . $murl . ',' . $reg_url . ']' ) ); smf_register( $picurl, $murl, $reg_url, $vbid, $projeid, $username, $password, $email, $timezone, $y_yil, $y_ay, $y_gun ); return null; } if (( ( stristr( $reguu, 'powered by vBulletin' ) || stristr( $reguu, 'vb_login_md5password' ) ) || stristr( $reguu, 'vBulletin_init()' ) )) { debuglog( $thread, $vbid, 'vBulletin Olarak Tespit edildi' ); list( $murl, $reg_url ) = cwurl( $reguu, $url, 'register', 'vbulletin' ); debuglog( $thread, $vbid, ( '' . 'URL adresleri Ayıklandı : [' . $murl . ',' . $reg_url . ']' ) ); vb_register( $picurl, $murl, $reg_url, $vbid, $projeid, $username, $password, $email, $timezone, $y_yil, $y_ay, $y_gun ); return null; } ................ ....... -
I sent you on your e-mail your decrypted file. ;)
-
Hello, your files are decrypted property was then sent to your inbox.
Good reception. ;) -
I just send you the decrypted files to your inbox. ;)
-
Good evening, your files are decrypted, you can order.
-
You normally get my messages on your 2 email boxes. ;)
-
Hello "aa" :)
Files that are decrypted, you can place an order through our online store. -
Hello,
You will find a first part of your decrypted file, to get the rest please place an order on our online store.The team DeZender
Code
Display More<?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 gpage { var $packageIndex = -1; var $plusTable = null; function gpage() { securegamepage::securegamepage( ); $this->viewFile = 'plus.phtml'; $this->contentCssClass = 'plus'; $this->plusTable = $this->gameMetadata['plusTable']; } function load() { securegamepage::load( ); $this->selectedTabIndex = ( ( ( ( isset( $_GET['t'] ) && is_numeric( $_GET['t'] ) ) && 0 <= intval( $_GET['t'] ) ) && intval( $_GET['t'] ) <= 2 ) ? intval( $_GET['t'] ) : 0 ); if ($this->selectedTabIndex == 0) { $this->packageIndex = ( ( ( ( isset( $_GET['id'] ) && is_numeric( $_GET['id'] ) ) && 0 < intval( $_GET['id'] ) ) && intval( $_GET['id'] ) <= sizeof( $this->appConfig['plus']['packages'] ) ) ? intval( $_GET['id'] ) - 1 : 0 - 1 ); return null; } if ($this->selectedTabIndex == 2) { if (( ( ( isset( $_GET['a'] ) && isset( $_GET['k'] ) ) && $_GET['k'] == $this->data['update_key'] ) && $this->plusTable[intval( $_GET['a'] )]['cost'] <= $this->data['gold_num'] )) { switch (intval( $_GET['a'] )) { case 0: { } case 1: { } case 2: { } case 3: { } case 4: { $taskType = constant( 'QS_PLUS' . ( intval( $_GET['a'] ) + 1 ) ); $newTask = new QueueTask( $taskType, $this->player->playerId, $this->plusTable[intval( $_GET['a'] )]['time'] * 86400 ); $newTask->villageId = ( 0 < intval( $_GET['a'] ) ? $this->data['selected_village_id'] : '' ); $newTask->tag = $this->plusTable[intval( $_GET['a'] )]['cost']; $this->queueModel->addTask( $newTask ); break; } case 5: { $this->queueModel->finishTasks( $this->player->playerId, $this->plusTable[intval( $_GET['a'] )]['cost'] ); } } } } } function prerender() { securegamepage::prerender( ); if (0 < $this->selectedTabIndex) { $this->villagesLinkPostfix .= '&t=' . $this->selectedTabIndex; } } function getremainingplustime($action) { $time = 0; $tasks = $this->queueModel->tasksInQueue; if (isset( $tasks[constant( 'QS_PLUS' . ( $action + 1 ) )] )) { $time = $tasks[constant( 'QS_PLUS' . ( $action + 1 ) )][0]['remainingSeconds']; } return ( 0 < $time ? 'باقي <span id="timer1">' . webhelper::secondstostring( $time ) . ' ساعة' : '' ); } ...................... ..... -
Je vous ai envoyé le fichier décrypté par e-mail. ;)