GTAMulti.com - Türkiye'nin Türkçe GTA Sitesi

İbrahimovic Arama Motoru | BUDUK

Başlatan BUDUK, 19 Nisan 2018, 01:09:26

« önceki - sonraki »

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

BUDUK

Haber olacak kadar önemli bir konu olduna re aynısını yapmak lazım demektir.

https://zlaaatan.com
https://www.milliyet.com.tr/ibrahimovic-arama-motoru-oldu----2040877-skorerhaber


İndex.php

<html>
<head>
<title>BUDUK</title>
<style type="text/css">

.buduk
{
margin-top: 200px;
}
.button {
    display: inline-block;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-color: #f5f5f5;
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 2px;
    -webkit-user-select: none;
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    cursor: default;
    font-size: 11px;
    font-weight: 700;
    margin: 11px 8px;
    min-width: 54px;
    padding: 0 8px;
    height: 29px;
    line-height: 27px;
    outline: 0;
    text-decoration: none;
}

.input {
    font: 16px arial,sans-serif;
    width: 100%;
    padding: 6px 9px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-color: silver;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    outline: 0;
    max-width: 500px;

}

</style>
</head>
<body>
<center>
<div class="buduk">
<img src="https://zlaaatan.com/logo/logo.svg" /><p />
<form action="ara.php" method="get">
<input type="text" name="budukla" class="input" />
<br />
<input type="submit" value="Arama Yap" class="button" />
<a href="https://www.google.com.tr/search?q=BUDUK+&gws_rd=cr&dcr=0&ei=-VbOWtuvG-Xw6ASv352YAg"><input type="button" value="BUDUK olarak ara" class="button" /> </a>
</form>
</div>
</center>

</body>
</html>


ara.php


<?php

$ara 
$_GET['budukla'];

if(
$ara "BUDUK $ara ")
{
header("Location: https://www.google.com.tr/search?q= $ara +&gws_rd=cr&dcr=0&ei=-VbOWtuvG-Xw6ASv352YAg");
}
?>