PDA

View Full Version : Execute in.cgi Arrow Trader Lite III on Vbulletin forum "virtual"


GNDI
11-09-2008, 09:06 PM
I'm trying to run the following cgi script from the forum.

in.cgi from Arrow Trader Lite III (http://www.arrowscripts.com/atl3_install.shtml) but I can't make it work.

I have tried several solotions including this

But with no luck, anyone who can help?

From the install instructions

7) tracking incoming hits

To track incoming hits, you need to place the following code in your index.shtml file
<!--#include virtual="/cgi-bin/at3/in.cgi" -->
for php mainpages use
<?php virtual ("/cgi-bin/at3/in.cgi"); ?>
To see if SSI (server side includes) is enabled, open your main site,
and check for a line similar to the following

document.cookie='atref=noref$#; path=/;

If you still see the #include virtual= .. line, ask your host to enable SSI.
If you see an error like "an error occurred while processing this directive",
you either uploaded the incorrect package, or the permissions of the cgi files are incorrect.

punchbowl
11-09-2008, 09:14 PM
why run it from the forum at all? what's the point?

GNDI
11-10-2008, 02:40 AM
To trade link with other websites

GNDI
11-11-2008, 07:20 AM
Any one who can help me, solving this issue

--------------- Added 1226455846 at 1226455846 ---------------

Solved this one

edit the global.php file from the forum root folder and add this code

<?php virtual ("/cgi-bin/at3/in.cgi"); ?>