Counter ist nicht drin. Startseitenwerbung und -popup hab ich rausgenommen. Ansonsten find ich auch nichts von Fremdseiten.
Server hab ich einen gemietet. Sind also nur meine Seiten drauf. Und die anderen funzen alle. Hier ist mal das Menue:

PHP-Code:
<?menuehead_l("Navigation");
if ($_SESSION['login'] == 'true') {?>

     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/uebersicht">Kontoübersicht</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/einzahlen">Einzahlen</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/auszahlen">Auszahlen</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/buchungen">Buchungen</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/bonustransfer">Transfer</a><br>
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/refuebersicht">Refübersicht</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/userprofil">Einstellungen</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/edit_profile">Nickpage</a><br />
     <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/intern/startseite&amp;logout=true"><i>Logout</i></a>
<?} else {?>
<form action="" method="post">
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
    <td align="center">
    <b>Nickname:</b><br>
    <input type="Text" name="nickname" value="<?=$_POST['nickname'];?>" style="width=110px;"><br>
    <b>Passwort:</b><br>
    <input type="Password" name="passwort" value="" style="width=110px;"><br>
    <select name="autologin" size="1" style="width=110px;">
        <option value="true" SELECTED>Mit Autologin&nbsp;</option>
        <option value="false">Ohne Autologin&nbsp;</option>
    </select><br>
    <br>
    <input type="Submit" name="checkid" value="Login" style="width=110px;"><br><br>
</td>
</tr>
<tr>
    <td height="15" align="left">
    <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/intern/daten">Daten vergessen?</a>
    </td>
</tr>
<tr>
    <td height="15" align="left">
    <img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/intern/anmelden">Registrieren</a>
    </td>
</tr>
</table>
</form>
<?}?>
<?menuefoot_l();?>

