ট্রাফিক বট কি?
এটি হলো একটি স্ক্রিপ্ট যা কিনা রোবটের মতো আচরণ করে। এর ফলে আপনি ইচ্ছা মতো যেকোনো সাইটে অটো ভিজিটর পাঠাতে পারবেন তাও ভিজিটর সোর্স দেখাবে বিভিন্ন অথরাইজড সাইট।

ট্রাফিক বট কেন ব্যবহার করবেন?
এটি মূলত কোনো সাইটে ভিজিটর নিতে ব্যবহার হরা হয়। এই ভিজিটর গুলো এনালেটিক্স সেইফ কিন্তু এডসেন্স থাকলে কোনো কাজেই আসবে না। তাই আপনি মজা করতে এটি ব্যবহার করতেই পারেন।

নিচে এর ডেমো দেখে নিন:


আপনি চাইলে এখান থেকে কোডটি কপি করে নিতে পারেন।
অথবা নিচ থেকে ফাইল ডাউনলোড করে নিন।
Index.php ফাইলে নিচের কোড দিবেন
Magelang1337 Auto Visitor

@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;

margin:0;
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) {

@ob_flush();
} 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();
}

}
?>

অথবা এখান থেকে ডাউনলোড করে নিন

34 thoughts on "বানিয়ে ফেলুন faihadbot.ml এর মতো ট্রাফিক বট"

  1. Dip Dey - Walker #57341 Contributor says:
    Joos And Ata Ki Sob Host Ai Work Korbe
    1. Rayhan Hosen Refat Author Post Creator says:
      000webhost and app paid host a kaj kore
  2. FAIHAD Contributor says:
    ডেমো হিসেবে আমার সাইট টাই পেলেন

    হেটার্স রা ত সাইট দুই দিনে চাদে পাঠাই দিবে

    1. Rayhan Hosen Refat Author Post Creator says:
      haha. demo chilo na amar kache
    2. FAIHAD Contributor says:
      মজা করলাম ব্রো????

      Good Post

      অনেকদিন পর কমেন্ট করলাম

  3. Tubelight Contributor says:
    Eta NEON ব Vaiey script..
    1. Rayhan Hosen Refat Author Post Creator says:
      ha
  4. mdsabbirrahmansb Contributor says:
    ভাই, এটা দিয়ে এক ক্লিকে কত ভিজিটর নেওয়া যাবে?
    1. Rayhan Hosen Refat Author Post Creator says:
      try kore dekhen.
    2. Dip Dey - Walker #57341 Contributor says:
      Onnek Nita Parbi Waphosts A Top A Jaita Parbi Ami To Top 9 A Gasilam Atg Diya
  5. Ashif k Contributor says:
    এটা কি ভাই
  6. Md Raisul Islam Contributor says:
    Site list a ki site add korte parbo php edit kore
    1. Rayhan Hosen Refat Author Post Creator says:
      হা পারবেন
  7. bayezid435 Contributor says:
    vai sob gula visitor ki ek ip theke ashbe naki bivinno ip theke?
  8. bayezid435 Contributor says:
    vai sob gula visitor ki ek ip theke ashbe naki bivinno ip theke?
    1. Rayhan Hosen Refat Author Post Creator says:
      different ip
  9. Abdus Sobhan Author says:
    vhaire amake bolle ami nishan vhaiyer script tai diye ditam ate download link add kore dilei vhalo hoto besi
  10. Abdus Sobhan Author says:
    i am really miss nishan ahmen neon vhai
  11. Abdus Sobhan Author says:
    faihad vhai apnar site ar upore blogger banan vhul ache kaindly thik kore niyen
    1. FAIHAD Contributor says:
      Typing Mistake

      দুই-তিন বছর আগের সাইট।এতদিন খেয়াল করি নাই।

  12. muradhasanmedia7 Contributor says:
    খুব ভালো লাগলো
  13. Abdus Sobhan Author says:
    tobe agla alexai ranking a help korbe na jototuku ami jani amio ak somoy use korehi
    am i right?
    1. Rayhan Hosen Refat Author Post Creator says:
      হা
    1. Abdus Sobhan Author says:
      spam but new mathod style
      visitor akebare google theke nicchen vhalo apnar sathe kisu kotha ache kindly facebook id din
  14. Rahat Islam Contributor says:
    Rayhan Vai Wap4dollar Er Ad Click Bot LagBe . Plz Ei Ta Niye Ekta Post Koren
  15. Gifary Author says:
    Nice post bro…
    Besh Kisu din age akta app share koresiln traffick bot er.. Oi script ta dwa jbe??
    1. Rayhan Hosen Refat Author Post Creator says:
      khuje dekhi.pele share korbo
  16. MK Contributor says:
    vai apnar sob post ami dekhtechilam

    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

    1. Rayhan Hosen Refat Author Post Creator says:
      akhon possible na.
  17. MK Contributor says:
    about contact bolte je page gula lage ar ki
  18. MK Contributor says:
    vai amar adsense lagbe ki dhoroner website banabo easyly adsense pawa jabe ami ja ja lagbe sob korte parbo but amar adsense chai

    ki korbo vai?
    HELP

Leave a Reply