Untitled

 avatar
unknown
php
3 years ago
5.3 kB
7
Indexable
<html>
<head> <title>Phpy Re-up</title>
<meta name="viewport" content="width=device-width"><style>
body {
  background-image: url('a.png');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}
.hr-19 {
  <body bgcolor=”#800000">
  border: none;
  height: 10px;
  background: linear-gradient(-135deg, #FF6800 5px, transparent 0) 0 5px, linear-gradient(135deg, #FF6800 5px, #FF6800 0) 0 5px;
  background-color: orange;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}
input[type=text] {
  background-color: #1E1D1D;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #FF6800;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
input[type=text]:placeholder {
  color: #cccccc;
}input[type=text]:focus {
  background-color: #FBF4EF;
  border-bottom: 2px solid #5fbae9;
}
input[type=button], input[type=submit], input[type=reset]  {
  background-color: #1E1D1D;
  border: none;
  color: green;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
</style></head><title></title><body><center><b><center>
<html><head>
<meta name="viewport" content="width=device-width">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
      <script src="https://kit.fontawesome.com/55db5a83a3.js" crossorigin="anonymous"></script>
</head>
<body style='font-family: Yatra One;'>
 </style>
 </head>
 <title>Phpy (Re-Mastered)</title>
 <body>
 <center>
     <?php
error_reporting(0);
echo "<br><br><center><font color='white'><strong>INSTA-UP(Coin Checker)</strong></font><span></span></h4></center>        <br><center><font color='white'><strong>Phpy © 2022</strong></font> <span></span></h2></center><br>";
if(isset($_GET['submit'])){
	$uid=$_GET['oid'];

  function RandomNumber($length){
    $str="";
    for($i=0;$i<$length;$i++){
    $str.=mt_rand(0,9);
    }
    return $str;
    }
    
    
    function rando($length) {
        $characters = '1234567890abcdefghijklmnopqrstuvwxyz';
        $charactersLength = strlen($characters);
        $randomString = '';
        for ($i = 0; $i < $length; $i++) {
            $randomString .= $characters[rand(0, $charactersLength - 1)];
        }
        return $randomString;
    }



  $x16=rando(16);

$ts=time();
$f = array("sameer","suresh");
$fname = $f[mt_rand(0,1)];
$l = array("sameer","suresh");
$lname = $l[mt_rand(0,1)];
$no = rand(1,50);
$name=''.$fname.''.$lname.''.$no.'';


$url1='https://instaup.marsapi.com/get_likes/user/coins';

$x4= array("euhwm", "kell", "cqoli", "ella", "Tuck");
$xx4 = $x4[mt_rand(0,4)];
$data0='market=Bazaar&user_id='.$uid.'&iad='.$x40.'&user_name='.$x4;



$access=md5('45:8D:2E:5C:3A:B4:02:2D:B5:DD:3B:E0:98:4F:14:90:CB:5F:B5:45'.$uid);


$headers1=['market: Bazaar',
'access: '.$access,
'lng: en',
'pkg: f2c6d7a5b030a1542f7eb589d5013340',
'Content-Type: application/x-www-form-urlencoded',
'Host: instaup.marsapi.com',
'Connection: Keep-Alive',
'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1'];


	$ch = curl_init();
	curl_setopt($ch, CURLOPT_URL,$url1);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt($ch, CURLOPT_POST, 1);
  curl_setopt($ch, CURLOPT_POSTFIELDS,$data0);
	curl_setopt($ch, CURLOPT_HTTPHEADER,$headers1);
	curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
	$ss = curl_exec ($ch);
	curl_close ($ch);
echo "<div class='success'><center>
<font color='white'><strong>$ss</strong></font></center></div><br><br><br><br><br>";
}
	
	if(!isset($_GET['submit'])){
echo"<form action='' method='get'>
<input type='text' name='oid'  class='text' placeholder='INSTA-UP-ID' required><br><br>";
echo "<input type='submit' class='submit' name='submit' value='submit'>";
}
?>
<div class="container p-2 text-center">
			<button onclick="location.href='https://t.me/Z_404found'" class="btn btn-primary rounded-circle icon-btn"><i class="fa fa-telegram"></i></button><br><br><br><br><br>
			<p class="text-muted p-5">Phpy © 2022</p>
		</div>
		
	</section>
	<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
  </body>
</center>
Editor is loading...