Seite 1 von 1

Timeout aus Iframe ausklammern

Verfasst: 07.11.2004 22:38
von Kiss News
Hallo!
ich habe diese Seite:
http://kissfanshop.ki.funpic.de/phpbb2/KopieIndex4.php

als Iframe in meine News-Seite eingebunden:
http://www.kissnews.de/indexmitPHP8.htm

wenn man jetzt aber im Iframe auf "login" oder auf den Banner klickt, dann aber NICHT einloggt, sondern zurück auf die Seite http://www.kissnews.de/indexmitPHP6.htm geht, dann aktualisiert, dann wird der Timeout plötzlich aktiv!? Ich nehme an, sobald der page_header richtig aufgerufen wird (und das wird er auf der login_Seite oder index-Seite), dann fängt der Timeout automatisch unwiderruflich an...
Könnte mir bitte jemand einen Tipp geben, wie ich den Timeout für den Iframe ausklammern kann? Danke!

P.S.: hier nochmal etwas Info über den Timeout Mod:
##############################################################
## MOD Title: Timeout Mod
## MOD Author: itst < sc@itst.org > (Sascha Carlin) http://www.itst.org/
## MOD Description: This mods allows guests to surf the forums for a predefined time.
## After this time runs out (a little countdown is shown in the header)
## they must either login or register. All other attempts to access the
## forums are redirected to a info page.
##
## All setting are done via constants.php. The text for the info page is
## set via lang_main.php.
## You don't need to use the shipped timeout.php. You can use any file
## you want, even a file outside phpBB.
##
## MOD Version: 0.1
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit:
## includes/constants.php
## includes/page_header.php
## includes/sessions.php
## language/*/lang_main.php
## templates/*/overall_header.tpl
##
## Included Files: timeout.php
ich denke der page_header ist das Problem, den muss ich aber mit dem Iframe auch mit aufrufen...