Here is the script as same as dhakawap.com script. . .n0t really the genuine dhakawap script,its look like a dhakawap script. . .. .make your own dem0 please
Dhakawap script
Collapse
X
-
re
Originally posted by 12345xmen View Postits not wrk on free host so try on paid ......hosting
// at the start removes that function
Code:<?php echo("Hello, World!" ); ?>
Code:ie:// <?php // echo("Hello, World!" ); ?>
Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free
Comment
-
PHP Code:$EnableGZipEncoding = true;
function acceptsGZip(){
$accept = str_replace(" ","",
strtolower($_SERVER['HTTP_ACCEPT_ENCODING'])
);
$accept = explode(",",$accept);
return in_array("gzip",$accept);
}
function playWithHtml($OutputHtml){
return preg_replace("/\s+/"," ",$OutputHtml);
}
function obOutputHandler($OutputHtml){
global $EnableGZipEncoding;
$OutputHtml = playWithHtml($OutputHtml);
if(!acceptsGZip() || headers_sent() || !$EnableGZipEncoding) return $OutputHtml;
header("Content-Encoding: gzip");
return gzencode($OutputHtml);
}
ob_start("obOutputHandler");*/
stope this code
and
//include("../blocked.php");
ur site wrk
Comment
Comment