SharpLeech 2.0.0 ALPHA

Status
Not open for further replies.
It's in the About tab of the program. I can't post PP links here since its censored, and donation links don't belong in a "Resources thread".
 
You can add that functionality to the sitereader plugins (but it wouldn't have a textbox obviously).

Example, in all .xml files replace this:
PHP:
		public override SiteTopic GetTopic(string url)
		{
			return base.GetTopic(url);
		}

with:
PHP:
        public override SiteTopic GetTopic(string url)
        {
            // Add words here
            string[] filter = { "Keyword1", "Keyword2", "etc..." };
            // Set to false to disable
            bool enableFilter = true;


            // ==============================================
            // don't touch this
            // ==============================================
            var topic = base.GetTopic(url);

            if (topic != null && enableFilter)
            {
                foreach (var f in filter)
                {
                    if (!topic.Content.Contains(f)) return null;
                }
            }

            return topic;
        }
This will only post topics that contains the words Keyword1, Keyword1 and etc...
 
Works like a charm now (The "Advanced" button -- Remember I told you it didin't work lol), thanks Hyperz <3
 
nvm found solution
brilliant program the moment i make profit out of my forum
i will donate to continuation of this program!
 
Hey awsome :D ..

i tried to create a template too but after everything its just not showing in sharpleech.. any help ?
 
As I explained, working on it in like I have been doing the past month (2h daily at least) isn't worth it. I'm not stopping SL2 development (yet?). But I'll be working on it a lot less. This means less frequent updates, less testing and debugging before releases, and most impotently, less active support from my side (helping people here with problems).

I'll work on the program when I feel like working on it rather then trying to get certain stuff done within time frames. Hope this explains the situation a bit. In any case SL2 Beta and the final version of 2.0.0 are a fact.

PS: People that donate and have a problem can contact me personally via email. I'll respond within 24 to 48h.
 
omg, wtf hyperz is bitching now. why? u new rite from the begining about how far this would get, still now ur moaning and that. listen when u do free work expext fuk all and expect all teh shit ur getting frm every1 now... where u think TRF went, thats rite me and brov develop for personal use. why? we cba with all this shit.
 
How am I bitching? Care to elaborate? I'm simply saying that I've done a lot work the past few weeks and that I'm going to take it a bit slower. Mainly because support is lower than I expected. Furthermore it's not like this is anything new. The project 1.5 years old and it's still going. You're slightly exaggerating the situation.

No disrespect towards TRF but both level of use and dev time are far behind SL thus you can't compare whatever your situation is with mine.
 
omg, wtf hyperz is bitching now. why? u new rite from the begining about how far this would get, still now ur moaning and that. listen when u do free work expext fuk all and expect all teh shit ur getting frm every1 now... where u think TRF went, thats rite me and brov develop for personal use. why? we cba with all this shit.

wow dude. seriously not cool. This is a free program. It's obvious from your reply you've never ran a widely used program or script that's free. You get nothing in return but lot's and lot's of support questions and requests which take up hours of your free time answering the same thing again and again.
Also from a coders and developers point of view the challenge has being completed. You want to see if a certain project or idea is possible. When you complete the challenge you don't care as much about the bugs and errors as their time consuming and in reality not exactly something you learn a lot from.


I totally understand Hyperz point of view. If you want to let it rest at this stage like you did before that's totally acceptable. It's still by far the best at what it is intended to do and you can return to it when you get bored or have more free time to concentrate on personal projects.

Best of luck Hyperz and I'll continue to post feedback and error messages without spamming or flaming for when you decide to revive the project.
 
unable to login on Vbulletin 4.x.x forums... in post section cant login to vb4 forums and offcourse manual login isnt working :(

_________________

Oh its working now but with manually longing in with vb4.....

Awsome... <3 Thanks
 
No, reading the last 2 pages would help.



Edited error messages are useless...

<System.Exception>
<LogDate>05/04/2010 at 00:18:08</LogDate>
<Message>MakeReady(6) failed for site 'http://www.xxxxxx.com'.
Url used: http://www.xxxxxxx.com/newthread.php?do=newthread&amp;f=6.</Message>
<Source>NULL</Source>
<TargetSite>NULL</TargetSite>
<HelpLink>NULL</HelpLink>
<StackTrace>NULL</StackTrace>
<Data>NULL</Data>
<InnerException>NULL</InnerException>
</System.Exception>

i have same problem and error display on leecher footer

Could not Initialize. Plese checkyour base URL/Section ID


Some time its work and some time its problem and i installed VB4

Plz Solution
 
Hi Really great tool..

Dude can you help to Posts HIDE tags around the links in default..

Thanks


dude i love this program!! i cannot thank you enough!!!

i totally agree, is it possible to add HIDE tags because many forums require the posters to do this. i don't know if it is possible but it would make this great program even better.


thanks bro
 
Hyperz,
Please contact us to discuss some paid customization for our affiliate program so posters could use our content and post it quickly.
 
Status
Not open for further replies.
Back
Top