|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Feb 2005
Location: Chi-Town
Posts: 1,065
|
Hi, I've installed aptgp lite Tgp Script Last Night. I got it installed and working successfully. But, I'm stuck at the point to how I include my trade script to work with skimming from the galleries. When adding galleries, of course I can't add the script code with it. I asked the owner and he simply said:
"In the settings file, you can place the url or relative path to the trade script." I don't exactly know what he means by that. Place it where? I pulled up the tgp_settings file and I "think" he's talking about this line: define("TRADE_SCRIPT", ""); Script didn't come with a manual explaining how to add a Trade Script I'm using the Sloth Trader Script for my trades... Anyone that can help will be forever blessed. Got ICQ?
__________________
I shoot Amateur Porn. Mostly Black Girls and Some White Gals... My site is www.FreakyDeak.com Check me out! ICQ: 205-608-095
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2003
Location: California
Posts: 894
|
Type something like this:
sloth_out.php?url=http://gallery.url&pct=skim_percen if you want to skim. |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Jul 2006
Location: West Cost
Posts: 1,139
|
yeah their manual sucks. I am trying to setup a trade script with them, but since I have an older version than you do its even less obvious lol. You can try to hit up the programmer guy, but he isn't the most responsive and helpful.
basically you just place your out.php url in the last set of quotes, i.e. ("TRADE_SCRIPT", "/out.php?url=[URL_DECODE]"); I don't know what he meant by URL_DECODE but that should help a little |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Jul 2006
Location: West Cost
Posts: 1,139
|
And I might recommend going with Smart Traffic Trader, or Arrow Trader 3, those are both good and they have better documentation.
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jul 2006
Location: West Cost
Posts: 1,139
|
#
OUTBOUND CODE: (click) # To gallery only (no skim): sloth_out.php?url=http://gallery.url # To trade only (perm link): sloth_out.php?trade=domain.com # To gallery with trade skim: sloth_out.php?url=http://gallery.url&pct=skim_percent eg, pct=70 sends to galleries an average 70% of the time, and trades 30% of the time. # First click to gallery always: sloth_out.php?url=http://gallery.url&pct=skim_percent&f=1 go to their online demo, instructions are there. |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Jan 2007
Posts: 45
|
.
Took me 3 weeks to get ahold of the author about this problem... personally I think its a sick joke on his part, 5 minutes work on the manual would have saved many of us weeks of trouble. The problem is AT3 cant use encoded url's that APTGP is passing so it must be decoded. The author allowed for this but didnt bother telling his paying customers. I would post my settings file but I havent posted enough times to post urls yet. heres the important part: URL_DECODE . |
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Jul 2006
Location: West Cost
Posts: 1,139
|
Quote:
|
|
|
|
|