<?php require_once('lib/class/verdienen.class.php'); $Paidmail = new VERDIENEN; $Paidmail->SetArt('paidmail'); head(""); echo $Paidmail->Statik(); foot(); head("Paidmailhistory"); echo $Paidmail->Ausgabe(); foot();