View Single Post
Old 08-13-2009, 09:25 AM  
Iron Fist
Too lazy to set a custom title
 
Join Date: Dec 2006
Posts: 23,400
http://www.arrowscripts.com/atl3/reference/022.shtml

Read it.. Learn it.. Live it.

out.cgi syntax / arguments

s=70% - surfer has 70% chance to see a gallery (gallery being the url after &u= part)
gr=teens - surfer will see the trades in the group called 'teens' first.
l=LINK - linkname LINK will be stored
c=0 - click pattern 0; the surfer will always get the url defined by &u=
c=2 - click patern x; the surfer will see at least 2 galleries before the &s= skim is used.
&u=http://url.com - the url the surfer could be send to.

The URL must always be at the end of your link!!
This way sponsor urls with tags like &s= and &c= are supported.

Link that sends surfer to http://www.gallery.com everytime he clicks - linkname is gallery
a href="/cgi-bin/atl/out.cgi?s=100&l=gallery&u=http://www.gallery.com"

Link that sends surfer 70% of the times to http://www.gallery.com - linkname is topthumb
a href="/cgi-bin/atl/out.cgi?s=70&l=topthumb&u=http://www.gallery.com"

Link that sends surfer 40% of the times to http://www.gallery.com IF he has seen at least 2 galleries already
a href="/cgi-bin/atl/out.cgi?s=40&c=2&l=topthumb&u=http://www.gallery.com"

Link that sends surfer 100% of the times to a trade. Trades in the group 'babes' are used first
a href="/cgi-bin/atl/out.cgi?s=0&gr=babes&l=topthumb&u=http://www.gallery.com"
__________________
i like waffles
Iron Fist is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote