habs jetzt eingegeben, aber irgendwie ändert sich nix.
Kommentar im Quellcode ändet sich, also keine Cash Probeme.
Was ist falsch?
Code: Alles auswählen
<div id="site-description">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p></td>
<td>
<!--/* Banner 123 auf copy-weilburg.de Lokaler Modus Tag v2.4.2 */-->
<!-- PHP -->
// The MAX_PATH below should point to the base of your Banner auf copy-weilburg.de installation
define('MAX_PATH', '/homepages/41/d88662251/htdocs/gal035419581/inter/adserver24');
if (@include_once(MAX_PATH . '/www/delivery/alocal.php')) {
if (!isset($phpAds_context)) {
$phpAds_context = array();
}
$phpAds_raw = view_local('', 3, 0, 0, '_blank', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
echo "hello!";
<!-- ENDPHP -->
</td>
</tr>
</table>
</div>
Denn ich sehe nicht mal ne fehlermeldung.
Danke für Hilfe.