init($_POST['ac1'],$_POST['ap1']);
$t1->login();
$t1->load_login();
$t1->quit();
$t2->init($_POST['ac2'],$_POST['ap2']);
$t2->login();
$t2->load_login();
echo "
Moving contacts from {$_POST['ac1']} to {$_POST['ac2']}
";
foreach($t1->mycontacts as $c){
$t2->addContact($c);
$t2->addContact($c,"AL");
echo "Added - $c
\r\n";
}
$t2->quit();
exit;
}
?>
Contacts Stealer by sirdarckcat with MZK
This program will copy all the contacts of ACCOUNT1 and add them to ACCOUNT2.
http://code.google.com/p/mzk