Search found 96 matches

by [PT]Devilishly
2007-01-06 08:46
Forum: Protocol Alley
Topic: Who's likes to help on developing an ADC Hub written in Java
Replies: 7
Views: 6771

Hi!

I can help if you like! ;)
Start writing the requirements and I'll help in implementing! :)

Best regards!
by [PT]Devilishly
2006-11-28 08:08
Forum: Other Direct Connect tools
Topic: Hublist for Portuguese Community
Replies: 5
Views: 4862

Hello! Continuing the last post, we are now generation also an Hublist that have all the "valid" HubEntries that are in those Hublists supported by us! When I'm say "valid", it means that I'm removing dupes, addresses formed by IP, and addresses with white spaces in them.. Another advantage is that ...
by [PT]Devilishly
2006-11-27 17:59
Forum: Hubs and scripts
Topic: Name of first Hub of NeoModus
Replies: 2
Views: 3386

or "asdf" ;)
by [PT]Devilishly
2006-11-23 20:19
Forum: Other Direct Connect tools
Topic: Hublist for Portuguese Community
Replies: 5
Views: 4862

Hi! I've added a new update to the website and now we are giving support to other's hublists!:) To view the hublist's supported by us, follow this link: http://sghdc.no-ip.org/hublist?view=hublist You can also rate those hublist's and have comment's to it. If you like to add more hublist's please se...
by [PT]Devilishly
2006-09-27 06:39
Forum: Other Direct Connect tools
Topic: Hublist for Portuguese Community
Replies: 5
Views: 4862

You can find the protocol for the Hublist pinger in the wiki: http://dcpp.net/wiki/index.php/%24BotINFO You can also find the protocol for the Hublist listener at http://www.teamfair.info/DC-Protocol.htm#ServertoHubRegistrationServer Anyway in my hublist I also use NMDC client protocol to grab the u...
by [PT]Devilishly
2006-09-26 18:46
Forum: Other Direct Connect tools
Topic: Hublist for Portuguese Community
Replies: 5
Views: 4862

Hi!

I've added a new functionality, that allow to search over more than 100.000 files(with most known file extensions) that are shared in hubs that are supported by this hublist :)

Best regards,
[PT]Devilishly
by [PT]Devilishly
2006-09-21 09:31
Forum: Programmer's Help
Topic: Java Class to read user filelist??
Replies: 3
Views: 3605

ok thanks anyway, I've figured it out :)
by [PT]Devilishly
2006-09-20 12:19
Forum: Programmer's Help
Topic: Java Class to read user filelist??
Replies: 3
Views: 3605

Do you have for XML file list? I already use jakarta commons to decompress the file.. I only need the handler to parse the file list..
by [PT]Devilishly
2006-09-18 11:24
Forum: Programmer's Help
Topic: Java Class to read user filelist??
Replies: 3
Views: 3605

Java Class to read user filelist??

Hi!

Does anyone have a class in java to parse users Filelist??

Thanks!
by [PT]Devilishly
2006-09-17 14:47
Forum: Other Direct Connect tools
Topic: Hublist for Portuguese Community
Replies: 5
Views: 4862

Hublist for Portuguese Community

Hi! I don't know if this is allowed, but I would like to advertise my Hublist since I think that it can be very useful for those Portuguese guys(like me lol) that have ISP restrictions and only use Portuguese Hubs with IPBots. So my hublist isn't handled like hublist.org, because the hub registratio...
by [PT]Devilishly
2006-06-25 13:54
Forum: Hubs and scripts
Topic: Is BotInfo supported by default?
Replies: 3
Views: 3294

Thanks for your help :) Ok, now I can send BotINFO and also handle the HubInfo from hub. I'm using the following string: "$Supports BotINFO|$Key "+key+"|$BotINFO "+description+"|" Now, another question ;) What can I do, when in BotINFO "mode"? I'm asking this, cause I've also tried to send the Valid...
by [PT]Devilishly
2006-06-24 17:18
Forum: Hubs and scripts
Topic: Is BotInfo supported by default?
Replies: 3
Views: 3294

Is BotInfo supported by default?

Hi! I'm developing an hublist and I want to have suport for BotInfo.. I've seen its syntax in http://www.dcpp.net/wiki/index.php/%24BotINFO, and I've tryed to used it in an Ptokax hub, but nothing happens.. :? I've done the authentication as a normal user, and then send the BotInfo command.. Well is...
by [PT]Devilishly
2006-06-22 07:06
Forum: Protocol Alley
Topic: Client-Hub handshake & Java
Replies: 4
Views: 4770

