iTzoODavidOo Posted June 13, 2009 Report Posted June 13, 2009 This would be a really good idea , as my live is messing up at the moment , so maybe if we made the fileshare spider to work with the new fileshares this would help me and many others alot. Please make it again. 1
Lockon Posted June 13, 2009 Report Posted June 13, 2009 (edited) doesnt it still work?Edit:forgot about the new fileshares Edited June 13, 2009 by Athrun Zala 02♥
Dark Slipstream Posted June 13, 2009 Report Posted June 13, 2009 What did the old one do again? It'd be really easy for me to write it, but I don't want to just copy Nuklear :/
fastmouth808 Posted June 13, 2009 Report Posted June 13, 2009 What did the old one do again? It'd be really easy for me to write it, but I don't want to just copy Nuklear :/ well you would type keywords like; mod, anth0ny( idk his name), anything that would relate to a mod.. then it would go through every fileshare, and just give you a list of links. i think i still have it but like someone said it might not work properly
iBotPeaches Posted June 13, 2009 Report Posted June 13, 2009 Nuklear made it. Me and him still talk, I'll see if we can get permission to update it. It was a simple program, it just took ages to run.
iTzoODavidOo Posted June 13, 2009 Author Report Posted June 13, 2009 Thanks you guys lets hope we can get it done.
fastmouth808 Posted June 14, 2009 Report Posted June 14, 2009 Nuklear made it. Me and him still talk, I'll see if we can get permission to update it. It was a simple program, it just took ages to run. yea, for a simple one it would take all night to search a few thousand fileshare. an update would be nice
iBotPeaches Posted June 15, 2009 Report Posted June 15, 2009 I finally got hold of Nuklear. He lost the source He told me how he did it, and I will be updating it. I'm looking at Monday of next week.
Korupt Data Posted June 15, 2009 Report Posted June 15, 2009 That thing was horrible... it was uber slow.
iBotPeaches Posted June 15, 2009 Report Posted June 15, 2009 Pulling every gamertag is what took forever. I have now 600,000 that it pulls from bnet (based on either activity or games played) not sure, but I think its better than using every GT. If you want content it should be there since it pulls from active users. Still takes a helluva a lot of time Working on it.
T3A guy Posted June 15, 2009 Report Posted June 15, 2009 For me it always said that the bot was offline.
iTzoODavidOo Posted June 15, 2009 Author Report Posted June 15, 2009 For me it always said that the bot was offline. Thats because it doesn't work for the new fileshares. Anyways... Thank you peaches your a 1337 guy.
yungbol Posted June 15, 2009 Report Posted June 15, 2009 Making a fast version of this tool would be difficult. If it can be done, it would be very interesting. Maybe there can be search level options from 1-10. The higher the number the more in depth players it searches through?
iBotPeaches Posted June 15, 2009 Report Posted June 15, 2009 The problem is gathering the GTs, as about now it takes 2 minutes just to grab every gamertag. That file is then a 1mb textfile which all the GTs. I could have you only generate that when you want, and that saves lots of time. The searching itself is only dependent on how many gamertags you want to search. Heres an update. Only the top and left side is coded so far.
Dark Slipstream Posted June 15, 2009 Report Posted June 15, 2009 I could help you load faster, instead of trying to time the load times Peaches. Loop through each fileshare URL of each gamertag (loaded from a text file), look for the words in the flaggWordsListBox through a downloaded string, get the file details and load into the capturedFileShares. As you said, make a separate button to Download the gamertags, and the Start button can just be used to loop through every gamertag.
iBotPeaches Posted June 15, 2009 Report Posted June 15, 2009 Dark helped me unlock the form on the fly and keep it auto updating. You can build the GT list yourself or use the one that is included. If you build one it clocks in at about 1minute and 20 seconds. I started working on aligning what fileshare you click on to load that description and URL. I'm going to have to match up selected index in some array that I don't know how big it could get. I wish reDim didn't clear the array
Dark Slipstream Posted June 16, 2009 Report Posted June 16, 2009 Dark helped me unlock the form on the fly and keep it auto updating. You can build the GT list yourself or use the one that is included. If you build one it clocks in at about 1minute and 20 seconds.1 I started working on aligning what fileshare you click on to load that description and URL.2 I'm going to have to match up selected index in some array that I don't know how big it could get. I wish reDim didn't clear the array3 Just because I enjoy helping you: 1. I can help you improve the speed even further after I test the updated code in my own application.2. I can help you with this if you have any trouble.3. ReDim Preserve. (ReDim is meant to increase or decrease the size of an Array variable. If you use 'Preserve', it will maintain the previous data, and allow extension)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now