Here's another idea. What I do is use a perl script to send them to the outbound advertiser link and it looks like this:
http://www.wotsit.com/cgi-bin/goto.p...boojimminy.com
that way it's not deceptive, you can see where you're going
plus a few javascript calls can make it show on the bottom bar as whatever you like, so you can put the url on its own there, and it's not really deceptive, really.
inside the perl script... easy peasy, like cheesy peas.
#!/usr/bin/perl
&ReadParse
print "Location:$in{url}\n";
### and then inside this bit you can get the script to write the user's details into your own log - that way you have the IP, date, and everything else you want, any of the user's details, all stored with the url they went to.
exit;
and that's the whole thing (okay you need a read parse routine, but if you want one, ask, i'll give you one).
|