Re: Client-Hub handshake & Java

The problem is: I create the Socket and I receive the standard String with $Lock lock Pk=bla| but then the server seems not to be able to receive my answer...and then,after it has passed 10 seconds,the hub said to me that the answer is arrived to late... I used to have this problem, and it was due ...
by [PT]Devilishly
2006-03-03 09:27
Forum: Proposals
Topic: Search Filelist
Replies: 14
Views: 8045

Hi! Well I don't know if this is what's being asked in this topic, but I'm getting back to DC and this is something that I think it would be useful.. (I know, I can write my own client, but I think that this can be useful for many people ;)) Ok, what I really want is something like an "offline" hub ...
by [PT]Devilishly
2005-01-12 04:37
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Hi,

It was due to my charset encode. Once I've changed to "ISO-8859-1", every thing started working fine :roll:

Best regards,
[PT]Devilishly
by [PT]Devilishly
2005-01-11 19:33
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Hi,

I've found the error... It has nothing to do with the lockToKey convertion... :oops:

Best regards,
[PT]Devilishly
by [PT]Devilishly
2005-01-11 06:37
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Hi, Since I don't understand why this is happening, I'll try to demonstrate manually by the appendix: First it says: Except for the first, each key character is computed from the corresponding lock character and the one before it. If the first character has index 0 and the lock has a length of len t...
by [PT]Devilishly
2005-01-09 17:07
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

joakim_tosteberg wrote:Are you using any unicode/utf8 that could mess it up?
Where, in the lock string? I don't think so, but the code is the above...
Anyway, DC++ understand it, and sends a $Key for it.... :?

Best regards,
[PT]Devilishly
by [PT]Devilishly
2005-01-09 08:37
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Hi, I’m having some troubles to connect to ptokax hubs, because of Lock into key convertion. I’ve look at http://wza.digitalbrains.com/DC/doc/Appendix_A.html, and had followed all the steps, but it seams that it isn’t working correctly... :( I’ve wrote this code: /* * New...
by [PT]Devilishly
2005-01-03 12:39
Forum: Off Topic
Topic: What country/city are you from?
Replies: 37
Views: 24169

Porto, Portugal Image
Image
by [PT]Devilishly
2004-12-19 12:51
Forum: Other Direct Connect tools
Topic: Start Your Own Hublist
Replies: 12
Views: 8339

Hi!

If you'r insterested, I've developed a simple GUI for an DC Hublist Server.
You can download the file from here:
- myDCHubServer.jar

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-10-06 12:19
Forum: Other Direct Connect tools
Topic: Hublist server Protocol ?
Replies: 3
Views: 2773

Thanks for your Help!!! Image

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-10-06 06:29
Forum: Other Direct Connect tools
Topic: Hublist server Protocol ?
Replies: 3
Views: 2773

Hublist server Protocol ?

Hi,

Does anyone knows where can I find the hublist server protocol ?

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-06-18 15:28
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Run jython instead, and i can supply you with an algo in python. *grins*... a short comment.. an awful lot of code todo almost nothing.. ;)) Thanks :) But there's no need... The code is runnig fine :) Just one more question: When I was trying to send a message in multihub I've received this Excepti...
by [PT]Devilishly
2004-06-14 03:30
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Yes, I notice that... :shock: Why was it abandoned, does anyone knows? Anyway, with crwood 's help I could finally get it to work :D Here it is: public class Encripter { private String retKey; private int len; private static boolean DEBUG = false; public Encripter(String s) { char[] lock = s.toCharA...
by [PT]Devilishly
2004-06-13 18:39
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

Nice an open Source java DC client :)

Thanks for your help :)

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-06-13 08:00
Forum: Programmer's Help
Topic: [Help] Converting a Lock into a Key (Java)
Replies: 18
Views: 9987

[Help] Converting a Lock into a Key (Java)

