Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 29, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 636
Members: 0
Total: 636
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> ionCube decoding please (version 7) Goto page 1, 2  Next
Post new topic  This topic is locked: you cannot edit posts or make replies. View previous topic :: View next topic 
ionCube decoding please (version 7)
PostPosted: Fri Nov 09, 2012 1:06 pm Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




I have just one that need to be decoded:
http://www.sendspace.com/file/8lma4m

Can anybody help please.

Many many thanks!


Last edited by mikiliki on Fri Nov 09, 2012 1:18 pm; edited 1 time in total
View user's profile Send private message
Re: ionCube decoding please (version 7)
PostPosted: Fri Nov 09, 2012 7:17 pm Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




mikiliki wrote:
I have just one that need to be decoded:
http://www.sendspace.com/file/8lma4m

Can anybody help please.

Many many thanks!


Check it your code...

we are decoded...by decodephp.in

Ioncube v7 is not free...so it is half code....

Code:
<?php
/**
*
* @ This file is created by decodephp.in
* @ decodephp(PHP5 Decoder for ionCube Encoder)
*
* @   Version         :   v1
* @   Author         :   DeCodephp                   
* @   Official site   :   http://DeCodephp.in
*
*/

   function resellercentral_ConfigOptions() {
      $configoptions = array( 'API Key' => array( 'Type' => 'text', 'Size' => '128' ), 'Package Name' => array( 'Type' => 'text', 'Size' => '32' ), 'Location' => array( 'Type' => 'dropdown', 'Options' => '' ), 'Skeleton' => array( 'Type' => 'text', 'Size' => '32' ) );
      
      $locations = resellercentral_query( 'getLocations', '' );

      if ($locations['success'] == 'true') {
         
            $location = foreach ($locations['sql'] as ) {

            if ($configoptions['Location']['Options'] != '') {
               $configoptions['Location']->Options .= ',';
            }

            $configoptions['Location']->Options .= $location['location'];
         }
      }
else {
         $configoptions['Location']['Options'] = $locations['result'];
      }

      return $configoptions;
   }

   function resellercentral_ClientArea($params) {
      $html = '<div id="rc_cap"><p style="padding: 4px 10px 0px 10px; float: left;">New Password:</p><input style="float: left;" type="text" id="rc_cap_password" value="" />
      <input type="hidden" id="rc_cap_serviceid" value="' . $params['serviceid'] . '" /><input id="rc_cap_submit" type="submit" value="Submit" /></form></div>
      <script type="text/javascript">jQuery(function() {
      jQuery("#rc_cap_submit").click(function() {
      jQuery("#rc_cap_submit").attr("disabled", "disabled");
      jQuery.ajax({data: { module: "changeAccountPassword", serviceid: jQuery("#rc_cap_serviceid").val(), password: jQuery("#rc_cap_password").val() },
      type: "POST", url: "modules/servers/resellercentral/resellercentral.php", success: function(data) { jQuery("#rc_cap").html(data); }
      }); }); });</script>';
      return $html;
   }

   function resellercentral_CreateAccount($params) {
      
      $result = resellercentral_query( 'createAccount', array( 'api_key' => $params['configoption1'], 'domain' => $params['domain'], 'username' => $params['username'], 'password' => $params['password'], 'location' => ($params['customfields']['Website Location'] ? $params['customfields']['Website Location'] : $params['configoption3']), 'package' => ($params['customfields']['Website Package'] ? $params['customfields']['Website Package'] : $params['configoption2']), 'skeleton' => $params['configoption4'] ) );

      if ($result['success'] == 'true') {
         resellercentral_updatecustomfield( $params, 'Server Name', $result['account']['servername'] );
         resellercentral_updatecustomfield( $params, 'IP Address', $result['account']['ip'] );
         mysql_query( 'UPDATE tblhosting SET dedicatedip = \'' . $result['account']['ip'] . '\' WHERE id = \'' . $params['accountid'] . '\' LIMIT 1' );
      }

      return resellercentral_formatresponse( $result );
   }

   function resellercentral_ChangePassword($params) {
      return resellercentral_formatresponse( resellercentral_query( 'changeAccountPassword', array( 'api_key' => $params['configoption1'], 'domain' => $params['domain'], 'password' => $params['password'] ) ) );
   }

   function resellercentral_SuspendAccount($params) {
      return resellercentral_formatresponse( resellercentral_query( 'suspendAccount', array( 'api_key' => $params['configoption1'], 'domain' => $params['domain'], 'reason' => $params['suspendreason'] ) ) );
   }

   function resellercentral_UnsuspendAccount($params) {
      return resellercentral_formatresponse( resellercentral_query( 'unsuspendAccount', array( 'api_key' => $params['configoption1'], 'domain' => $params['domain'] ) ) );
   }

   function resellercentral_TerminateAccount($params) {
      return resellercentral_formatresponse( resellercentral_query( 'terminateAccount', array( 'api_key' => $params['configoption1'], 'domain' => $params['domain'] ) ) );
   }
---------------------------------------PAYMENT---------------------------------
View user's profile Send private message Send e-mail
PostPosted: Fri Nov 09, 2012 8:22 pm Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




Thank you!

Does it mean that even paid services can't decode it ?
View user's profile Send private message
PostPosted: Fri Nov 09, 2012 8:30 pm Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




pLaS71k wrote:
No, it means that if you pay him, you get the code which extends beyond --------------- PAYMENT ---------------------


You are right
View user's profile Send private message Send e-mail
PostPosted: Fri Nov 09, 2012 8:55 pm Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




jigs15784 wrote:
pLaS71k wrote:
No, it means that if you pay him, you get the code which extends beyond --------------- PAYMENT ---------------------


You are right


So, how much does it costs to get full code ?

Many thanks!
View user's profile Send private message
PostPosted: Fri Nov 09, 2012 8:58 pm Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




mikiliki wrote:
jigs15784 wrote:
pLaS71k wrote:
No, it means that if you pay him, you get the code which extends beyond --------------- PAYMENT ---------------------


You are right


So, how much does it costs to get full code ?

Many thanks!


Check it for price.

http://www.decodephp.in/Thread-Price-of-Decoding-Ioncube-v7-Files.html
View user's profile Send private message Send e-mail
PostPosted: Sat Nov 10, 2012 6:49 am Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




You don't accept paypal ?

Is there anybody else who can do this and get paypal payment ?
View user's profile Send private message
PostPosted: Sat Nov 10, 2012 7:10 am Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




mikiliki wrote:
You don't accept paypal ?

Is there anybody else who can do this and get paypal payment ?


I accept paypal but at this time in my paypal facing some problem and your amount is too low.
View user's profile Send private message Send e-mail
PostPosted: Sat Nov 10, 2012 9:20 am Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




jigs15784 wrote:
mikiliki wrote:
You don't accept paypal ?

Is there anybody else who can do this and get paypal payment ?


I accept paypal but at this time in my paypal facing some problem and your amount is too low.


Can you do it for free please ?

Or is there anybody else here who can accept paypal ?
View user's profile Send private message
PostPosted: Sat Nov 10, 2012 9:22 am Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




mikiliki wrote:
jigs15784 wrote:
mikiliki wrote:
You don't accept paypal ?

Is there anybody else who can do this and get paypal payment ?


I accept paypal but at this time in my paypal facing some problem and your amount is too low.


Can you do it for free please ?

Or is there anybody else here who can accept paypal ?


sorry...i think nobody can do this...
View user's profile Send private message Send e-mail
PostPosted: Mon Nov 12, 2012 7:02 am Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




Ah Sad
I was really expected that someone will help.
I'm ready to pay via paypal.
View user's profile Send private message
PostPosted: Mon Nov 12, 2012 7:27 pm Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




mikiliki wrote:
Ah Sad
I was really expected that someone will help.
I'm ready to pay via paypal.


Decodephp.in is Accept

Paypal , [At this time not available.]

Liberty Reserve ,

And

Moneybookers.
View user's profile Send private message Send e-mail
PostPosted: Tue Nov 13, 2012 8:01 am Reply with quote
mikiliki
Regular user
Regular user
 
Joined: Nov 09, 2012
Posts: 7




jigs15784 wrote:
mikiliki wrote:
Ah Sad
I was really expected that someone will help.
I'm ready to pay via paypal.


Decodephp.in is Accept

Paypal , [At this time not available.]

Liberty Reserve ,

And

Moneybookers.


Do you have idea when Paypal will be available ?
View user's profile Send private message
Decode your files..ioncube 7 files
PostPosted: Tue Nov 13, 2012 8:05 am Reply with quote
jigs15784
Regular user
Regular user
 
Joined: Oct 22, 2012
Posts: 19




mikiliki wrote:
jigs15784 wrote:
mikiliki wrote:
Ah Sad
I was really expected that someone will help.
I'm ready to pay via paypal.


Decodephp.in is Accept

Paypal , [At this time not available.]

Liberty Reserve ,

And

Moneybookers.


Do you have idea when Paypal will be available ?


How much you can pay?? paypal is available if big amount...
View user's profile Send private message Send e-mail
PostPosted: Tue Nov 13, 2012 9:06 am Reply with quote
demon
Moderator
Moderator
 
Joined: Sep 22, 2010
Posts: 485




Complete your conversation via PM, stop spamming here...

_________________
Go BIG or go HOME !
View user's profile Send private message
ionCube decoding please (version 7)
  www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 2  
Goto page 1, 2  Next
  
  
 Post new topic  This topic is locked: you cannot edit posts or make replies.  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.181 Seconds