Search found 8 matches

by CerebusJam
2003-04-15 16:46
Forum: Hubs and scripts
Topic: Easy question, hard answer? Automatic filelist retrieval
Replies: 5
Views: 2641

Small hub, small number of files

there's gotta be some way to do it...this isn't lots of data. small hub, small numbers of files. I know it's not feasible for the larger hubs, but it would make my life easier, that's for sure.

--C
by CerebusJam
2003-04-15 14:44
Forum: Hubs and scripts
Topic: Easy question, hard answer? Automatic filelist retrieval
Replies: 5
Views: 2641

Easy question, hard answer? Automatic filelist retrieval

How can a person running a hub automagically retrieve the filelist of the logged in users, say, once per day? (Other than manually pulling them, that is.)

Regards,
C
by CerebusJam
2003-02-05 08:07
Forum: Programmer's Help
Topic: DC++ Url Handler code - please help!
Replies: 16
Views: 7488

Hmmm...

Still doesn't work. Even if I'm already logged into the hub, it prompts me again to log in, and it never actually gets the dir, just the file list. Is there a problem with paths with spaces in them?

--C
by CerebusJam
2003-02-04 08:32
Forum: Programmer's Help
Topic: DC++ Url Handler code - please help!
Replies: 16
Views: 7488

Yep, caught that one - I know at least that much about coding. :) Let me know what you find out - I'm very grateful.

--C
by CerebusJam
2003-02-03 13:58
Forum: Programmer's Help
Topic: DC++ Url Handler code - please help!
Replies: 16
Views: 7488

I wish that worked!

Thanks for trying, but that still only gets me the file list - and I'm using the new 0.23 version. I can't find that particular directive defined anywhere - but after commenting out that part, and only leaving the download directory code, I still can't make it work. A little debug assistance?

--C
by CerebusJam
2003-02-03 12:07
Forum: Programmer's Help
Topic: DC++ Url Handler code - please help!
Replies: 16
Views: 7488

DC++ Url Handler code - please help!

OK, folks - there's a very simple change to the code that I'd love to get going myself, but I'm unable to figure out the code. The official Direct Connect code can handle this, but DC++ has yet to do so - and I can't believe that it would take a huge stroke to get it done. I'll even donate $$ to get...
by CerebusJam
2003-01-29 09:30
Forum: Protocol Alley
Topic: dchub:// link assistance
Replies: 2
Views: 2380

So replace the '/' with '\', right? I want to make sure that I get the right meaning of backslash. :lol:
--C
by CerebusJam
2003-01-29 07:57
Forum: Protocol Alley
Topic: dchub:// link assistance
Replies: 2
Views: 2380

dchub:// link assistance

Let's say, for the sake of example, that I've modified the command line handling code of DC++ to parse the following type of address: dchub://fav.dc.hub:port/user/path/album and dchub://fav.dc.hub:port/user/path/album/file?size=nnnnnn I've stored all of the parts of the path in strings. My questions...