×

We break the prices at DeZender (-60% for life) (29 Sep 2021)

Over the past few months, we have received a lot of requests concerning the revision of our prices.
It’s now done on the batch file prices, with prices reduced by -60% on all our offers !
This offer will remain for life, even on our future services in preparation for file decompilation : PHP 8.0, 8.1, and more.

The Team DeZender

de-ioncube

  • Posts: 1
  • Thank you received: 0
13 years 2 months ago #43

Please Log in or Create an account to join the conversation.

  • Posts: 6207
  • Thank you received: 165

Replied by DeZender on topic de-ioncube

Here are some of your decrypted file to receive the full file please place an order.
<?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
*
*/

????session_start(??);
????$xHost?=?$_SERVER['SERVER_NAME'];
????$xReferer?=?'http://'?.?$_SERVER['SERVER_NAME']?.?$_SERVER['REQUEST_URI'];
????$xContents?=?@file_get_contents(?''?.?'http://www.pennyauctionsoft.com/licenseadminpanel/license.php?id=10&domain='?.?$xHost?.?'&referer='?.?@urldecode(?$xReferer?)?);

????if?(!empty(?$xContents?))?{
????????exit(?$xContents?);
????}

????$active?=?'Auctions';
????include(?'connect.php'?);
????include(?'admin.config.inc.php'?);
????include(?'security.php'?);
????include(?'functions.php'?);

????if?(isset(?$_REQUEST['category']?))?{
????????$categoryID?=?$_REQUEST['category'];
????????$productID?=?$_REQUEST['product'];
????????$auc_start_price?=?$_REQUEST['aucstartprice'];
????????$auc_fixed_price?=?$_REQUEST['aucfixedprice'];

????????if?($auc_fixed_price?==?'')?{
????????????$auc_fixed_price?=?0;
????????}

????????if?($auc_start_price?==?'')?{
????????????$auc_start_price?=?0;
????????}

????????if?($_POST['startimmidiate']?!=?'')?{
????????????$auc_start_date_ex?=?explode(?'/',?date(?'d/m/Y'?)?);
????????}?else?{
????????????$auc_start_date_ex?=?explode(?'/',?$_REQUEST['aucstartdate']?);
????????}

????????$auc_start_date?=?$auc_start_date_ex[2]?.?'-'?.?$auc_start_date_ex[1]?.?'-'?.?$auc_start_date_ex[0];
????????$auc_end_date_ex?=?explode(?'/',?$_REQUEST['aucenddate']?);
????????$auc_end_date?=?$auc_end_date_ex[2]?.?'-'?.?$auc_end_date_ex[1]?.?'-'?.?$auc_end_date_ex[0];
????????$aucstartdate?=?$_REQUEST['aucstartdate'];
????????$aucenddate?=?$_REQUEST['aucenddate'];
????????$aucstarthour?=?$_REQUEST['aucstarthours'];
????????$aucendhour?=?$_REQUEST['aucendhours'];
????????$aucstartmin?=?$_REQUEST['aucstartminutes'];
????????$aucendmin?=?$_REQUEST['aucendminutes'];
????????$aucstartsec?=?$_REQUEST['aucstartseconds'];
????????$aucendsec?=?$_REQUEST['aucendseconds'];

????????if?($_POST['startimmidiate']?!=?'')?{
????????????$auc_start_time?=?$_REQUEST['curtime'];
????????????$auctionsplittime?=?explode(?':',?$auc_start_time?);
????????????$aucstarthour?=?$auctionsplittime[0];
????????????$aucstartmin?=?$auctionsplittime[1];
????????????$aucstartsec?=?$auctionsplittime[2];
????????}?else?{
????????????$auc_start_time?=?$_REQUEST['aucstarthours']?.?':'?.?$_REQUEST['aucstartminutes']?.?':'?.?$_REQUEST['aucstartseconds'];
????????}

????????$auc_end_time?=?$_REQUEST['aucendhours']?.?':'?.?$_REQUEST['aucendminutes']?.?':'?.?$_REQUEST['aucendseconds'];
????????$auc_status?=?$_REQUEST['aucstatus'];
????????$auc_type?=?$_REQUEST['auctype'];
????????$auc_recu?=?$_REQUEST['aucrec'];
????????$fpa?=?$_REQUEST['fpa'];
????????$pa?=?$_REQUEST['pa'];
????????$nba?=?$_REQUEST['nba'];
????????$off?=?$_REQUEST['off'];
????????$na?=?$_REQUEST['na'];
????????$oa?=?$_REQUEST['oa'];
????????$duration?=?$_REQUEST['auctionduration'];
????????$useonlyfree?=?$_REQUEST['useronlyfree'];
????????$changesval?=?$_REQUEST['changestatusval'];
????????$shippingmethod?=?$_REQUEST['shippingmethod'];
????????$allowbuynow?=?$_REQUEST['allowbuynow'];
????????$buynowprice?=?$_REQUEST['buynowprice'];
????????$uniqueauction?=?$_REQUEST['uniqueauction'];
????????$reverseauction?=?$_REQUEST['reverseauction'];
????????$halfback?=?$_REQUEST['halfback'];
????????$seatauction?=?(?isset(?$_REQUEST['seatauction']?)???$_REQUEST['seatauction']?:?0?);
????????$minseats?=?$_REQUEST['minseats'];
????????$maxseats?=?$_REQUEST['maxseats'];
????????$seatbids?=?$_REQUEST['seatbids'];
????????$relist?=?$_REQUEST['relist'];
????????$tax1?=?$_REQUEST['tax1'];
????????$tax2?=?$_REQUEST['tax2'];

????????if?($tax1?==?'')?{
????????????$tax1?=?0;
????????}

????????if?($tax2?==?'')?{
????????????$tax2?=?0;
????????}

????????if?($_POST['minimum_auction']?!=?'')?{
????????????$minimumaucprice?=?$_POST['auctionminimumprice'];
????????????$minwinprice?=?$_POST['minwinprice'];
????????}?else?{
????????????$minimumaucprice?=?'0.00';
????????????$minwinprice?=?'0.00';
????????}

????????$auc_due_time?=?getHours(?$aucstartdate,?$aucenddate,?$aucstarthour,?$aucendhour,?$aucstartmin,?$aucendmin,?$aucstartsec,?$aucendsec?);
????}?else?{
????????$minimumaucprice?=?'0.00';
????????$minwinprice?=?'0.00';
????????$auc_fixed_price?=?'0.00';
????????$minseats?=?0;
????????$maxseats?=?0;
????????$seatbids?=?0;
????????$tax1?=?0;
????????$tax2?=?0;
????}
....?
13 years 2 months ago #46

Please Log in or Create an account to join the conversation.

Moderators: DeZender
Time to create page: 0.019 seconds
Copyright © 2009 - 2024 DeZender.Net All rights reserved.