Anyone know exactly how to do this? I'm looking to fire 2 pixels but the network only allows one, do I simply take a PHP file and toss in the 2 pixel links into the file (and use the URL of the file as the pixel location)? Thanks in advance.
Have you tried using the universal smart pixel from prosper?
Inside Look #2: New Prosper202 Universal Smart Pixel Fires 3rd party Pixels
I'm trying to use it for PoF but, it seems the PoF pixel wont fire however
@file_get_contents('http://www.pixelsite.com/fja_8VH&&R*99h9h9rehg.jpg') ;
@file_get_contents('http://www.pixelsite2.com/fja_8VH&&R*99h9h9rehg.jpg') ;
should do the trick
cURL is always a better alternative to file_get_contents.@file_get_contents('http://www.pixelsite.com/fja_8VH&&R*99h9h9rehg.jpg') ;
@file_get_contents('http://www.pixelsite2.com/fja_8VH&&R*99h9h9rehg.jpg') ;
should do the trick
Precisely. This is why I'm asking actually, weird problem.
The problem with doing it this way is that the browser variables wouldn't be passed.
You would get the info of the server ip etc.
Why not just have an iframe, to blank site with all your pixels in it?
cURL is always a better alternative to file_get_contents.
Shit I'll PM him.