Best Blackhat Forum

Full Version: (REQ) ShiftCode Ultimate GPT Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
The Ultimate GPT script will allow you to start your own Get
Paid To site. Your members will be able to earn money through both the
Paid to Click and Paid to Signup products.

Here are some features of the Ultimate GPT Script:
Includes everything the Basic and Standard GPT script provides.Show and feature what your users are doing (offers completed, withdrawals processed, etc) via the Happening Now product.Provide a Jackpot that can be customized to be daily, weekly, or whatever you prefer.Signify how many times an offer has credited and its rating through the Offer Statistics product.User the Promo Bonus product to give your users an extra bonus.Offer a conversion from points to cash and/or cash to points.Plus many more features and products included, as listed below.


please share this script
http://shiftcode.com/products/package.php?id=1060
It can't be nulled because they are keeping it on their servers,when you order it you can't get script.
there is a version that is hosted on your own server but is discontinued now... I was looking everywere for it but no one want to share it... :|
I know its a old post, but i found a way to get this script.
Little proof
side/index.php
PHP Code:
<?
/*--------------------------------------------------------*\
| Side Panel
| Author: Andrew Rosolino (andrew@shiftcode.com)
\*--------------------------------------------------------*/

/*--------------------------------------------------------*\
| Grab the main source file.
\*--------------------------------------------------------*/
$_include = array(
    
'payments',
    
'validate');
require_once(
'../main.php');
func('side/:main');
$_pay->load('side','sideMethod');
$_pay->isInvalid(get('sideAdvertisers'));

/*--------------------------------------------------------*\
| Funding
\*--------------------------------------------------------*/
$sql mysql_real_escape_string($_REQUEST['packages'])?
    
'WHERE type=\''.mysql_real_escape_string($_REQUEST['packages']).'\'':
    
'';
$q $_db->query('
    SELECT *
    FROM '
.dbPre().'sideRates '.
    
$sql.'
    ORDER BY type,fullPrice,days'
);
$packages $_db->dump($q);
func('side/:buyPackages',array(and$packages));
$smarty->assign('packages',$packages);

if(
$_POST['next'])
{
    if(
sideCheck() and& isset($packages[$_POST['package']]))
        
sideProceed();
    else
        
side();
}
else
    
side();
    
/*--------------------------------------------------------*\
| Side Panel - Form
\*--------------------------------------------------------*/
function side()
{
    global 
$_dis;

    
stripPost();

    
$_dis->script('_side_buy');
}

/*--------------------------------------------------------*\
| Side Panel - Check
\*--------------------------------------------------------*/
function sideCheck()
{
    global 
$errors,$_val;
    
    
stripPost();
    
unStripPost();
    
    
$fields = array(
        
'title' => 'title');
    
$_val->required($fields);
    
    
$_val->url('name','site URL',true,true);
    if(
get('sideAds')!='text')
        
$_val->url('url','banner URL',get('sideAds')=='image',true);
    
    return 
count($errors)==0;
}

/*--------------------------------------------------------*\
| Side Panel - Proceed
\*--------------------------------------------------------*/
function sideProceed()
{
    global 
$_user,$_db,$_pay,$packages;

    
$fund $packages[$_POST['package']];

    
$sql = array();
    
func('side/:buySQL',array(and$sql));

    
$_db->query('
        INSERT INTO '
.dbPre().'sidePanel(title,name,url,actionDate'.$sql[0].')
        VALUES(\''
.$_POST['title'].'\',\''.$_POST['name'].'\',\''.$_POST['url'].'\',NOW()'.$sql[1].')');
    
$sid $_db->insertID();

    
$cancel SC_SPATH.'side/index.php';

    
func('side/:buyRedirect',array($sid,$fund,$cancel,$fund['days']));

    
$_pay->add($fund['fullPrice'],get('sideMemo'),'side',$sid,$fund['days']);
    
$_pay->redirect($cancel);
}
?>
It wont post my reply
Why my post wont submit
Whats wrong with reply
Reference URL's