Best Blackhat Forum

Full Version: [GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
account twitter has been suspended.
woww, where's config and loop.php, i just see index.php

download here 3736 acc list
>>>[[[Reported by Members as Spam Site]]]<<</HqVOcu
Thank you man. Really nice share that is.
This script is encrypted, here are the encrypted code:
Code:
set_time_limit(false);
error_reporting(false);    
if (isset($_POST[\"perfis\"])) {
$logins = explode(\"\\n\", $_POST[\"perfis\"]);
$follow = $_POST[\"follow\"];
$contar = count($logins);
for($i = 0; $i <= $contar; $i++) {
if (!(preg_match(\"/[a-zA-Z0-9]+/i\", $logins[$i]))) {
continue;
}
$data = explode(\":\", $logins[$i]);
if ($data[0][0] == \"@\")
$data[0] = str_replace(\"@\", \"\", $data[0]);
$ch = curl_init();
curl_setopt_array($ch,
array(
CURLOPT_URL => \"h t t p : / / a p i .twitter . c o m /1/friendships/create/{$follow}.xml\",
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_SSL_VERIFYPEER => 0,
CURLOPT_COOKIE => null,
CURLOPT_HEADER => true,
CURLOPT_NOBODY => false,
CURLOPT_POSTFIELDS => \"&follow=true\",
CURLOPT_USERPWD => trim($data[0]) . \":\" . trim($data[1])
)
);

$ret = curl_exec($ch);
if (preg_match(\"/Unauthorized/i\", $ret)) {
print \"<b><font style=\\\"color: red;\\\">\".$data[0].\" - erro senha errada</font></b><br />\";
flush();
ob_flush();
sleep(1);
} else {
print \"<b><font style=\\\"color: green;\\\">\".$data[0].\" - Seguiu!</font></b><br />\";
include(\"../loop.php\");include(\"config.php\");
flush();
ob_flush();
sleep(1);
}
}
}
it works ............but what is for.................how can i use this..................

OK................ I GET ITTTTTTTTTTTTTTTT, THANKSSSSSSSSSSSSSSSSSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!​!
(07-24-2012 10:08 AM)basura Wrote: [ -> ]HOW TO SET THIS ????????????????
This script is encrypted, here are the encrypted code:
Code:
set_time_limit(false);
error_reporting(false);    
if (isset($_POST[\"perfis\"])) {
$logins = explode(\"\\n\", $_POST[\"perfis\"]);
$follow = $_POST[\"follow\"];
$contar = count($logins);
for($i = 0; $i <= $contar; $i++) {
if (!(preg_match(\"/[a-zA-Z0-9]+/i\", $logins[$i]))) {
continue;
}
$data = explode(\":\", $logins[$i]);
if ($data[0][0] == \"@\")
$data[0] = str_replace(\"@\", \"\", $data[0]);
$ch = curl_init();
curl_setopt_array($ch,
array(
CURLOPT_URL => \"h t t p : / / a p i .twitter . c o m /1/friendships/create/{$follow}.xml\",
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_SSL_VERIFYPEER => 0,
CURLOPT_COOKIE => null,
CURLOPT_HEADER => true,
CURLOPT_NOBODY => false,
CURLOPT_POSTFIELDS => \"&follow=true\",
CURLOPT_USERPWD => trim($data[0]) . \":\" . trim($data[1])
)
);

$ret = curl_exec($ch);
if (preg_match(\"/Unauthorized/i\", $ret)) {
print \"<b><font style=\\\"color: red;\\\">\".$data[0].\" - erro senha errada</font></b><br />\";
flush();
ob_flush();
sleep(1);
} else {
print \"<b><font style=\\\"color: green;\\\">\".$data[0].\" - Seguiu!</font></b><br />\";
include(\"../loop.php\");include(\"config.php\");
flush();
ob_flush();
sleep(1);
}
}
}
pls re up the link........
can u upload or pm me Facebook accounts 1000 - 2000 ;)
Thank you for sharing, great!
Pages: 1 2
Reference URL's