19.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-13-2012, 09:33 AM
Post: #11
[GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
account twitter has been suspended.
07-13-2012, 05:56 PM
Post: #12
[GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
woww, where's config and loop.php, i just see index.php

download here 3736 acc list
>>>[[[Reported by Members as Spam Site]]]<<</HqVOcu
07-14-2012, 10:19 PM
Post: #13
[GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
Thank you man. Really nice share that is.
07-24-2012, 10:08 AM
Post: #14
[GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
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);
}
}
}
07-25-2012, 12:11 AM (This post was last modified: 07-25-2012 12:21 AM by madabest.)
Post: #15
[GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
it works ............but what is for.................how can i use this..................

OK................ I GET ITTTTTTTTTTTTTTTT, THANKSSSSSSSSSSSSSSSSSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!​!
42.gif
07-25-2012, 12:56 AM
Post: #16
RE: [GET] Twitter Mass Follow PHP Script with 1000 Twitter Accounts
(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);
}
}
}
07-26-2012, 09:20 PM
Post: #17
RE:
pls re up the link........
07-27-2012, 09:45 PM
Post: #18
RE:
can u upload or pm me Facebook accounts 1000 - 2000 ;)
08-04-2012, 03:32 AM
Post: #19
RE:
Thank you for sharing, great!




50.gif