Greenguy's Board


Go Back   Greenguy's Board > Newbie Questions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2005-02-07, 10:17 AM   #1
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
Does TTT work with AG SQL?

Hi all,

Just wanted to ask if Turbo Traffic Trader would work on my TGP page that uses AutoGallery SQL.

Also which one is easier to use?
TTT C or TTT PHP ?

Thanks,

Bill
tortus32 is offline   Reply With Quote
Old 2005-02-07, 04:26 PM   #2
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
I installed TTT C and I can't figure out how the friggin thing works for the life of me!

What do I do with these bits of code? :

Normal: '/cgi-bin/ttt-out'
To URL: '/cgi-bin/ttt-out?url=http://www.example.com/'
Skim: '/cgi-bin/ttt-out?pct=50&url=http://www.example.com/'
Internal Skim: '/cgi-bin/ttt-out?g=default&url=http://www.example.com'
First Click to url: '/cgi-bin/ttt-out?f=1&pct=50&url=http://www.example.com'
First 5 Clicks to url: '/cgi-bin/ttt-out?f=5&pct=50&url=http://www.example.com'
To Trade: '/cgi-bin/ttt-out?trade=example.com'
Track Link: '/cgi-bin/ttt-out?link=blah'
SSI Code: <!--#include virtual='/cgi-bin/ttt-in' -->
Insert code between <head> and </head>

I did the SSI code because for some strange reason they actually tell you where to put it - imagine that!!

It's still not working tho. I go to my TGP page and click all day and never get sent to any of my trades that I added.

What gives?

Any help would be greatly apprecited!!

Bill
tortus32 is offline   Reply With Quote
Old 2005-02-07, 04:42 PM   #3
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Template HTML
<a href="http://cleos-porn-links.com/ttt-out.php?pct=75&url=#%GALLERY_URL%#">#%DESCRIPTION%#</a>

Thumbnail HTML
<a href="http://cleos-porn-links.com/ttt-out.php?f=1&pct=75&url=#%GALLERY_URL%#"><img src="#%THUMB_URL%#" ></a>
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2005-02-07, 05:03 PM   #4
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
Huh?

I'm still lost.

Where does this code get placed??

Do I have to manually change all the links for every gallery in my TGP page to include something like that?

There must be something I have to do in Autogallery SQL so that these codes automatically get added to url's of submitted galleries, right?

Thanks for your patience! I realize how annoying this must be to people who know this stuff well.

Bill

Last edited by tortus32; 2005-02-07 at 05:10 PM.. Reason: forgot something
tortus32 is offline   Reply With Quote
Old 2005-02-07, 05:56 PM   #5
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
Ok, I found some code at the top of my index.shtml page that looked like that, so I replaced it with the code that you posted (with my URL in there of course)

And when I saved it and built the pages, all the thumbs were gone!

I had saved the original code and just put it back the way it was for now.

Bill
tortus32 is offline   Reply With Quote
Old 2005-02-07, 06:11 PM   #6
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
Here's what my original code looks like:

<%TEMPLATE
NAME Text
HTML ##Date## <a href="##Gallery_URL##" target="_blank">##Thumbnails## ##Category##</a><br />
%>

<%TEMPLATE
NAME Thumb
HTML <td><a href="##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" border="0" class="thumb"></a></td>
%>

If someone can just tell me exactly how to modify this I'll be doing good!

Also I noticed that my ttt-out or ttt-in files don't have .php

Could this be because I'm using TTT C and not TTT PHP?

Thanks,

Bill

Last edited by tortus32; 2005-02-07 at 06:15 PM..
tortus32 is offline   Reply With Quote
Old 2005-02-07, 06:15 PM   #7
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
That is what I did in my post.

Basically you just need to put the TTT code in front of ##Gallery_URL##.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Old 2005-02-07, 06:33 PM   #8
tortus32
A little nonsense, now and then, is relished by the wisest men
 
tortus32's Avatar
 
Join Date: Jan 2005
Location: Montague, NJ
Posts: 628
Send a message via ICQ to tortus32 Send a message via AIM to tortus32 Send a message via Yahoo to tortus32
Ok, now I see it. I take everything too literally.

The code you posted had #%GALLERY_URL%# in it and mine had ##GALLERY_URL## instead, plus the php extensions aren't in mine either.

I just added the TTT code and left everything else alone, and now it works!
I've been at this all day! What a relief!

Thanks!!!!

Bill
tortus32 is offline   Reply With Quote
Old 2005-02-07, 06:45 PM   #9
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I am running an older version so maybe they did away with the percent sign in the variable and I'm running the php version of TTT.

Glad you got it.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:52 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc