Hosting My Own Pixels - Bevo

NakedSoul

New member
Jun 10, 2009
4
0
0
I am going to test out the bevo tracking system and the pixel page confuses me a little bit. I am hosting my own pixels right now to make it easy to add and remove new pixels. This is what my current setup looks like:

First, my pixels are hosted on my server:

https://www.myserver.com/pxl/pxl-1.php

The php code for the pixel file is as follows:

<?
$caid = $_GET['caid'] ;
$orderid = $_GET['orderid'] ;
$amount = $_GET['amount'] ;
?>
<html>
<head>
<title>Hosted Pixel</title>
</head>
<body>
<img src="http://www.tracker.com/count.php?user=ultrasecure&name=biz=1&description=bizz1&value=80.00&protection=enabled" BORDER="0" HEIGHT="1" WIDTH="1" ALT="">

<img src="https://track.bevomedia.com/px/4800?amount=80.00&subid="

/>
</body>
</html>

I know I need to add code to the bevo pixel to get this to work properly. My question is if this is even doable. Can I host the pixel myself like this? If so, any idea what code I need to add? I believe the offer I am promoting is on the hasoffers platform.

Thanks in advance.