Stats Tracking - Outgoing
The Traffic URL Setting
The out.php script included with SFTrade will handle tracking all of your outgoing surfers and will send traffic to your trades. The easiest way to create the links for the out.php script is to use the control panel's Tools > Link Generator function. However, you can also create the links manually if you are so inclined.
out.php Script Parameters
By passing parameters to the out.php script you can control how it operates. The available parameters are listed below:

c=
Use this parameter to specify the category that a trade must be assigned to in order to receive traffic from this link. For example, if you have a category named Fetish and you want certain links to only go to sites in the Fetish category you would use this parameter like so: c=Fetish fc=
Use this parameter to specify that the first click on this link should go to content, and the remaining should skim as normal. This will only have an affect when also using the s= parameter in the link. To have the first click always go to content, use a value of 1 for this parameter like so: fc=1 g=
Use this parameter to specify the group that a trade must be assigned to in order to receive traffic from this link. For example, if you have a group named tubes and you want certain links to only go to sites in the tubes group you would use this parameter like so: g=tubes l=
Use this parameter to specify a link identifier for use when viewing stats in the control panel. For example, if you wanted to track links from your toplist you could use this parameter like so: l=toplist The value you use for this parameter can be any alpha-numeric value.

s=
Use this parameter to specify the skim percentage for the link. For example, to have 70% of the clicks on the link go to content and 30% go to your trades you would use a value of 70 for this parameter. That would look like this: s=70 This parameter has the highest priority for setting the skim value, and will override the skim scheme of the trade and the ss= parameter.

ss=
Use this parameter to specify the skim scheme to use for the link. For example, if you have a skim scheme setup with a name of myscheme you would use this parameter like so: ss=myscheme This parameter has the second priority for setting the skim value, and will override the skim scheme of the trade but not the s= parameter.

t=
Use this parameter to send the surfer to the specified trade. When this parameter is used, all clicks will go to the trade. For example, to have a link that sends all clicks to the trade myfavoritetrade.com you would use this parameter like so: t=myfavoritetrade.com u=
Use this parameter to specify the content URL where the surfer should be sent if they do not get sent to a trade. The URL can be supplied either as a URL encoded value or a base 64 encoded value (use the Tools > URL Encode/Decode function to handle the encoding). For example, to send surfers to Google when they are not sent to a trade, use this parameter like so: u=http%3A%2F%2Fwww.google.com%2F Or like this for base 64 encoded URLs *: u=aHR0cDovL3d3dy5nb29nbGUuY29tLw== * base 64 encoded URLs must be used with additional non empty get parameter-flag: b6, Example: u=aHR0cDovL3d3dy5nb29nbGUuY29tLw==&b6=1

Or relative path from site domain root: u=/some_dir/gal.html [u=some_dir/gal.html]