Facebook friends adder script

i add this line but not working again.

It work fine for me:

facebook_frind_adder.php
Code:
<?php

set_time_limit(0);
ob_start();

$path_to_server = 'path_to_server';
if (isset($_POST['list'])) {
    $links = explode("\n", $_POST['list']);
    $login_email = '*****';
    $login_pass = '*****';
...
...
...
...
...
 
thanks. working :tee: but very slow. and only max 10 friend in fetcher.php ? how to 100 friend in fetcher.php ?
 
thanks. working :tee: but very slow. and only max 10 friend in fetcher.php ? how to 100 friend in fetcher.php ?
It's slow because there is a sleep function that randomly set the sleep time between adds from 140 by 180 secs, you can modify that but I don't recommend to set up a sleep time below 40 secs.
About the fetcher, I didn't see that limit... anyway, facebook set up a limit of 200 pages with 10 users each in one session.
 
If you are 10 friends If you receive a lot of time, receive and manually copy the link would have made more quickly when we think. How we'll multiply 10 friends

Sorry my english is bad.
 
well i do not get what this script actually doing?

can we send friend request to all fans of a fan page through this script????
 
well if a group has 4000 members, then if we send friend request to all 4000 members through this script, will that respective facebook profile will not disabled.
 
well if a group has 4000 members, then if we send friend request to all 4000 members through this script, will that respective facebook profile will not disabled.
I check for the response so if facebook is giving u a warning about adding too much friends i will stop adding automatically.
 
i do not know much about php script running, but from google search i know that for php running i have to install iis in my computer after that i have to copy & paste both php file to wwwroot folder.

I have done this, but when i put http:\\localhost\facebook_links_fetcher.php in firefox address bar, it not working

can any one tell me what i have done wrong here????
 
How do you i run this ? from my shared hosting space ?
total beginner with this :)
 
interesting stuff this facebook scripts. can you make custom scipts?
 
Back
Top