ট্রাফিক বট কি?
এটি হলো একটি স্ক্রিপ্ট যা কিনা রোবটের মতো আচরণ করে। এর ফলে আপনি ইচ্ছা মতো যেকোনো সাইটে অটো ভিজিটর পাঠাতে পারবেন তাও ভিজিটর সোর্স দেখাবে বিভিন্ন অথরাইজড সাইট।
ট্রাফিক বট কেন ব্যবহার করবেন?
এটি মূলত কোনো সাইটে ভিজিটর নিতে ব্যবহার হরা হয়। এই ভিজিটর গুলো এনালেটিক্স সেইফ কিন্তু এডসেন্স থাকলে কোনো কাজেই আসবে না। তাই আপনি মজা করতে এটি ব্যবহার করতেই পারেন।
নিচে এর ডেমো দেখে নিন:
আপনি চাইলে এখান থেকে কোডটি কপি করে নিতে পারেন।
অথবা নিচ থেকে ফাইল ডাউনলোড করে নিন।
Index.php ফাইলে নিচের কোড দিবেন
@import “http://fonts.googleapis.com/css?family=Play:400,700”;
.rainbow {
-webkit-background-clip: text;
-background-clip: text;
-webkit-text-fill-color: transparent;
-text-fill-color: transparent;
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #66f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #66f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
}
.text-glow:hover, .text-glow:focus, .text-glow:active {
-webkit-stroke-width: 5.3px;
-webkit-stroke-color: #ccdddd;
-webkit-fill-color: #eeeeee;
text-shadow: 1px 0px 20px silver;
-webkit-transition: width 0.3s; /*Safari & Chrome*/
transition: width 0.3s;
-moz-transition: width 0.3s; /* Firefox 4 */
-o-transition: width 0.3s; /* Opera */
}
.text-glow a {
-webkit-transition: all 0.3s ease-in; /*Safari & Chrome*/
transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in; /* Firefox 4 */
-o-transition: all 0.3s ease-in; /* Opera */
text-decoration:none;
color:white;
}
body {
background: #000000;
line-height: 1;
color: #bbb;
font-family: “CONSOLAS”;
font-size: 12px;
background:#121214 url(bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
textarea, input, select {
border:0;
BORDER-COLLAPSE:collapse;
border:double 2px #696969;
color:#fff;
background:#000000;
padding:2px 4px;
font-family: Lucida Console,Tahoma;
font-size:12px;
box-shadow: 0 0 15px gray;
-webkit-box-shadow: 0 0 15px gray;
-moz-box-shadow: 0 0 15px blue;
}
body {font-family:Kelly Slab;} input {font-family:Kelly Slab;}
NEON / Auto Visitor
<?php
if (!$_GET) die();
require("autovisitor.class.php");
$url = $_GET["url"];
$max = $_GET["max"];
for($i = 1; $i jalankan().”]
“;
}
?>
<?php
include('auth/startup.php');
include('data/data-functions.php');
//SITE SETTINGS
list($meta_title, $meta_description, $site_title, $site_email) = all_settings();
include('assets/comp/header.php');
autovisitor.class.php তে নিচের কোড দিবেন
url = $url;
}
private function curl() {
$ch = curl_init();
CURL_SETOPT($ch, CURLOPT_URL, $this->url);
CURL_SETOPT($ch, CURLOPT_HTTPHEADER, array(‘Referer: ‘.$this->acakReferer(),
‘User-Agent: ‘.$this->generate()));
CURL_SETOPT($ch, CURLOPT_FOLLOWLOCATION, true);
CURL_SETOPT($ch, CURLOPT_SSL_VERIFYHOST, 0);
CURL_SETOPT($ch, CURLOPT_SSL_VERIFYPEER, 0);
CURL_SETOPT($ch, CURLOPT_RETURNTRANSFER, 1);
CURL_SETOPT($ch, CURLOPT_USERAGENT, $this->generate());
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
private function xflush() {
static $output_handler = null;
if ($output_handler === null) {
$output_handler = @ini_get(‘output_handler’);
}
if ($output_handler == ‘ob_gzhandler’) {
return;
}
flush();
if (function_exists(‘ob_flush’) AND function_exists(‘ob_get_length’) AND ob_get_length() !== false) {
} else if (function_exists(‘ob_end_flush’) AND function_exists(‘ob_start’) AND function_exists(‘ob_get_length’) AND ob_get_length() !== FALSE) {
@ob_end_flush();
@ob_start();
}
}
private function acakReferer() {
$list = array();
/* Asal traffic yang di submit */
$list[] = “http://facebook.com”;
$list[] = “http://google.com.sg”;
$list[] = “http://twitter.com”;
$list[] = “http://facebook.com”;
$list[] = “http://google.com.sg”;
$list[] = “http://twitter.com”;
$list[] = “http://google.co.id”;
$list[] = “http://google.com.my”;
$list[] = “http://google.jp”;
$list[] = “http://google.us”;
$list[] = “http://google.tl”;
$list[] = “http://google.ac”;
$list[] = “http://google.ad”;
$list[] = “http://google.ae”;
$list[] = “http://google.af”;
$list[] = “http://google.ag”;
$list[] = “http://google.ru”;
$list[] = “http://google.by”;
$list[] = “http://google.ca”;
$list[] = “http://google.cn”;
$list[] = “http://google.cl”;
$list[] = “http://google.cm”;
$list[] = “http://google.cv”;
$list[] = “http://google.gg”;
$list[] = “http://google.ge”;
$list[] = “http://google.gr”;
$list[] = “http://google.com.tw”;
$list[] = “https://search.yahoo.com”;
$list[] = “http://www.beinyu.com”;
$acak = array_rand($list,1);
return $list[$acak];
}
public function jalankan() {
$this->xflush();
$this->curl();
return $this->acakReferer();
$this->xflush();
}
}
?>
হেটার্স রা ত সাইট দুই দিনে চাদে পাঠাই দিবে
Good Post
অনেকদিন পর কমেন্ট করলাম
দুই-তিন বছর আগের সাইট।এতদিন খেয়াল করি নাই।
am i right?
visitor akebare google theke nicchen vhalo apnar sathe kisu kotha ache kindly facebook id din
Besh Kisu din age akta app share koresiln traffick bot er.. Oi script ta dwa jbe??
and ninja web script er post ta dekhlam ami jodi php proxy er script ta modify nijer moto kore top level domain and about contact jaja lage eigula kore ei site er domain diye appky korle ki ADSENSE pawa jabe
ki korbo vai?
HELP