76.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")

10-10-2013, 08:19 AM (This post was last modified: 10-10-2013 08:21 AM by Meister5555.)
Post: #11
RE:
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
Linux is like sex, it's better when it's free... :-)
10-12-2013, 01:54 AM
Post: #12
RE:
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




82.gif