Die von dir verlinkte Seite zeigt zwar" weiß" an, hat aber sehr wohl einen Inhalt:
HTML-Code:
<html>
  <head>
    <title>vms-tes.tk</title>
    <meta name="description" content="vms-tes.tk">
    <meta name="keywords" content="vms-tes.tk">
  </head>
  <frameset rows="*" framespacing="0" border="0" frameborder="NO">
    <frame src="http://ip/ikram" name="dot_tk_frame_content" scrolling="auto" noresize>
  </frameset>
  <noframes>
    <body>
    </body>
  </noframes>

</html>
Die eigentliche Seite:
http://ip/ikram/
zeigt auch wieder "weiß" an, hat aber ebenfalls einen Inhalt:
HTML-Code:
<?
if (isset ($_GET['content']) && !empty ($_GET['content'])) {
    if (strpos ($_GET['content'], '../') !== FALSE) die ('Zugriffsverletzung !');
    if ($_GET['content']{0} != '/') $_GET['content'] = '/'.$_GET['content'];
}

require ( './lib/header.php' );
require ( './content'.$_GET['content'].'.php' );
require ( './lib/footer.php' );
?>
Da ist wohl kein PHP aktiviert