PDA

View Full Version : I need help with TM3


pinkopanter
09-11-2002, 01:31 AM
Here it is. I got it installed yesterday. Using SSI to count incoming hits doesn't work. I know I have ssi because have CJUltra and it works. In the help menu it say I tried almost everithing and didn't got it to work with SSI.

Ok. I tried with direct cgi metod. I got it to work but how:

As it say in the help file I add this line to my httpd.conf file ScriptAlias /index.html /PATH_TO_YOUR/cgi-bin/tm3/m and in the idx directory I created my index.html file. -httpd restart and I got "Internal Server Error" on all my websites. Then I changed the line in httpd.conf to /index.shtml This is how I got it work. It count and sends out. But this time the problem is my clicks report is empty. I have this messege at the bottom "No clicks have been logged. Have you set the out links correctly?" I know the links are set correctly because the traffic seem to be redirected fine.

What is strange is that why I had to use index.shtml in httpd.conf and index.html in idx directory to get it work. Probably thats why I dont have clicks report.

Any one experianced the same problem? Did you fix it and how?Idea how get it work with SSI?

Any help is highly appreciated.

Thanks

XP
09-11-2002, 02:05 AM
use direct SSI method then.
<!--#exec cmd="/path/to/tm3/m"-->
in index.shtml

remove script alias thing from httpd.conf

that way you won't able to use multi pages thing anyway...

pinkopanter
09-11-2002, 03:14 AM
I try any path I could imagine. Nop, didn't work. But that is not what botters me.

Why in httpd.conf i had to use index.shtml and in idx directory index.html. If I use .shtml/.shtml or .html/.html I got Internal Server Error. may be thats why I dont have clicks report

Ideas?

DynaSpain
09-11-2002, 05:58 AM
Originally posted by XP
use direct SSI method then.
<!--#exec cmd="/path/to/tm3/m"-->
in index.shtml

remove script alias thing from httpd.conf

that way you won't able to use multi pages thing anyway...

Que? of course you are able to use the multiple page option
with direct cgi method. Very simple to say the least....in fact
more simple than using SSI calls.

If you use direct cgi just put your multiple pages in the tt/idx
directory....name them whatever you like. Now if you click edit
trade (popup) and click on pages you have 20 pulldown lists
Here you can select any of the pages that are in tt/idx just select
the one you want and you're done....you can set 20 different pages.....PER TRADE....how easy is that?

That's all that you have to do...the script will track the traffic
inmediately....you can set different pages for each and every
trade, for groups, for bookmark traffic, for bad proxy....whatever
you like.....

If you need help hook me up on ICQ #370820 allthough if you
contact Tyrex or ]gw[ I'm sure they will help you out aswell.


DynaMite:cool:

Icy
09-11-2002, 06:34 AM
Dynamite said it all, thx m8 :) but if you need more help, hit me at ICQ:83235881 I do mostly the spanish language sales/support for TM3 but don't mind to help some english guys from time to time :)

pinkopanter
09-11-2002, 03:46 PM
I got the direct cgi working but how:

In my httpd.conf file I have
"ScriptAlias /index.shtml /PATH_TO_YOUR/cgi-bin/tm3/m"
And in tt/idx i have index.html

If I make
tt/idx index.shtml
ScriptAlias /index.shtml

or

tt/idx index.html
ScriptAlias /index.html
I got Internal Server Error and my site goes dead.

The only way it works is if both index files have diferent extentions like
tt/idx index.html
ScriptAlias /index.shtml

May be that's why I dont have clicks report???

Icy
09-11-2002, 04:40 PM
Umm why you don't just add this to your .htaccess and forget about playing with httpd.conf scriptalias?

If you haven't one, write a file and name it .htaccess , edit it and add:
DirectoryIndex /cgi-bin/tm3/m
Then save it to your main html folder, at /tt/idx/ save your index as index.html (.shtml won't run there) and thats all, you can delete and forget about scriptalias.
I do it that way and it runs fine of course.

As i told you, mesage me on icq and i will get it running for you and will explain how to do it yourself, free support is to use it :)