Any TradeX & TgpX users out there?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iwantchixx
    Too lazy to set a custom title
    • Oct 2002
    • 12860

    #1

    Any TradeX & TgpX users out there?

    having issues with an installation that is not tracking incoming traffic at all. Thus all trades get disabled before the day is over.

    Added the following before the body tag:

    Code:
    {phpcode}include('tx/in.php');{/phpcode}
    did the same thing for another domain on same server and it works perfectly fine. COmpared the installation settings between the two sites, both the exact same aside from the domain names of course.

    Does each domain need it's own SQL info?
  • V_RocKs
    Damn Right I Kiss Ass!
    • Nov 2003
    • 32449

    #2
    Sent somebody this thread

    Comment

    • GFED
      Confirmed User
      • May 2002
      • 8121

      #3
      i've always had to include the {nocache} codes... dunno otherwise...
      https://www.flow.page/savethechildren

      Comment

      • iwantchixx
        Too lazy to set a custom title
        • Oct 2002
        • 12860

        #4
        Nothing is cached, made sure of that. It's like the script is ignoring hits, Thinks it got 0 hits with 13 clicks from (unknown).. makes no sense to me when its being fed way way more than 0 lol.

        Comment

        • The Dawg
          Confirmed User
          • Apr 2002
          • 2438

          #5
          PHP page?

          Try using the full path /path/to/tx/...

          I got it to work on wordpress with this method:
          Code:
          <?php include('/path/to/tx/in.php'); ?>

          Comment

          • iwantchixx
            Too lazy to set a custom title
            • Oct 2002
            • 12860

            #6
            Originally posted by The Dawg
            PHP page?

            Try using the full path /path/to/tx/...

            I got it to work on wordpress with this method:
            Code:
            <?php include('/path/to/tx/in.php'); ?>
            Yeah it's a php page.

            ok thanks, ill try that

            Comment

            • iwantchixx
              Too lazy to set a custom title
              • Oct 2002
              • 12860

              #7
              I am SO mad at myself I could beat myself right in the face right now.

              Stupid newbie mistake.

              Forgot to DELETE the damn index.html so that the server would default to index.php


              ....

              Comment

              • brassmonkey
                Pay It Forward
                • Sep 2005
                • 77396

                #8
                Originally posted by iwantchixx
                I am SO mad at myself I could beat myself right in the face right now.

                Stupid newbie mistake.

                Forgot to DELETE the damn index.html so that the server would default to index.php


                ....
                yep
                TRUMP 2026 KEKAW!!! - The Laken Riley Act Is Law!
                DACA ENDED - SUPPORT AZ HCR 2060 52R - email: brassballz-at-techie.com

                Comment

                Working...