Hi,
ich brauche einen block, wo diese Abfrage rein muss. Kann mir bitte ein Progger den Block-Schnipsel coden ;)
LG
Mecki
<!--#include virtual="/cgi-bin/gtchat/gtchatusers.pl"-->
Moin :)
ungetestet:
<?php
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
ob_start();
?>
<!--#include virtual="/cgi-bin/gtchat/gtchatusers.pl"-->
<?php
$content = ob_get_clean();
?>
oder eher so:
<?php
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
$content = '<!--#include virtual="/cgi-bin/gtchat/gtchatusers.pl"-->';
?>
Wenn das nicht funzt, dann probier mal, ob es geht, wenn du diese Codezeile einfach als HTML-Block eingibst.
Wobei die Frage ist, ob das SSI Script überhaupt includet wird bei einer .php Dateiendung?
Hi Andi,
danke klappt leider nicht, ist aber auch nicht so tragisch.
LG
Mecki