Results 21 to 30 of 147
-
8th Feb 2010, 02:41 PM #21OPRespected Developer
1.0.1 has already the ability to remove w-bb bot info and it should remove mod messages in the background (that is, if this future isn't broken, I dunno).
What might be a good idea is to provide a setting which allows the user to add regular expressions to remove other stuff from posts or manipulate them before the thread gets posted.
The link checking has been suggested many times. IMO that should be done on the forum side because it would make the program 20x slower, link checking is never perfect, and rapidshare might ban your IP because of all the calls.
About the different accounts: nope. SharpLeech is targeted towards webmasters and not people who want to use it as a postcount++; tool on random sites.
Good find. In SL1 this could of been easily implemented. But with SL2 that would be a b*ch to implement because of the parallel implementation.
SharpLeech 1 did its thing like this:
[work_thread]
- for each page get the topic links
-- for each topic get title/content
--- post thread sync- or asynchronous
^ Everything is contained in one thread, pausing is easy. In SL2:
<topic_links_array>
[page_thread]
- for each page get the topic links
- add topic links to <topic_links_array>
[topic_thread]
- while <topic_links_array> contains items
-- for each link in <topic_links_array> :
--- create new [post_thread] which will post the topic
^That allows for a (potentially huge) speed boost. Obviously the above example is simplified. Because of the independent many-thread design you can't just pause without either causing a lockup in one place, losing thread safety and/or synchronization, or add a whole army checks and switches. In other words, it's probably not worth the effort. This is the kind of stuff why so many apps still lack full multi-core support. A variable can't be used by multiple threads because the locking would defeat the purpose. That's why SharpLeech.Engine.Core is written in the shiny new F# language and not my precious C#.
[/technicalcrapno1reallycaresaboutorunderstands]
Edit, PS: On every 1st April you'll get this BS for the whole day:
Some other dates will have an effect too.
-
8th Feb 2010, 06:19 PM #22BannedWebsite's:
fanobliv.com pdlnieuws.comwell, i had alot of "time outs", my connection is 3.5 mb a second, and i was leeching to a quick website ..... fix that ?
-
8th Feb 2010, 06:33 PM #23OPRespected Developer
I can't fix that. Timeouts are a result of a site (posting OR leeching site) being slow. If a site is being slow or isn't responding within the set timeout value in your options the program is gonna throw an exception and move on instead of potentially waiting for days, lol. It's server side, not client side. If you see timeouts in your error logs you can ignore them or up the timeout value in the options if you want the program to wait longer for a server response.
-
8th Feb 2010, 06:55 PM #24BannedWebsite's:
KWWHunction.comWell man i have a few for you
1. You should add a section for paid affiliates or something say $3 too get a linkme on the program since you would have an affiliates section it would give back too sites that pay you too put there linkme its self on the program.
2. The first GUI i used was a very nice GUI, You should do somthing based on the same color scheme.
3. The stats in 1.0.1 was a nice feature that should stay as well along with Radio, It would be nice too see working IRC implemented in 2.0.0.
4. You definitely should make it an Installer
5. Onside of the fact you should implement an installer, Also implement Sharpleech upgrades with the option too manually upgrade or auto, "If you need a place too host updates let me know"
6. It should have more forums too leech from, Partially too leech not only downloads, But gfx tutorials, coding tuts etc.. Now i know that will be hard too find since most big sites don't offer that but its worth a try.
Hope you like my recommendations
If i think of anymore ill be sure too let you know
As sharpleech is thus far the best program this year i have seen thus far.
If you need anything let me know
dlowinc@live.com
-
8th Feb 2010, 07:37 PM #25Member
1. I think Hyperz wants to keep it ad free and clean as his original intention on making sharpleech. A free program.
2. The color scheme will be based on your defualt os color scheme. The gui looks generally the same, made a little better imo. Watch the video he posted.
4. I personally like it without an installer, but entirely up to him.
5.Upgrade option is a good idea.
6. As for more forums Hyperz commented saying that forums leech off each other, which is very true. The extra content from site to site that you would leech would be very little so you would leech the same stuff over and over. But yes your idea of things like gfx tutorials, maybe gaming related forums ect. Make it more of a variety. If he uses the template system as mentioned then you would have the ability to leech what ever you like, hopefully thats a go.
-
8th Feb 2010, 07:39 PM #26MemberWebsite's:
securewarez.netMaybe make it so it posts in multiple forums at once instead of just in one? Or would that slow it down too much?
Edit:
Also do you think it could skip similar thread names so it doesn't post the same things over and over again? (Espically for Movies)
-
8th Feb 2010, 07:46 PM #27MemberWebsite's:
porntonight.infoif its possible bro than please add a forum which have some great and huge collection of bollywood stuff ,
any one interested in that please vote with me for a bollywood content site
like http://www.amaderforum.com/
if you know anyother please mention
thanks
please hyperz bro think about it
-
8th Feb 2010, 08:18 PM #28OPRespected Developer
Nice suggestions right there.
1) I was playing with the idea of adding a donate button because the program is coming to a point where - other than tons of time - it's gonna start costing me money. As it looks now it'll need hosting for future online updates, non-filehost downloading and other server side data such as latest news etc. Your idea could be a potential alternative in case no1 would bother with donating. Last thing I want is to have to ask for a small fee for a license.
2) The new GUI will look very much like 1.0.1 in terms of layout. It will look completely different in terms of design. 2.0.0 is being optimized for Aero-capable Windows versions.
3) The stats future will be re-written and it'll be much like the 1.0.1 version. The IRC chat future is already completed. 2.0.0 will (finally) have the chat tab working. I think I'll record the IRC thing later.
4) I might. But if I did I would drop the 64bit builds.
5) Auto updating would made possible if I end up creating an installer
6) More forums will be added but is a low priority ATM because there's still too much other futures I want to put in there.
1) Yes I want to keep it free, but if it starts costing me money I'll need idea's like that to keep it free.
2) Actually that's not true, even on Win XP with the classic (Win 9x) theme it'll show the modern controls. They look like the default vista controls but they are not. Also, the controls have animations (fade/hover/etc). It shows that on the video in the 1st post. The only thing that'll be based on a OS color is the windows background when Aero is not enabled/available.
4) So do I tbh. If I make an installer the 32bit portable version would also still be available.
You can start multiple instances to do that. It might slow down depending on your net speed. It could skip similar named threads yes. I'll keep the suggestion in mind.
-
8th Feb 2010, 08:43 PM #29BannedWebsite's:
gfxfire.com url4free.comLike RK mentioned on the first page, adding the ability to add custom forums would be a great idea.
-
8th Feb 2010, 08:59 PM #30BannedWebsite's:
fanobliv.com pdlnieuws.com
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
multishare.org - Pay Per Sale 67% Discussion Topic
By BiGG_BoSS in forum File Host DiscussionReplies: 17Last Post: 6th Jul 2012, 04:18 PM -
Uploaded.to Discussion Topic - Post all uploaded.to related discussions here!
By Mindy in forum File Host DiscussionReplies: 1994Last Post: 5th Mar 2012, 02:14 PM -
Filevelocity discussion topic
By glavier in forum File Host DiscussionReplies: 0Last Post: 28th Feb 2012, 10:25 AM -
Sharpleech for SMF.?
By Hatefed in forum Web Application/Script SupportReplies: 9Last Post: 20th Dec 2010, 03:08 PM -
Sharpleech
By Weaser in forum Webmaster DiscussionReplies: 3Last Post: 19th Oct 2010, 01:22 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...