Search found 26 matches

by NattensQje
2004-01-10 09:58
Forum: Programmer's Help
Topic: Errors again..
Replies: 3
Views: 2616

Hmm.. Embarrassing.. I Included the includes in the exe directory :oops:

Thanks for your help GargoyleMT
by NattensQje
2004-01-05 08:44
Forum: Programmer's Help
Topic: Errors again..
Replies: 3
Views: 2616

Errors again..

Okay! I've installed C++ .net 2003, downloaded the new Core SDK (2003), DCPlusPlus.STLPort 4.6, WTL 7.0 and 7.1 and I've pointed C++ to the directories.. Now, when I try to build 0.305 I get these errors: c:\compile\client\stdinc.h(69) : error C2871: '_STL' : a namespace with this name does not exis...
by NattensQje
2003-07-09 08:27
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

And it compiles with no errors now..

But I still need the main coding..
by NattensQje
2003-07-09 08:10
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

Okay then.. I found this in DownloadManager. It says it "ticks" ongoing downloads: Download::List tickList; for(Download::Iter i = downloads.begin(); i != downloads.end(); ++i) { if((*i)->getTotal() > 0) { tickList.push_back(*i); } } Shall I use it GargoyleMT? It looks a bit like the close disconnec...
by NattensQje
2003-07-08 05:01
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

Thanks for replying.

But I don't know how to do that :?

What do I have to change?

Sorry for my n00bishm..

Sincerely
Nattens-Qje
by NattensQje
2003-07-07 06:38
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

Thank you GargoyleMT. Okay, I have to say it, but I'm a newbie to C++. But I could imagine that it would be something like this for the "Close Hubs not downloading in" void HubFrame::closeNodownloading() { for(FrameIter i=frames.begin(); i!= frames.end(); ++i) { if (!(i->second->client->isDownloadin...
by NattensQje
2003-07-06 18:51
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

Well, that's right. But it doesn't help me when I have the Hublist, Download Queue and Finished Uploads open. Yes I'm lazy :)

Anyway I like the Popup PM function and wouldn't dream about disabling it.

Thank you for your answer cologic :wink:

Sincerely
Nattens-Qje
by NattensQje
2003-07-06 18:20
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

Ohh, and if it's possible a combination of the first two?

Thanks

/Nattens-Qje
by NattensQje
2003-07-06 18:18
Forum: Programmer's Help
Topic: Close hubs windows if..
Replies: 11
Views: 5146

Close hubs windows if..

Hi guys.. You all know the "Close Disconnected" option: Hubframe.cpp: void HubFrame::closeDisconnected() { for(FrameIter i=frames.begin(); i!= frames.end(); ++i) { if (!(i->second->client->isConnected())) { i->second->PostMessage(WM_CLOSE); } } } But could you help me making a few other versions? Cl...
by NattensQje
2003-02-04 16:33
Forum: Programmer's Help
Topic: Programming failure
Replies: 4
Views: 3008

Please help me?
by NattensQje
2003-02-03 15:43
Forum: Programmer's Help
Topic: Programming failure
Replies: 4
Views: 3008

Programming failure

Hmm, I've modified Opera's WinAmp code a little so that DC not crashes when not running WinAmp.. But there is something wrong.

Can you help me?
by NattensQje
2003-02-02 15:52
Forum: Programmer's Help
Topic: DC++ 0.22 - "User command" bugfix
Replies: 7
Views: 4661

In 0.23 it works halfway but my scripts can't handle it :-( When I use the commands the client sends: $To: [reciver] From: [sender] $[command] But my scripts wants it in the same way as usual private message: $To: [reciver] From: [sender] $<[sender]>[command] So I shanged client->privateMessage(uc....
by NattensQje
2003-01-30 13:29
Forum: Other Direct Connect tools
Topic: aDe's DC tools
Replies: 15
Views: 13239

Thanks Atomic Jo! What a cool modder :)
by NattensQje
2003-01-30 09:46
Forum: Other Direct Connect tools
Topic: aDe's DC tools
Replies: 15
Views: 13239

yO. I know this is a bit n00bish, but which program do you use to edit the hubsoftware? I've tried to deassemple the program i w32dasm, but I can't find any strings to edit.. The reason why I want to edit the hubsoftware is that I want to customize the "This server is running version xx of NMDC ..."...
by NattensQje
2003-01-29 13:29
Forum: Hubs and scripts
Topic: Which NMHubs multi-op script do you think is the best?
Replies: 7
Views: 4220

For you who don't speak danish and have a old TaysBot installed. Please update. There is a security problem with the old version.. :evil:

Franke's MulTiBot FOREVER!!!!!!!!!!!!!!!!!!!!!
by NattensQje
2003-01-29 13:23
Forum: Feature Discussion (Archived)
Topic: handy features from Soulseek: wishlist + mp3 quality
Replies: 9
Views: 5330

When getting mp3s, one rule works most of the time.. bigger is better. While this is true, I'd still rather dl a directory of all 160Kbps files made using Lame than a directory of 224Kbps, 256Kbps, and 320Kbps files made using God-knows-what all jumbled together. I think the standard is/should be 1...
by NattensQje
2003-01-29 13:11
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14268

reconfig = enter with a reconfigured
by NattensQje
2003-01-29 13:10
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14268

:: ftp : I have to admit that I got banned from your hub trying to reconfig a hacked DC++k version. I did not have enough time to try it out with my ClientDetection mod before i went into your hub. You were right.. By the way i used: 17746 I think that the most dangerous weapon in this leecher disc...
by NattensQje
2003-01-28 17:05
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14268

P.S. I used DC++k with customized lock/pk, extended protocol disabled, support disabled, bz list disabled..
by NattensQje
2003-01-28 17:03
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14268

Yes it does! !static Lock! I have yet to find a version of DC++ that can't be caught by it though there is one that come closer but still stands out like a sore thumb. If you want to try your client stop by my hub... but don't get pissed when your kicked. [url]dchub://f-t-p.net[/url] I hate to brea...
by NattensQje
2003-01-26 06:45
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14268

But that clientdetection mod doesn't keep a well setup BCDC out
by NattensQje
2003-01-25 09:01
Forum: Feature Discussion (Archived)
Topic: Find New Sources needs rate control - It causes search spams
Replies: 15
Views: 7185

Re: Find New Sources needs rate control - It causes search s

Negedrazzil wrote:I noticed that DC++ .22 has that handy new feature that reports when someone search spams the hub.
Is it new?
by NattensQje
2003-01-25 08:53
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14268

Apps like BCDC++ ruin the DC network. That's a stupid thing to say. BCDC can be easily detected, even if the tag is hidden and Lock/Pk are changed. If you don't know how to do it, you're not fit to be a hub op. There are much more dangerous DC applications out there... How can i spot a BCDC then? I...
by NattensQje
2003-01-21 11:39
Forum: Programmer's Help
Topic: DC++ SRC 0.22
Replies: 1
Views: 1886

Are you compiling the hacked Black Claw source?
by NattensQje
2003-01-19 14:01
Forum: Programmer's Help
Topic: EXE Compressor
Replies: 3
Views: 2369

Oups :) Thank you
by NattensQje
2003-01-19 09:15
Forum: Programmer's Help
Topic: EXE Compressor
Replies: 3
Views: 2369

EXE Compressor

What EXE Compressor is used to compress the DCPlusPlus.exe file? Because when I compile it's alot bigger than the original... About three times..

Sincerly tChAd