Adding Random Email Addresses to Facebook


for ($i = 0; $i < 10; $i++){
  $html = file_get_contents("http://www1.blogpipe.com/");
  preg_match('/<\/H4>(.+?)<p>/', $html, $matches);
  preg_match_all('/<br>([^<]+?) <a .+?>(.+?)<\/a>/', $matches[1], $items, PREG_SET_ORDER);
  foreach ($items as $item)
   $output .= "\"{$item[1]}\",{$item[2]}\n"; 
}
file_put_contents('email_addresses_for_facebook.csv', "Name, Email\n" . $output);

Google > New Account (new.account@gmail.com) > Gmail > Contacts > Import > Browse > email_addresses_for_facebook.csv > Import Contacts

Facebook > New Account > new.account@gmail.com > Yes! Fetch all my contacts from my Gmail account, here's my password > Invite everyone!