View file web/blocked2.php

File size: 947B
<?php
/*
www.wapdesire.com
*/
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
//header('Content-type: application/vnd.wap.xhtml+xml'); 
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
    echo "<head>";
    echo "<title>Error!</title>";
    echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">";
    echo "</head>";
    echo "<body>";
    echo "<p align=\"center\">";
    echo "<img src=\"../images/notok.gif\" alt=\"\"/><br/>";
    echo "<b>Error!!! Login Failed...</b><br/><br/>";
    echo "This error happens usually when Using java/opera mini or another blocked browser<br/><br/>";
    echo "<b>pls use ur mobiles main browser</b>";
    echo "</p>";
    echo "</body>";
    echo "</html>";
?>