Click to See Complete Forum and Search --> : Pay-Per-Click script


jochem
09-10-2006, 05:14 PM
Hi there,

I need a Pay-Per-Click script that is capable of tracking backlinks, so it can give those a discount. Anyone got an idea?

:cool: Jochem

NogDog
09-10-2006, 06:01 PM
www.hotscripts.com?

bokeh
09-11-2006, 04:03 AM
What's a backlink?

pcthug
09-11-2006, 04:43 AM
Backlinks are incoming links to a website or web page. The number of backlinks is an indication of the popularity or importance of that website or page. In basic link terminology, a backlink is any link received by a web node (web page, directory, website, or top level domain) from another web node (Björneborn and Ingwersen, 2004). Backlinks are also called incoming links, inbound links, inlinks, and inward links.

jochem
09-11-2006, 11:10 AM
Thanks for the explaination PCTHUG! I did a quick check on Hotscripts.com, but so far I didn't see anything useful.

Cheers, Jochem :rolleyes:

NogDog
09-11-2006, 11:46 AM
Most pay-per-click systems have each participating site assigned a unique ID string, which that site must then include as a URL query string variable/value in links, e.g.:

<a href="http://www.yoursite.com/index.php?referer=x12bks35df2g">Click Me</a>

Then in the PHP page, the $_GET['referer'] variable would have the value which you would use to query your database to see who the referer is and what discount should be creditied, etc.