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

04-21-2012, 01:24 AM
Post: #1
(REQ) ShiftCode Ultimate GPT Script
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
04-28-2012, 01:10 AM
Post: #2
RE: (REQ) ShiftCode Ultimate GPT Script
It can't be nulled because they are keeping it on their servers,when you order it you can't get script.
05-12-2012, 10:58 AM
Post: #3
RE: (REQ) ShiftCode Ultimate GPT 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... :|
03-14-2016, 09:49 PM
Post: #4
RE: (REQ) ShiftCode Ultimate GPT Script
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);
}
?>
03-14-2016, 10:02 PM
Post: #5
RE: (REQ) ShiftCode Ultimate GPT Script
It wont post my reply
70.gif
03-14-2016, 10:06 PM
Post: #6
RE: (REQ) ShiftCode Ultimate GPT Script
Why my post wont submit
03-14-2016, 10:11 PM
Post: #7
RE: (REQ) ShiftCode Ultimate GPT Script
Whats wrong with reply




74.gif
Free counters!