vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Execute in.cgi Arrow Trader Lite III on Vbulletin forum "virtual" (https://vborg.vbsupport.ru/showthread.php?t=195848)

GNDI 11-09-2008 09:06 PM

Execute in.cgi Arrow Trader Lite III on Vbulletin forum "virtual"
 
I'm trying to run the following cgi script from the forum.

in.cgi from Arrow Trader Lite III 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 [DATE]1226455846[/DATE] at [TIME]1226455846[/TIME] ---------------

Solved this one

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

PHP Code:

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



All times are GMT. The time now is 02:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00989 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete