Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

Re: Haven't verified leechers report, first report is bunk (Score: 1)
by Nicely on Friday, January 07 @ 10:35:56 CST
(User Info )
/me nods


| Parent

Re: Haven't verified leechers report, first report is bunk (Score: 1)
by Xaignar on Friday, January 07 @ 10:36:37 CST
(User Info )
Whoops, that was me. Didn't notice that I had been logged out.

You can verify the behavior I'm describing with this simple test program:

#include

bool check( const char* str )
{
return ( strstr( str, "chez.com/theworld") == 0 || strstr( str, "fullspeed.to/mison") == 0);
}

int main()
{
const char* str1 = "some random message";
const char* str2 = "another message plus spam A: chez.com/theworld";
const char* str3 = "another message plus spam B: fullspeed.to/mison";
const char* str4 = "Spam A (chez.com/theworld) and B (fullspeed.to/mison)";

std::cout

The output is as follows:

1 - some random message
1 - another message plus spam A: chez.com/theworld
1 - another message plus spam B: fullspeed.to/mison
0 - Spam A (chez.com/theworld) and B (fullspeed.to/mison)


| Parent


PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.03 Seconds