Best Blackhat Forum

Full Version: [GET] Geo Coupon Commander 1.5.21 - Nulling Needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
here is the nulled check_license_info.php file


PHP Code:
<?php

@session_start();

$_SESSION['first_name'] = $_POST['first_name'];
$_SESSION['last_name'] = $_POST['last_name'];
$_SESSION['email_address'] = $_POST['email_address'];
$_SESSION['application_password'] = $_POST['app_password'];
$license $_SESSION['email_address'];
/*
$urlconstruct='http://wreckingballmarketing.com/iSDK/iSDK/src/cb.php';
$param='cid='.$_POST['email_address'].'&step=1&at=1';

$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$urlconstruct);
curl_setopt($ch,CURLOPT_POST,count($param));
curl_setopt($ch,CURLOPT_POSTFIELDS,$param);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_HEADER      ,0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER  ,1);

$response = curl_exec($ch);
curl_close($ch);
*/        
if($license)
{
    
header('Location:update_database_file.php');
}
else
{
    
$_SESSION['message'] = 'Sorry it does not look like you have a license to install this software based on the registered email attached to the license OR you have already used up your license install allotment.  If you feel this is an error please contact support to have this fixed.';
    
header('Location:add_personal_info.php');
}
?>


A little +Rep don't hurt :p
hello,
tested the script install but could not pass the last admin interface.
it asks for: email and password that was sent from owner of the script.
Could you please tell what to do here or post email and pass to use.
thank you again for all
Pages: 1 2
Reference URL's