Help with TTT script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Unore
    Registered User
    • Dec 2005
    • 12

    #1

    Help with TTT script?

    Hi there;

    I've posted @ www.chickenboard.com but it seems like there's more traffic here.

    I'm having trouble getting TTT running properly. First of all, I'm using TTT-C, and trying to integrate with Comus.

    So, I installed Comus, it works fine.
    I then installed TTT. Fine.

    However, when I add the line:

    <!--#include virtual='/cgi-bin/ttt-in' -->

    to my page (right after the <head> tag) I get nothing but gibberish output.

    Now directly typing in "http://www.domain.com/cgi-bin/ttt-in" works fine. So the problem must be in the includes. SSI are allegedly supported by my host, I'm in the middle of trying to get their attention.

    Just wondering if anyone here had experienced something similar, or had any helpful thoughts?
  • leroytrolley
    XXX Video Editor
    • Dec 2005
    • 2301

    #2
    This may not be the answer, but I had similar problems. Make sur eyou save your index file as index.shtml

    Leroy
    XXX Video Editor

    Comment

    • Unore
      Registered User
      • Dec 2005
      • 12

      #3
      Hi...

      Thanks for the reply, but unfortunately the page already is saved as an shtml

      Comment

      • Unore
        Registered User
        • Dec 2005
        • 12

        #4
        It's really strange because:

        a) The CGI script runs when you go directly to the url http://www.site.com/cgi-bin/ttt-in

        Therefore CGI works.

        b) I can include files with "<!--#include virtual='hello.html' -->

        Therefore SSI works.

        However, the two don't seem to work together.

        Comment

        • Mike-ClickedAdultTraffic
          Confirmed User
          • Dec 2005
          • 137

          #5
          the link to the cgi that you posted does not work for me...

          then again, i cant get comus to freaking work heh
          SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.

          Comment

          • Unore
            Registered User
            • Dec 2005
            • 12

            #6
            well, I don't actually own site.com

            http://www.ezdemen.com

            http://www.ezdemen.com/cgi-bin/ttt-in

            Comment

            • Unore
              Registered User
              • Dec 2005
              • 12

              #7
              Well, using
              Code:
              <!--#include virtual='/cgi-bin/ttt-in' -->
              results in gibberish being displayed.

              Using
              Code:
              <!--#exec cgi='/cgi-bin/ttt-in' -->
              results in the page loading as it should.

              Does anyone here know if using exec Vs. include will cause any problems down the line?

              Thanks!

              Comment

              • Dynamix
                G F Y not
                • Jan 2004
                • 2910

                #8
                Originally posted by Unore
                Well, using
                Code:
                <!--#include virtual='/cgi-bin/ttt-in' -->
                results in gibberish being displayed.

                Using
                Code:
                <!--#exec cgi='/cgi-bin/ttt-in' -->
                results in the page loading as it should.

                Does anyone here know if using exec Vs. include will cause any problems down the line?

                Thanks!
                They are nearly identical in function and you shouldn't have any issues using exec rather than the include.

                On a side note, I had a similar error but by mistake had used include file, rather than include virtual.. not sure why include virtual is giving you that error :?

                TGPFactory Full TGP Design & Installation Services
                ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                See who I am at AdultWhosWho.com!

                Comment

                • Unore
                  Registered User
                  • Dec 2005
                  • 12

                  #9
                  Nope

                  Nope, turns out that this does not actually work.

                  Back to the drawing board. Maybe I'll try TTT PHP edition tonight.

                  Comment

                  • Unore
                    Registered User
                    • Dec 2005
                    • 12

                    #10
                    Turns out it was the actual script. Weird.

                    But I donloaded ATL3 and everything works fine now.

                    Weird.

                    Comment

                    Working...