|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
ionCube decoding please (version 7) |
|
Posted: Fri Nov 09, 2012 1:06 pm |
|
|
mikiliki |
Regular user |
|
|
Joined: Nov 09, 2012 |
Posts: 7 |
|
|
|
|
|
|
|
|
Last edited by mikiliki on Fri Nov 09, 2012 1:18 pm; edited 1 time in total |
|
|
|
|
Re: ionCube decoding please (version 7) |
|
Posted: Fri Nov 09, 2012 7:17 pm |
|
|
jigs15784 |
Regular user |
|
|
Joined: Oct 22, 2012 |
Posts: 19 |
|
|
|
|
|
|
|
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---------------------------------
|
|
|
|
|
|
|
|
|
|
Posted: Fri Nov 09, 2012 8:22 pm |
|
|
mikiliki |
Regular user |
|
|
Joined: Nov 09, 2012 |
Posts: 7 |
|
|
|
|
|
|
|
Thank you!
Does it mean that even paid services can't decode it ? |
|
|
|
|
Posted: Fri Nov 09, 2012 8:30 pm |
|
|
jigs15784 |
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 |
|
|
|
|
Posted: Fri Nov 09, 2012 8:55 pm |
|
|
mikiliki |
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! |
|
|
|
|
Posted: Fri Nov 09, 2012 8:58 pm |
|
|
jigs15784 |
Regular user |
|
|
Joined: Oct 22, 2012 |
Posts: 19 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Nov 10, 2012 6:49 am |
|
|
mikiliki |
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 ? |
|
|
|
|
Posted: Sat Nov 10, 2012 7:10 am |
|
|
jigs15784 |
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. |
|
|
|
|
Posted: Sat Nov 10, 2012 9:20 am |
|
|
mikiliki |
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 ? |
|
|
|
|
Posted: Sat Nov 10, 2012 9:22 am |
|
|
jigs15784 |
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... |
|
|
|
|
Posted: Mon Nov 12, 2012 7:02 am |
|
|
mikiliki |
Regular user |
|
|
Joined: Nov 09, 2012 |
Posts: 7 |
|
|
|
|
|
|
|
Ah
I was really expected that someone will help.
I'm ready to pay via paypal. |
|
|
|
|
Posted: Mon Nov 12, 2012 7:27 pm |
|
|
jigs15784 |
Regular user |
|
|
Joined: Oct 22, 2012 |
Posts: 19 |
|
|
|
|
|
|
|
mikiliki wrote: | Ah
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. |
|
|
|
|
Posted: Tue Nov 13, 2012 8:01 am |
|
|
mikiliki |
Regular user |
|
|
Joined: Nov 09, 2012 |
Posts: 7 |
|
|
|
|
|
|
|
jigs15784 wrote: | mikiliki wrote: | Ah
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 ? |
|
|
|
|
|
Decode your files..ioncube 7 files |
|
Posted: Tue Nov 13, 2012 8:05 am |
|
|
jigs15784 |
Regular user |
|
|
Joined: Oct 22, 2012 |
Posts: 19 |
|
|
|
|
|
|
|
mikiliki wrote: | jigs15784 wrote: | mikiliki wrote: | Ah
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... |
|
|
|
|
Posted: Tue Nov 13, 2012 9:06 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
Complete your conversation via PM, stop spamming here... |
|
_________________ Go BIG or go HOME ! |
|
|
|
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, 2Next
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|