Search found 9 matches

by MangaDav
2003-08-23 18:56
Forum: Protocol Alley
Topic: newlines?
Replies: 2
Views: 2490

To hzve a new line in a PM, you only have to press the lkeys CTRL and ENTER at the same time :wink:
by MangaDav
2003-08-11 12:45
Forum: Hubs and scripts
Topic: How to begin a new line in a bot-PM from *.txt-file
Replies: 1
Views: 1312

There are two possibilities... The first is : Make the new lines yourself... The code for a new line is vbcrlf (for Visual Basic Carriage Return Line Feed) so this code works : Line1 = ... Line2 = ... curUser.PrivateMessage sBotName, Line1 & vbcrlf & line2 The second possibility is to read the whole...
by MangaDav
2003-08-09 02:57
Forum: Hubs and scripts
Topic: OP Status
Replies: 3
Views: 2177

This little script stocks in the object oKick the number of kicks an Op does and, if you send the command "!NbKicks [OP-Name]" you get a PM from this OP saying how many kicks he has done... I don't know how to get the reason of the kick nor how to get who has banned and he reason... So I can't make ...
by MangaDav
2003-08-09 02:34
Forum: Hubs and scripts
Topic: connection always times out....
Replies: 2
Views: 1654

What Modem do you use ? 'cause some ADSL modem are in fact routers and have built-in firewall...
by MangaDav
2003-08-07 07:38
Forum: Hubs and scripts
Topic: Script Problem : download a user's file list ??
Replies: 1
Views: 1390

Script Problem : download a user's file list ??

In fact, I want to do a little script to download a user's file list to each op anytime someone (new nicknames only, allready known nicks won't be downloaded) connects to the hub. How can I do this ? Is this possible ?? (I can do everything of this script except send the messages needed to download ...
by MangaDav
2003-08-07 07:03
Forum: Hubs and scripts
Topic: Increasing Download Bandwith
Replies: 5
Views: 3369

If you have an ADSL connexion, then you have maybe the possibility to increase the speed... 'Cause in fact, synchronization problems (Modem is unable to find and to keep a correct ADSL Signal) can slow down the connexion... To know if you have synchronizaton problems, the best thing to do is to ask ...
by MangaDav
2003-07-27 20:22
Forum: Hubs and scripts
Topic: anagram game
Replies: 7
Views: 3916

If you want, I have programmed a good working Anagram game... I've never had any problems with it. It can save the scores and doesn't use all the memory by putting the whole dictionary into the memory but in exchange, it's a bit slowler... If you want to change the language, you only have to change ...
by MangaDav
2003-04-13 23:47
Forum: Programmer's Help
Topic: BCDC++ Linking problem :-S (sorry to post this :-S)
Replies: 4
Views: 2886

Ah, I've thought arntheduck was the author 'cause on the advanced3page, it was his nick in the CVS username...
Then, I'll send him a PM to do him apologizes ;)

Anyway, thank you very much, I'll try what you've explain and tell you if it works :)
by MangaDav
2003-04-13 16:46
Forum: Programmer's Help
Topic: BCDC++ Linking problem :-S (sorry to post this :-S)
Replies: 4
Views: 2886

BCDC++ Linking problem :-S (sorry to post this :-S)

Hello all... I know I shouldn't ask this here but don't know where to ask my question... please don't send me in the hall of fame ^_^; In fact, it's about BCDC++... When I try to compile DC++ 0.241, there is no problem but when I try to compile BCDC++ 0.241, I get those errors... (I haven't paste th...