Outgoing hits

In order to count outgoing hits, you need to modify all links on your page. All your links will go to stt-out.php with some parameters (see below), and the stt-out.php will redirect the hits to a URL specified or to a trade. The URL you link to has this format:

stt-out.php?parameter=value

If you want to connect 2 or more parameters, use the '&' character (the order of the parameters doesn't matter):

stt-out.php?parameter1=value1&parameter2=value2

stt-out.php
If you link to stt-out.php without any parameters, the hit will be everytime sent to a trade.

stt-out.php?url=http://www.url.com/
The hit will be everytime redirected to the URL specified (http://www.url.com/ here). IMPORTANT! If the URL contains an '&' character, then you need to encode it with URL encoder before you use it as a url= parameter, otherwise the hit will be sent to a wrong URL.

stt-out.php?trade=domain.com
The hit will be everytime sent to the url of the trade 'domain.com' (you must add the trade to your tradelist first).

stt-out.php?sponsor=sponsorname
The hit will be everytime sent to the sponsor 'sponsorname' (you must add the sponsor to the click-thru counter first).

stt-out.php?category=matures
The hit will be everytime sent to a trade that is in the 'matures' category.

stt-out.php?link=linkname
The hit will be counted under the name of 'linkname'. You can see which links were clicked in the 'Link report' section.

stt-out.php?skim=60&url=http://www.url.com/
The hit will be sent to http://www.url.com/ by 60% chance and to a trade by 40% chance.

stt-out.php?first=3&skim=70&url=http://www.url.com/
If it's the surfer's 1st, 2nd or 3rd click, it will be sent to http://www.url.com/ by 100% chance, otherwise the hit will be sent to http://www.url.com/ by 70% chance and to a trade by 30% chance.

stt-out.php?smartskim=gttgtR&url=http://www.url.com/
The value of this parameter contains several lowercase letters ('g' and 't') and finishes with one capital letter ('G', 'T', 'R' or 'I'). Each lowercase letter represents one click and tells the script wether to send the hit to gallery (g) or to trade (t). The capital letter tells the script what to do if the click number is higher than the number of lowercase letters provided (G - all next clicks to galleries, T - all next to trades, R - repeat from start, I - ignore this parameter).
So, if you link to stt-out.php?smartskim=gttgtR&url=http://www.url.com/, then if it's the surfer's 1st click, he'll be sent to a gallery, next 2 clicks go to trade, next one to the gallery, next one to a trade and then it repeats again (there is an 'R' at the end).

Examples
stt-out.php?url=http://www.url.com&skim=55&cat=lesbians&link=gallery23
The hit will be sent to http://www.url.com/ by 55% chance, to a lesbian trade by 45% chance and the link will be logged as 'gallery23'

stt-out.php?url=http://url.com&smartskim=ggtI&skim=60&cat=texttgp
The first 2 clicks will be sent to http://url.com, the next one will be sent to a trade in the 'texttgp' category and the next hits will go to http://url.com by 60% chance and to a trade in the 'texttgp' category by 40% chance.