Webmaster Agenda
February 07, 2012, 08:11:59 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 [2]
  Print  
Author Topic: What is a money bar?  (Read 2016 times)
Flip
AC

Posts: 3139


Gazzilionaire Programme Owner


View Profile WWW
« Reply #15 on: October 30, 2009, 03:17:18 AM »

I have a cunning plan...

I'm going to broadcast this to the world on Noob Beardy Weirdy Toob and make my millions...

Muhahahahahahahahaaaaaaaaaaaaaaaaaaaaaaa...er...ha...(evil cackle...cough...)

Logged




RSS Feed Thing - FHGs - Embedded Videos - Softcore and Hardcore...IPAD READY!!!
Scuzz
PIT

Posts: 799


Oh Bugger. I'm drunk again!


View Profile
« Reply #16 on: April 13, 2010, 03:30:33 AM »

To be honest, I haven't used a different campaign to track sales from money bars, that will go on my to-do list for this weekend.
...and?
Logged

Insert Huge Sig here.
Wolf
Admin

Posts: 4827



View Profile
« Reply #17 on: April 13, 2010, 09:48:29 PM »

...and?

Never got around to it. A lot of my sponsors atm are CCBill, anyway, and you only get one aff code. Unless I'm missing something......which is entirely possible.

Either way, it's not an emergency on my end.
Logged
ristac
TGP

Posts: 937



View Profile
« Reply #18 on: April 25, 2010, 05:33:45 AM »

Never got around to it. A lot of my sponsors atm are CCBill, anyway, and you only get one aff code. Unless I'm missing something......which is entirely possible.

Either way, it's not an emergency on my end.
Sign up twice (CCBill)
Logged
Wolf
Admin

Posts: 4827



View Profile
« Reply #19 on: April 25, 2010, 08:51:10 AM »

I have too many CCBill sponsors as it is, lol.
Logged
toker
AC

Posts: 3017


Whut?


View Profile WWW
« Reply #20 on: June 03, 2010, 11:07:57 PM »

You can at least create a simple tracking system thought it wont show sales you can see how effective your CRT is. This is a little tool i made for my own sites ages ago which will show up in the server logs and also in your stats. To use just create a file called index.php drop it in a folder of its own such as "click" or "redirect" which you can name whatever you like.

Now you can call it as http://yoursite.com/click/?id=001 and you can also run it from one location across all your sites and create a sort of campaign by taking on &campaign-name to the end of that string. The &campaign-name will be ignored by the script but it will be logged in your server stats. So you could basically do the following http://yoursite.com/click/?id=001&moneybar which would show how many clicks came from your money bar vs other parts of your site. It may seem simple but this is a very powerful bit of simplicity depending how you use it. Plus it uses no server resources and requires no database that might corrupt as your server logs are doing all the hard work. This can also be done with htaccess using mod-rewrite but this imho is easier and much safer.


Note that you can label and keep notes for each link using // as i have done with actual links in this example.

Code:
<?php

$id 
$_GET['id'];
if(empty(
$id) || preg_match("/\D/",$id)) {die("Invalid ID!");}

if (
$id == "") {$link "http://www.google.com";} // Default link for no real purpose
if ($id == "000") {$link "http://www.yahoo.com";} // This can be used for warning pages etc..
if ($id == "001") {$link "http://join.cumminatya.com/track/MTAxMzk4OjM6OA/";}
if (
$id == "002") {$link "http://join.dreambabes.com/track/MTAxMzk4OjM6NA/";}
if (
$id == "003") {$link "http://www.milfnextdoor.com/main.htm?id=nastyd&p=clean";}
if (
$id == "004") {$link "http://clicks.nastydollars.com/rand/?site=in&id=nastyd";} // In The VIP
if ($id == "005") {$link "http://www.eurosexparties.com/main.htm?id=nastyd&p=clean";}
if (
$id == "006") {$link "http://www.moneytalks.com/main.htm?id=nastyd&p=clean";}
if (
$id == "007") {$link "http://www.inthevip.com/main.htm?id=nastyd";}
if (
$id == "008") {$link "http://www.welivetogether.com/main.htm?id=nastyd";}
if (
$id == "009") {$link "http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=920029-0000&PA=510437";} // FTV Girls
if ($id == "010") {$link "link";}
if (
$id == "010") {$link "link";}

header("Location: $link"); // Redirects to link URL
exit(); // Always exit to prevent possible problems

?>
Logged

Rent this SIG spot TODAY.. Special PRICE $89.99 per DAY!
Wolf
Admin

Posts: 4827



View Profile
« Reply #21 on: June 03, 2010, 11:46:31 PM »

Thanks, toker. I'll try it.
Logged
toker
AC

Posts: 3017


Whut?


View Profile WWW
« Reply #22 on: June 04, 2010, 12:59:08 AM »

Something else to consider my main use for this was to mask and shorten long affiliate links in a similar way to tinyURL. I also wanted to prevent link hijacking which this will hide your Aff ID from most badware like Zango.
Logged

Rent this SIG spot TODAY.. Special PRICE $89.99 per DAY!
Rofl
AC

Posts: 3403


Stud


View Profile
« Reply #23 on: June 04, 2010, 01:42:14 AM »

Quote
if(empty($id) || preg_match("/\D/",$id)) {die("Invalid ID!");}

Instead of die, probs best to redirect to a default link anyways, don't want to waste any clicks  smiley_thumbsup
Logged

The Devil's Advocate...
toker
AC

Posts: 3017


Whut?


View Profile WWW
« Reply #24 on: June 04, 2010, 09:33:56 AM »

I just wanted to make sure there was no way it could be exploited as a redirection script.
Logged

Rent this SIG spot TODAY.. Special PRICE $89.99 per DAY!
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
SMFAds for Free Forums
Valid XHTML 1.0! Valid CSS!