<?php
session_start();
define('DS', TRUE); // includeyi korumak icin
define('USERNAME', $_SESSION['username']);
define('SELF', $_SERVER['PHP_SELF'] );
if (!USERNAME or isset($_GET['logout']))
include('login.php');
// eger giris basariliysa iframe ile acilcak yeri importladım isterseniz yönlendirme koyun keyfiniz bilir
echo '<html>
<iframe src="http://memoryhackers.org" height="100%" width="100%" frameborder="0">Your browser doesnot support iframes | Tarayiciniz iframe desteklemiyor!<src="forumdc.org"> click here to view the page directly. | buraya tıklayın ve direk erisim sağlayin </a></iframe>
</html>
';
?>