Membuat Website seperti mybanana.ga

Social media Facebook kali ini ramai dengan Komentar seperti diatas, yakni seperti random tittle sesuai tema website. Seperti mybanana.ga kalian bisa Generate panjang pisang kamu hanya dengan menambahkan /namakamu yakni menjadi mybanana.ga/rzkyyds.


<?php

$get = $_SERVER['REQUEST_URI'];
$get = explode("/", $get);

if (count($get)< 3) { //klo di hosting ganti 2
 echo "format salah"; //ganti terserah lu
 die;
}

$peju = [rand(1,100)."ml",rand(950,999)."ml","1ml (1tetes)"]; //random peju, ganti sesuka lo
$user = $get[2]; //klo di hosting ganti 1
$crot = $peju[rand(0,2)];
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
 <head>
   <title><?php echo $user ?> CROT mu hanya <?php echo $crot ?></title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="keywords" content="<?php echo $user ?> CROT mu hanya <?php echo $crot ?>">
   <meta name="og:image" content="http://mycroot.ga/crot.jpg"> <!-- gambar crot -->
   <meta name="description" content="Bagikan ke teman anda!">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 </head>
<body>
<section>
 <h2><?php echo $user ?> CROT mu hanya <?php echo $crot ?></h2>
 <small>by jondes.</small>
</section>
</body>
</html>
Namun script ini hanya contoh, bukan script mybanana yang asli, namun kamu bisa edit script ini karena hampir sama. Demo script ini mycroot.ga

0 Response to Membuat Website seperti mybanana.ga

Post a Comment