require 'config.inc.php';
require 'functions.inc.php';
loadoptions();
if(($_SERVER['PHP_SELF']=='/cbtool/index.php') && ($_SERVER['REMOTE_ADDR']!='127.0.0.1')){
header("HTTP/1.1 301 Moved Permanently");
header("Location: $site_addr");
die();
};
session_start();
error_reporting(E_ALL ^ E_NOTICE);
if(!ismember() && $_COOKIE['remember_me'] && ($_COOKIE['saved_hash']!='')){
header('Location: login.php');
die();
};
if(isset($_GET['by'])){
//saglabât un noslçpt ref_id
opendb();
$ref=mysql_real_escape_string(trim(strtolower($_GET['by'])));
$q="SELECT id FROM users WHERE username='$ref' LIMIT 1";
$sql=mysql_query($q);
if(mysql_num_rows($sql)>0){
$info=mysql_fetch_assoc($sql);
$ref_id=$info['id'];
$_SESSION['ref_id']=$ref_id;
setcookie('ref_id', $ref_id, strtotime('+60 days'), '/');
};
header('Location: index.php');
};
require 'header.inc.php';
?>
CBTool - The Advanced And Free
ClickBank Affiliate Toolset
- Filter and sort CB products by a large variety of fields
Find products by gravity, rank, earned per sale, commission, rank change,
gravity change, rate-of-change (very usefull for finding fast-rising products) and
other criteria. You can also sort them any way you like.
- View historical product trends
View graphs displaying rank (per category), gravity and all other vendor information.
- View products added/removed today or since a specified date
Be the first to find and promote the newest products. The database is automatically
updated daily and all the information is available immediately.
- View promising products rising in rank
One of the premade reports allows you to do just that, and you're free to
filter the results to find exactly what you want.
- Create custom reports
A report is a custom set of search filters, that can be easily accessed from the
"Quick Reports" menu. You can save any search as a custom report to view it
at a later time.
- Add products to your watchlist
Monitor interesting vendors more easily using the watchlist.
- Estimate the refund percentage for individual vendors
This experimental feature lets you determine an approximate refund rate for
a given ClickBank vendor. Well, it's a "best guess", anyway.
- It's free!
There's no "Trial" or "Demo" thing, all this is instantly available to you after you
sign up (and it doesn't cost anything). You can even use the basic search functions without
registering - check out the link below!
if(!ismember()){ ?>
} ?>
- Find well-converting keywords
Increase your sales by focusing on profitable keywords and
decrease advertising costs by eliminating non-converting keywords.
- Determine the exact keywords people are searching for
If you use broad match and phrase match in your AdWords campaign,
you could be receiving clicks from search phrases you hadn't thought about.
Keyword tracking allows you to find out what they are.
- Tracks sales and refunds per keyword
You can upload your transaction data and CBTool will show which keywords and links
generated sales and how much, on average, you earned per click.
- It's FREE, too!
Similar products, like Affiliate X-Ray, might sell for hundreds of dollars,
but you will get this service for free. Nope, I'm not kidding.
- What's the catch?
Tracking only works for ClickBank links and products.
For % of visitors that come through your tracking link, your
affiliate id will be replaced by your referrers id or my affiliate id. This allows
to keep the keyword tracking service free of charge.
- "Doesn't that mean I'll lose sales?!" Definitely NOT!
As I wrote above, keyword tracking is likely to increase your sales and
lower your PPC costs. You will be able to focus on profitable keywords and
remove non-performing phrases, which will visibly improve your campaign's perfomance.
This will more than compensate for those measly
% of clicks.
- Recommend CBTool to other people!
If someone signs up through your referral link and uses keyword tracking,
0% of his/her clicks will have
your affiliate id inserted in the link, making it possible for you to earn
additional commissions without doing anything.
Your ref. link will look like this :
?by=your_username
if(!ismember()){ ?>
} ?>
(Note : this site is experimental. I might add new features or
tweak existing ones. If you find a bug, let me know. )
require 'footer.inc.php';
?>