Anybody using TradeX with MechBunny?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Darrell
    Confirmed User
    • Feb 2003
    • 803

    #1

    Anybody using TradeX with MechBunny?

    If you are using TradeX with MechBunny, what code are you using for the php include to track incoming hits? Whatever I try often shows a fatal error.

    Thanks for any replies.
  • iwantchixx
    Too lazy to set a custom title
    • Oct 2002
    • 12860

    #2
    Originally posted by Darrell
    If you are using TradeX with MechBunny, what code are you using for the php include to track incoming hits? Whatever I try often shows a fatal error.

    Thanks for any replies.
    Try this

    PHP Code:
    {phpcode}include('tx/in.php');{/phpcode} 
    

    Comment

    • Darrell
      Confirmed User
      • Feb 2003
      • 803

      #3
      Originally posted by iwantchixx
      Try this

      PHP Code:
      {phpcode}include('tx/in.php');{/phpcode} 
      
      Thanks but I have already tried that. It doesn't give any errors but it also doesn't track any incoming traffic

      Comment

      • geedub
        Confirmed User
        • Jun 2005
        • 3489

        #4
        htaccess rewrites probably messing up the path try something like

        PHP Code:
        <?php include('http://www.domain.com/tx/in.php'); ?>
        Reliable web host that actually cares, tell em geedub sent ya. Vacares

        Comment

        • u-Bob
          there's no $$$ in porn
          • Jul 2005
          • 33063

          #5
          Originally posted by geedub
          PHP Code:
          <?php include('http://www.domain.com/tx/in.php'); ?>
          good way to kill performance imho

          Comment

          • Darrell
            Confirmed User
            • Feb 2003
            • 803

            #6
            Can't get anything to work properly. The best I could get was tracking incoming hits but occasionally I'd get errors on the index page.

            All I want is to be able to list the top referrers so I wasn't going to use tradex for trading, so if anyone could point me towards a script that can list the top referrers I'd appreciate it. I've search google but can't find anything.

            Comment

            • Vapid - BANNED FOR LIFE
              Barterer
              • Aug 2004
              • 4864

              #7
              I use it!

              Comment

              • k0nr4d
                Confirmed User
                • Aug 2006
                • 9231

                #8
                I can't find any documentation for tradex online, but try setting that in.php as the directoryindex in apache. I know tradepulse can be setup like that.
                Mechanical Bunny Media
                Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                Comment

                • Darrell
                  Confirmed User
                  • Feb 2003
                  • 803

                  #9
                  Originally posted by dsadsa
                  I use it!
                  Does it work ok and what code do you use between head tags to track incoming hits?

                  Comment

                  • Darrell
                    Confirmed User
                    • Feb 2003
                    • 803

                    #10
                    Originally posted by k0nr4d
                    I can't find any documentation for tradex online, but try setting that in.php as the directoryindex in apache. I know tradepulse can be setup like that.
                    Thanks Konrad, is that something I need to ask my host to do? As I have no idea how to do that

                    Comment

                    • Why
                      MFBA
                      • Mar 2003
                      • 7230

                      #11
                      have you checked in.php to make sure it can connect to the database? Maybe the way you are including it is not the problem.

                      i havent used tradeX in a while but i seem to recall that you had to edit some files indivisually if you moved them out of their default home, this was done so they can be more portable. i believe in.php was one of them... but hey what do i know.

                      Comment

                      • Darrell
                        Confirmed User
                        • Feb 2003
                        • 803

                        #12
                        Originally posted by Why
                        have you checked in.php to make sure it can connect to the database? Maybe the way you are including it is not the problem.

                        i havent used tradeX in a while but i seem to recall that you had to edit some files indivisually if you moved them out of their default home, this was done so they can be more portable. i believe in.php was one of them... but hey what do i know.
                        TradeX is working ok I think. I can track incoming traffic but I get occasional errors like the index page not fully loading or a fatal message error every few page loads.

                        Comment

                        Working...