<? if ($_SESSION['login'] == 'true') {?>


<?menuehead_l("Verdienen");?>
<img src="/images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/start">Startseite<?=$startanzeige?></a><br>
<?
$fstats_uebrig = mysql_fetch_array(db_query("SELECT COUNT(t1.tan) AS uanzahl, SUM(t1.verdienst) AS uverdienst FROM ".$db_prefix."_gebuchte_werbung AS t1 LEFT OUTER JOIN ".$db_prefix."_reloads AS t2 ON (t2.tan = t1.tan AND (t2.uid = ".$_SESSION['uid']." OR t2.ip = '".$ip."') AND t2.bis >= '".time()."') WHERE t2.tan IS NULL AND t1.werbeart = 'highforced' AND t1.menge > 0 AND t1.status = 1 AND t1.verdienst > 100 AND t1.sponsor != '".$_SESSION['uid']."'")) OR die(mysql_error());
?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/highforced">High-Forced </a>&nbsp;<b>(<?=$fstats_uebrig['uanzahl'];?>)</b><br>
<?
$fstats_uebrig = mysql_fetch_array(db_query("SELECT COUNT(t1.tan) AS uanzahl, SUM(t1.verdienst) AS uverdienst FROM ".$db_prefix."_gebuchte_werbung AS t1 LEFT OUTER JOIN ".$db_prefix."_reloads AS t2 ON (t2.tan = t1.tan AND (t2.uid = ".$_SESSION['uid']." OR t2.ip = '".$ip."') AND t2.bis >= '".time()."') WHERE t2.tan IS NULL AND t1.werbeart = 'forcedbanner' AND t1.menge > 0 AND t1.status = 1 AND t1.verdienst > 100 AND t1.sponsor != '".$_SESSION['uid']."'")) OR die(mysql_error());
?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/klick4">Forcedbanner </a>&nbsp;<b>(<?=$fstats_uebrig['uanzahl'];?>)</b><br>
<?
$fstats_uebrig = mysql_fetch_array(db_query("SELECT COUNT(t1.tan) AS uanzahl, SUM(t1.verdienst) AS uverdienst FROM ".$db_prefix."_gebuchte_werbung AS t1 LEFT OUTER JOIN ".$db_prefix."_reloads AS t2 ON (t2.tan = t1.tan AND (t2.uid = ".$_SESSION['uid']." OR t2.ip = '".$ip."') AND t2.bis >= '".time()."') WHERE t2.tan IS NULL AND t1.werbeart = 'forcedbanner' AND t1.menge > 0 AND t1.status = 1 AND t1.verdienst < 100 AND t1.sponsor != '".$_SESSION['uid']."'")) OR die(mysql_error());
?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/klick4low">Lowbanner </a>&nbsp;<b>(<?=$fstats_uebrig['uanzahl'];?>)</b><br>
<?
$fstats_uebrig = mysql_fetch_array(db_query("SELECT COUNT(t1.tan) AS uanzahl, SUM(t1.verdienst) AS uverdienst FROM ".$db_prefix."_gebuchte_werbung AS t1 LEFT OUTER JOIN ".$db_prefix."_reloads AS t2 ON (t2.tan = t1.tan AND (t2.uid = ".$_SESSION['uid']." OR t2.ip = '".$ip."') AND t2.bis >= '".time()."') WHERE t2.tan IS NULL AND t1.werbeart = 'paidlinks' AND t1.menge > 0 AND t1.status = 1 AND t1.verdienst > 0 AND t1.sponsor != '".$_SESSION['uid']."'")) OR die(mysql_error());
?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/paidlinks">Paidlinks </a>&nbsp;<b>(<?=$fstats_uebrig['uanzahl'];?>)</b><br>
<?
$pmhistory = mysql_num_rows(db_query("SELECT t1.tan FROM ".$db_prefix."_gebuchte_werbung AS t1 LEFT OUTER JOIN ".$db_prefix."_reloads_mail AS t2 ON (t2.tan = t1.tan AND (t2.uid = ".$_SESSION['uid']." OR t2.ip = '".$ip."') AND t2.bis >= '".time()."') WHERE t2.tan IS NULL AND t1.werbeart = 'paidmail' AND t1.menge > 0 AND t1.status = 1 AND t1.verdienst > 0 AND t1.sponsor != '".$_SESSION['uid']."'"));
?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/easy-inbox">Mailhistory </a>&nbsp;<b>(<?=$pmhistory;?>)</b><br>
<?
$premiummails = mysql_num_rows(db_query("SELECT t1.tan FROM ".$db_prefix."_premium_paidmails AS t1 LEFT OUTER JOIN ".$db_prefix."_reloads_mail AS t2 ON (t2.tan = t1.tan AND (t2.uid = ".$_SESSION['uid']." OR t2.ip = '".$ip."') AND t2.bis >= '".time()."') WHERE t2.tan IS NULL AND t1.werbeart = 'paidmail' AND t1.menge > 0 AND t1.status = 1 AND t1.verdienst > 0 AND t1.sponsor != '".$_SESSION['uid']."'"));
?>
<img src="images/pfeil.gif" alt="" border="0">&nbsp;<a href="?content=/verdienen/premiummails">Premiummails </a>&nbsp;<b>(<?=$premiummails;?>)</b><br>
<img src="/images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/klick4win">Klick 4 Win</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/betteln4">Betteln</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/konto/ttapov"><b>AP in Bonuslose</b></a>
<hr>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/intern/top"><b>Top 10 Klickpötte</b></a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/jpwinners"><b>letzten Jackpötte</b></a>
<hr>
<a href="?content=/kalender/index">Advent-Kalender</a>
<?menuefoot_l();?>

<?menuehead_l("Tages-Smiley")?>
<? include ("content/smilie.php"); ?>
<?menuefoot_l();?>


<?menuehead_l("Doppler");?>
<img src="./images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/doppler/doppler">Losedoppler</a><br>
<img src="./images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/doppler/history">History / Statistik</a><br>
<img src="./images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/verdienen/klick4pot">Beschleunigen</a><br>
<img src="./images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/ralleys/bklick"><font color="red">Beschleuniger-Rally</font></a>
<?menuefoot_l();?>

<?menuehead_l("Werber Rallys");?>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/ralleys/werber/config">starten / verwalten</a><br>
<img src="images/pfeil.gif" border="0" alt="">&nbsp;<a href="?content=/ralleys/werber_ralley">laufende Rallys</a><br>
<?menuefoot_l();?>

<?
$filename = 'lib/texte/box2.txt';
$fp = fopen ($filename, "r");
$inhalt = fread ($fp, filesize ($filename));
fclose ($fp);
$inhalt = str_replace('\\', '', $inhalt);
if ($inhalt != ''){
menuehead_l("Unsere Rallys");
echo nl2br($inhalt);
menuefoot_l();
}
?>

<? } ?>