There is a missing line below the first "if":
Code:$links = explode("\n", $_POST['list']);
i add this line but not working again.
There is a missing line below the first "if":
Code:$links = explode("\n", $_POST['list']);
i add this line but not working again.
<?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 = '*****';
...
...
...
...
...
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.thanks. working :tee: but very slow. and only max 10 friend in fetcher.php ? how to 100 friend in fetcher.php ?
It need some modifications but yeah it canwell i do not get what this script actually doing?
can we send friend request to all fans of a fan page through this script????
I check for the response so if facebook is giving u a warning about adding too much friends i will stop adding automatically.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.
When i try to run facebook_links_fetcher, it says found: 0 add linksA.
Please tell me what to do....