Hi, i'm trying to convert a $Lock into a $Key(in java), based on this Appendix . I've done the coding this way: public class Encriptar { private String retKey; private int len; private static boolean DEBUG=false; public Encriptar(String l) { char[] lock=l.toCharArray(); len=lock.length; char[] key =...
by [PT]Devilishly
2004-02-20 20:24
Forum: Feature Discussion (Archived)
Topic: I added some new features to DC++....
Replies: 17
Views: 7780

What about adding to user list a new parameter ?Country?( or the Country flag), based on user IP ? Use a CDM if you need this, imho normal clients shouldn't be finding out other clients IP, unless you're an OP. Im not suggesting to do so... When we are in public hubs it's interesting to see from wh...
by [PT]Devilishly
2004-02-20 14:11
Forum: Feature Discussion (Archived)
Topic: I added some new features to DC++....
Replies: 17
Views: 7780

What about adding to user list a new parameter “Country�( or the Country flag), based on user IP ?
by [PT]Devilishly
2004-02-20 05:18
Forum: Hubs and scripts
Topic: Advanced user settings help needed!
Replies: 20
Views: 7511

Yes, but the problem is that:
GargoyleMT wrote:(...) it seems to change the type from RAW to PM (...)
:oops:

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-02-19 12:47
Forum: Hubs and scripts
Topic: Advanced user settings help needed!
Replies: 20
Views: 7511

It works for me... When I go back in to edit it, it seems to change the type from RAW to PM, but that's the only problem I see. How can I insert this raw command(as a “Raw�) in “User Commands�: $To: %[nick] From: %[mynick] $<%[mynick]> You are being kicked because: %[line:Reas...
by [PT]Devilishly
2004-02-15 08:24
Forum: Programmer's Help
Topic: Troubles compiling 0.306(VS 7.1+stl 4.6+WTL 7.1)
Replies: 6
Views: 3994

I had it in debug mode... :oops: But now everything is as it should be :) Well I really like this forum!!! Every time I’m stuck with some problem related with DC, u always (help me) solving my problem =) Thanks a lot TheParanoidOne , Wiz , GargoyleMT and Twink !! :D Best regards, [PT]Devilishly
by [PT]Devilishly
2004-02-14 22:35
Forum: Other Direct Connect tools
Topic: New MultiSource Client
Replies: 36
Views: 20036

Breathe deeply and count to ten please... If you have personal problems with the creator of this client, use the PM system and don’t use this post with other meaning different than it was created for... Yes I do agreed that this client needs many, many improvements, but hasn’t it open ...
by [PT]Devilishly
2004-02-14 22:07
Forum: Programmer's Help
Topic: Troubles compiling 0.306(VS 7.1+stl 4.6+WTL 7.1)
Replies: 6
Views: 3994

Warnings are irrelevant (more or less). It's the errors that you should care about. It's seriously not a problem that needs fixing, unless you know something I do not. Yes, I don’t receive any errors. But is this normal “149� warnings?! And the file size, it is 30% larger then the...
by [PT]Devilishly
2004-02-14 14:56
Forum: Feature Discussion (Archived)
Topic: Might be something to add..(PM-thing)
Replies: 3
Views: 1920

Maybe some little improve; when client is minimized to tray, changing the tray icon when receive a new msg...(something like oDC has...) :roll:
by [PT]Devilishly
2004-02-14 14:42
Forum: Programmer's Help
Topic: Troubles compiling 0.306(VS 7.1+stl 4.6+WTL 7.1)
Replies: 6
Views: 3994

Troubles compiling 0.306(VS 7.1+stl 4.6+WTL 7.1)

When I try to compile the new version of DC++, I receive these warnings: Build log was saved at "file://c:\Dc++\vc7\Debug\bzip\BuildLog.htm" bzip2 - 0 error(s), 149 warning(s) (you can grab the log here: BuildLog.htm ) And after the client is compiled(since it compiles...) the binary file is almost ...
by [PT]Devilishly
2004-02-01 19:04
Forum: Other Direct Connect tools
Topic: Please don't use BCDC++ 0.305b, i mean B...
Replies: 17
Views: 8980

I think that the this bug from BCDC is the same that .pDC has(since .pDC is based on this client).

Which is removing the “forbidden files� from file list, but sending the Share size as sharing those files... So this creates a mismatch share size...

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-01-27 06:17
Forum: Feature Discussion (Archived)
Topic: More /commands and...
Replies: 4
Views: 2708

Re: More /commands and...

(...) Also you could have something to make timed connections by setting something up to connect to that hub. Like /timedcon <time> <hub> This would be really helpful to me sinse my isp counts my international downloads except from 4:00 to 7:00. So if I could like program dc++ to connect to a hub a...
by [PT]Devilishly
2004-01-25 13:46
Forum: Programmer's Help
Topic: incl\DCPlusPlus-STLPort-4.6\stl\_iterator_base.h(98)
Replies: 9
Views: 4961

DCkurt wrote:
joakim_tosteberg wrote:You have added them to your include path properly?
I'm sure I have. First WTL 7.1, then STL 4.6 then SDK and then "the rest"
I don't know if this is important, but I use then in a different order: 1º STL; 2ª WTL ...

