catttegovib1975
New member
有没有人愿意分享一个MySpace ID收集器?我主要需要它来收集我的当前朋友ID..我知道friendblasterpro有这个选项,但它太慢了。这就是我一直在使用的。但如果有人想分享一个更快的,那我会非常感激。另外,如果有人知道一个程序或者可以创建一个程序,从一个accounts.txt文件中收集当前朋友ID,我会付款给他。例如:
<?php$ account_file =“ accounts.txt”; $ aHandle = file($ account_file); foreach($ aHandle as $ line){list($ email,$ pass,$ id)= explode(“:”,$ line); $ filename = $ email。'.txt'; $ fh = fopen($ filename,“ w”); fwrite($ fp,$ pass.':'.$id); fclose($ fh);} ?>