TM3 help needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • H8-TRAIN
    Registered User
    • Nov 2003
    • 28

    #1

    TM3 help needed

    Ok so I was running at3 on my site with a .php extension, now is there a way to add TM3's
    <!--#exec cmd="/YOUR_PATH_TO/cgi-bin/tm3/m" -->
    to a PHP file?

    I jsut got this suggestion on another board:
    <?php virtual ("./cgi-bin/tm3/m"); ?>

    wich didnt work it gave me this result at the top of my page:
    ----------------------------------------
    Welcome to Traffic Manager III

    This is your #1 index.html! It is saved in your scripts home:

    /my/path/to/html/tt-xm/idx/index.html

    Click here to test your generic blind link!
    You can go to your admin page by clicking here.
    _EOF_
    ----------------------------------------

    So If there are any TM3 guru's here help me out please. you can hit me up on ICQ also if you want. 249-252-169

    H8
    ICQ 249-252-169
  • kokach
    Registered User
    • Apr 2006
    • 25

    #2
    You need just php?
    In this case I'd suggest two options:
    1) create index.shtml (Shtml, not html), allow ssi-tags and put this
    <!--#exec cmd="./cgi-bin/tm3/m" --> or whatever is the path to this file.
    And after that just include appropriate php file in this shtml like
    <!--#include file="path_to_php_file.php"-->
    Or if you really need the index file to be php one, just create index.php, create something.shtml with the same tags like in the first example and include THIS shtml file to your php one like <? virtual(something.shtml);?>

    Hope it helps
    Cheapest domains and the best hosting - Estdomains and Esthost

    Comment

    • Spunky
      I need a beer
      • Jun 2002
      • 133986

      #3
      Your ssi is enabled right?

      Comment

      Working...