best regards,
[PT]Devilishly
by [PT]Devilishly
2004-01-25 13:28
Forum: Programmer's Help
Topic: (...) LNK4098: defaultlib 'LIBCMTD' conflicts with(...) HELP
Replies: 5
Views: 2901

Thanks for your help joakim_tosteberg and psf8500 !!! I now know what I did wrong :D The problem was(I think...), when I passed the source code from my laptop to my PC, I forgot to activate “Show hidden files� so the file DCPlusPlus.suo wasn’t in the source. I suppose that is the p...
by [PT]Devilishly
2004-01-25 07:56
Forum: Programmer's Help
Topic: (...) LNK4098: defaultlib 'LIBCMTD' conflicts with(...) HELP
Replies: 5
Views: 2901

Well, it let me compile the client, but when I try to open it(in the same directory where previous versions were running) I receive this error:

Image

Best regards,
[PT]Devilishly
by [PT]Devilishly
2004-01-24 16:36
Forum: Programmer's Help
Topic: (...) LNK4098: defaultlib 'LIBCMTD' conflicts with(...) HELP
Replies: 5
Views: 2901

(...) LNK4098: defaultlib 'LIBCMTD' conflicts with(...) HELP

LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library Does anyone know how can I solve this problem? I really don’t know why it appears, since every time I made a change to the source I compiled it, but after I done a “Rebuild Solution...
by [PT]Devilishly
2003-12-25 06:48
Forum: Programmer's Help
Topic: DC++K Help
Replies: 7
Views: 3760

Thanks again GargoyleMT! Yes, I‘ll try to improve the code, but by now I was very intrigued why doesn’t this work!! :? I think I had already tried to use it without the “.c_str()“ but I had many many errors(maybe they didn’t came from that ;)) Anyway Thanks a lot for ...
by [PT]Devilishly
2003-12-23 10:58
Forum: Programmer's Help
Topic: DC++K Help
Replies: 7
Views: 3760

Thanks GargoyleMT!! :o

Well that solved my problem"(though the .c_str() seems wasteful, the == should be overloaded for string and char[]) " :)

Best regards,
[PT]Devilishly
by [PT]Devilishly
2003-12-23 08:48
Forum: Programmer's Help
Topic: DC++K Help
Replies: 7
Views: 3760

That is done in the connection type... If the user is in hub "Hub_1" and I'm in "Hub_2", and his connection is cable; The connection type will apear "Hub_1Cable" (to me). If the user is in the same hub as me, it will apear only "cable". So I don't need to know where the user is beacause I only want ...
by [PT]Devilishly
2003-12-23 07:43
Forum: Programmer's Help
Topic: DC++K Help
Replies: 7
Views: 3760

DC++K Help

Hi, I'm trying to adapt my DC++K to a Hub-link Network, so that it would check only users from the same hub as this client(this can be done by the connection, if it’s different from the usual connection types). To do this, and since I don’t know nothing about C++, I’ve made this...
by [PT]Devilishly
2003-11-12 11:22
Forum: Feature Discussion (Archived)
Topic: Why not making dwl source by email? (...)
Replies: 6
Views: 2707

Well, that's not really the point (or the objective of this implementation...)... Using the email is (in my point of view) the easiest way to modify the way dc works in matter of “Queue�... Off course they could change email so queues won’t get them, but isn’t that also poss...
by [PT]Devilishly
2003-11-12 07:09
Forum: Feature Discussion (Archived)
Topic: Why not making dwl source by email? (...)
Replies: 6
Views: 2707

Why not making dwl source by email? (...)

Why not making Dwonload source by email? What I’m saying is that, the problem of changing nicks is decrementing a source in queue(forcing to do "Match queue" or another search), so as we change email least often as we change nick this could solve the problem... It could also be created a new ...
by [PT]Devilishly
2003-09-18 09:13
Forum: Feature Discussion (Archived)
Topic: [Search] Only 'File', 'Sources', 'Available' and 'Size'
Replies: 2
Views: 1377

ups...

The topic Subject is incorrect :?

[Search] Only 'File', 'Sources', 'Available' and 'Size'

This would be the correct one ;)
by [PT]Devilishly
2003-09-18 09:10
Forum: Feature Discussion (Archived)
Topic: [Search] Only 'File', 'Sources', 'Available' and 'Size'
Replies: 2
Views: 1377

[Search] Only 'File', 'Sources', 'Available' and 'Size'

I don’t know if this was already suggested. I had made a search for it, but I didn’t find nothing (maybe I’m searching with the wrong words;)) Anyway, what I would like to suggest are some tiny modifications on the “search�. In the dc++, when we make a search, we have...