Inviting on 5k accounts

milestone

Regular Member
Joined
Aug 27, 2009
Messages
261
Reaction score
50
Okay, well, whenever i try to suggest to friends and use the JS code to invite all 5k friends at once, my browser just crashes, it didnt used to do this. Is there any other ways to suggest the page to all 5k people at one time?
 
How long does it take for it to grab all the users? .. my browser just crashes when i try to select any account with over about 3k friends
 
Which browser are you using? I have not selected quite that many but I do it in Firefox..sometimes it stalls for a minute, but just give it a little time..
 
I use firefox, i waited around 20 minutes and the browser just stopped responding untill i closed it. I did it with about 2 k users ealier, but as soon as i hit over 3k, it crashed.
 
Firefox has been crashing on me a lot in the past couple days just doing normal things.. it must be something with firefox on their end.
 
I got it working on FF, but it took me aout 30 mins to recover the broswer from crashing, I'll try chrome and let you know if its any better.
 
Firefox is a dung thing here for this particular task. To be happy try out Google Chrome and believe me you will feel the difference.
 
Yup, tried chrome. Select them all in 3 seconds. Thanks for the tip.
 
lol sorry for being a noob with facebook but how does one select all their friends and invite them? whats this js code to do this?
 
Just click the suggest to friends thing and paste this in the browser URL bar when the box pops up

Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var%20fid%20in%20elms){if(typeof%20elms[fid]%20===%20'object'){fs.click(elms[fid]);}}
 
yes while we use this code in firefox, it crashes if your friends is more than 2000
 
Sorry guys, what are you talking about? way over my head. what is JS code? Why would you even suggest 2000 to 5000 friends at once? New Noob :confused:
 
lol, I just worked it out. JS Code and inviting 5000 friends at a go. Okay. I get the picture.
 
Sorry guys, what are you talking about? way over my head. what is JS code? Why would you even suggest 2000 to 5000 friends at once? New Noob :confused:

I think they are talking about JavaScript code which you can find it up there in this thread. However didnt worked for me in FF didnt tried chrome yet tho.
 
I use this script dont know if its the same but this worked yesterday for me


javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
 
and also im looking for people who are serioes and want to trade members on fb...
 
Back
Top