Cougar
Admin Admin
| Beiträge: 732 |  |
|
Re:IP Problem - 27/05/2006 13:17
Hallo,
ich hab jetzt mal eine Lösung für dich. Da du eine index.php verwendest, kann ich das mit einem PHP-Code machen. Ich wollte es anfangs mit einem JavaScript Code machen, um das gleiche auch in einer index.html datei verwenden zu können. Leider bin ich zu "blöde" um das in JavaScript zu machen. Vieleicht gelingt es mir doch irgendwann mal.
Also jetzt zu der Lösung, die bei mir funktioniert. Ändere deine index.php auf diesen Code:| Code: | <php>
<head>
<title>picture 5</title>
<!-- (c)Copyright by S.I.S.Papenburg / www.on-mouseover.de/templates/ -->
</head>
<frameset cols="0,207,*" frameborder="0" border="0" framespacing="0">
<frame src="http://kaiulr.phone.hl-users.com/picture5/scripte/counter/
counter_count.php?b4yc_iframe=yes&b4yc_jsref=<?php echo $_SERVER['
HTTP_REFERER']; ?>" name="counter" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0">
<frame src="links.php" name="li" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0">
<frameset rows="129,*" frameborder="0" border="0" framespacing="0">
<frame src="oben.php" name="ob" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0">
<frame src="site/site00.php" name="haupt" scrolling="auto" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0">
</frameset>
<noframes>
no frames supportet
</noframes>
</php>
|
so müsste es bei dir auch funktionieren.
Versuche das mal.
viel Glück und liebe Grüße,
Cougar
|