GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Strange php issue with sponsor stats ? (https://gfy.com/showthread.php?t=529628)

Adult Site Traffic 10-18-2005 06:37 PM

Strange php issue with sponsor stats ?
 
Ok. I still build galleries, I can't break the habit, LOL

I don't like the look of a link like:
http:/secure.thissite.com/track/Q2SD5sW5TG7hY7UvX

So I build a nice little php page for the link:
http:/mysite.com/folder/a.php

Now, I think I'm noticing a serious decline in CTR from sites that I KNOW will do 200 - 300 clicks to the sponsor per day off of a gallery.

Do you think that a LOT of surfers machines have a problem with a simple, instant php redirect page?

Here's that code:
Code:

<?php
$url[0]='http:/secure.thissite.com/track/Q2SD5sW5TG7hY7UvX';
$url[1]='http:/secure.thissite.com/track/Q2SD5sW5TG7hY7UvX';
srand((double)microtime()*1234567);
$turl=$url[intval(rand(0,1))];
header("location: $turl");
?>

??

Thank you.

.


All times are GMT -7. The time now is 09:28 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123