46.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

02-03-2014, 04:36 PM
Post: #51
RE:
If Ata is a dev welcome http://www.etsy.com/developers/
02-03-2014, 06:12 PM (This post was last modified: 02-03-2014 06:18 PM by AtakanCan.)
Post: #52
RE: [GET] AGRIYA BUY SELL - NO MORE MISSING FILES FULL - NULLED
Download the original Agriya script with Callbacks ! OKAY ! Now scram you Spammer !


(02-03-2014 03:45 PM)kalle1 Wrote:  An example of iono. and what is being used. it is possible to delete all the calls in the licensed script. it is just and förlja calls, and then clean out the sql after clearing the scripts from all the call strings. What AtakanCan did was to put all calls to your own server instead of what the script called from the beginning.
Had he removed everything or put on call to the folder on the install host had things been good - Smile it Bärsta is to delete all the calls in the script. it's easy when you have iono intregerings code.
And you know what that is called. A hint of things are easy when you know how. knowledge makes perfect. and since you usually get the decode, you get the source code and everything becomes easier. [img][Image: file.html][/img]

$license_key = 'USER LICENSE KEY'; // License's key
# *************************************************************************

# You do not need to edit any of the following code

// Error texts
$error_text['disabled'] = '<p><strong>License Error:</strong> Your license is disabled. Please contact your software vendor for support.</p>';
$error_text['suspended'] = '<p><strong>License Error:</strong> Your license has been suspended. Please contact your software vendor for support.</p>';
$error_text['expired'] = '<p><strong>License Error:</strong> Your license has expired. Please contact your software vendor for support.</p>';
$error_text['exceeded'] = '<p><strong>License Error:</strong> You have reached the maximum number of installs allowed. Please contact your software vendor for support.</p>';
$error_text['invalid_user'] = '<p><strong>License Error:</strong> Invalid license key. Please contact your software vendor for support.</p>';
$error_text['invalid_code'] = '<p><strong>License Error:</strong> Invalid license status code. Please contact your software vendor for support.</p>';
$error_text['invalid_hash'] = '<p><strong>License Error:</strong> Invalid communication hash. Please contact your software vendor for support.</p>';
$error_text['wrong_product'] = '<p><strong>License Error:</strong> The license key you provided is not for this product. Please contact your software vendor for support.</p>';

// Home call details
$home_url_site = '{data_home_url_site}';
$home_url_port = 80;
$home_url_iono = '{data_home_url_iono}';
$user_defined_string = '{data_user_defined_string}';

// Execution options
$comm_terminate = {data_comm_terminate};
$license_terminate = {data_license_terminate};
$product_license_id = 0;

// Check that the $license_key provided is for this product
if (!empty($product_license_id))
{
$key_parts = explode('-', $license_key);
$product_id = array(substr(md5($product_license_id), 0, 8));

if (!in_array($key_parts[4], $product_id))
{
echo $error_text['wrong_product'];
($license_terminate) ? exit : NULL;
}
}

// Build request
$request = 'remote=licenses&type=2&license_key='.urlencode(base64_encode($license_key));
$request .= '&host_ip='.urlencode(base64_encode($_SERVER['SERVER_ADDR'])).'&host_name='.urlencode(base64_encode($_SERVER['SERVER_NAME']));
$request .= '&hash='.urlencode(base64_encode(md5($request)));

$request = $home_url_site.$home_url_iono.'?'.$request;

// New cURL resource
$ch = curl_init();

// Set options
curl_setopt($ch, CURLOPT_URL, $request);
curl_setopt($ch, CURLOPT_PORT, $home_url_port);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_USERAGENT, 'iono (http://www.olate.co.uk/iono)');

// Execute
$content = curl_exec($ch);

// Close
curl_close($ch);

if (!$content)
{
($comm_terminate) ? exit : NULL;
}

// Split up the content
$content = explode('-', $content);
$status = $content[0];
$hash = $content[1];

if ($hash == md5($user_defined_string.$_SERVER['SERVER_NAME']))
{
switch ($status)
{
case 0: // Disabled
echo $error_text['disabled'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
break;
case 1: // Ok
break;
case 2: // Suspended
echo $error_text['suspended'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
break;
case 3: // Expired
echo $error_text['expired'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
break;
case 4: // Exceeded allowed installs
echo $error_text['exceeded'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
break;
case 10: // Invalid user ID or license key
echo $error_text['invalid_user'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
break;
default: // Invalid status code
echo $error_text['invalid_code'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
break;
}
}
else
{
echo $error_text['invalid_hash'];
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
($license_terminate) ? exit : NULL;
}

// Clean up variables for security
unset($home_url_site, $home_url_iono, $user_defined_string, $request, $header, $return, $fpointer, $content, $status, $hash);
?>

This is something we inplant in softvare so IF YOU are a programer and dev Ata you should take this away
Download the original Agriya script with Callbacks ! OKAY ! Now scram you Spammer !
I have deleted the callbacks, where I have my name behind Act.

in original agriya script is iono server
- AGRIYA.COM/IONO
i have this replaced with my name
- AtakanCan.com or Blaxey.com
so can not Agriya call the script








And to all members , shares with stupid members no scripts more
02-03-2014, 08:08 PM
Post: #53
RE:
this script work fine with my ssl install ...OMG
03-08-2014, 09:23 AM
Post: #54
RE:
Hi everybody! I get stuck on point 4-5 install.
After point 4 opened empty window...
What i get wrong... i need help or readme...
What i must do before run install?
03-08-2014, 09:38 PM
Post: #55
RE:
Schere link broken thanks
69.gif
03-08-2014, 10:03 PM
Post: #56
RE:
We have run this script since version 1.09
Many bugs in the beginning and you cannot say that their support is so good. You do not need to be worried about callbacks. because it is possible to remove everything related to the license to do. But in some script to hide their code in order to improve the script. on an ongoing basis.
Many say they nulla and that they consider themselves to be good at it, Is it good to remove license strings out of scripts. It does not take the shortcut and create their own. And WE do not steal other people's job to take credits that are very common.
The same script going around on different sites. with the same bug i. but different people who regard themselves as authors.
All script which will be purchased from the beginning that kind throw out. Now the new wave arrived. It wants to sell the script that got hold of.
That is what will make that fewer would drop the script. And there will be less and less nullade script available. So anyone who wants to sell the nullade script nullade destroys the market themselves.
For who wants to drop the script others will sell.
03-08-2014, 10:19 PM
Post: #57
RE:
Kelle1 shere script thanks
03-08-2014, 10:38 PM
Post: #58
RE:
Can anyone give workable nulled script?
Have anyone download link?
I try fined and install some 2 days... no slepp... no meal... ((((
03-08-2014, 11:53 PM
Post: #59
RE:
Hi! I need help with install buysell.
I need workable files, nulled, cracked, no callbeck.
Can make adequate donate via paypal.
03-09-2014, 05:35 PM
Post: #60
RE:
Top share! Thanks. Reps added.
62.gif




88.gif
Free counters!