Hatte auch das problem
suche nach in topframe_forced.php datei

if ($wartezeit>=0 && $_GET['auszahlen'] != 'true') {
echo '
<meta http-equiv="refresh" content="'.$wartezeit.';url=topframe_forced.php?art='.$_GET['art'].'&auszah
len='.$wirklich.'&tan='.$forced['tan'].'&puk='.$puk.'">
';

ändere:

if ($wartezeit>=0 && $_GET['auszahlen'] != 'true') {
echo '
<meta http-equiv="refresh" content="'.$wartezeit.';url=?art='.$_GET['art'].'&auszah
len='.$wirklich.'&tan='.$forced['tan'].'&puk='.$puk.'">
';

sollte dann gehen.