Search found 141 matches

by Marvin
2003-04-17 15:17
Forum: Hubs and scripts
Topic: Script Request: Log UserName, IP Address and ShareSize
Replies: 35
Views: 10321

Many bugs in my code !! 1°/ The one triggering all the errors : shouldn't have used shared as an identifier (it is probably reserved). 2°/ The variable sMyInfoString is empty when NewUserConnected is fired. So, the script has to be modified to delay the writing of the log or to write a third l...
by Marvin
2003-04-17 06:48
Forum: Hubs and scripts
Topic: Script Request: Log UserName, IP Address and ShareSize
Replies: 35
Views: 10321

Re: Script Request: Log UserName, IP Address and ShareSize

Here come some modifications and addings to perform share size logging. [...] ' --------------------------- Sub NewUserConnected (curUser) ' --------------------------- If LogSucc = 0 Then Exit Sub Call WriteLog("Success from " &curUser.IP() &" as user " &curUser.sName&" sharing "&shared(curUser)&" ...
by Marvin
2003-04-17 06:16
Forum: Hubs and scripts
Topic: hub and client
Replies: 4
Views: 2468

1°-2°/ look here. Some use VBScript, some use Lua, some do not support scripting.

3°-4°/ look here
by Marvin
2003-04-16 15:12
Forum: Feature Discussion (Archived)
Topic: feature request: incomplete for folders
Replies: 1
Views: 1330

As this as already been requested, it would be great if you could provide a patch, since you seem to have a good idea on the way to achieve this.
by Marvin
2003-04-16 15:08
Forum: Hubs and scripts
Topic: Hub list problems? LOOK HERE!!
Replies: 32
Views: 1372162

A suggestion to indx

May I suggest you to set the URLs as HTML links on your site, so that we could easily check if they are alive before pasting them in DC++ ?
by Marvin
2003-04-16 14:27
Forum: Hubs and scripts
Topic: Simple script..
Replies: 3
Views: 2086

http://www.neo-modus.com/Scripts.zip

The script you need is SlotBot.script.
by Marvin
2003-04-16 05:54
Forum: Hubs and scripts
Topic: Logging IP Addresses
Replies: 15
Views: 7094

IP logging in Lua

My first Lua script : logging IPs on user connection. -- User Log script, by Marvin v0.2 04/16/2003 -- Saves the name, IP and time on user connection to an external file. sLogfile = "userlog.txt" -- the file will be in the Scripts folder. function NewUserConnected(curUser) appendto(sLogfile) write(c...
by Marvin
2003-04-15 06:26
Forum: Feature Discussion (Archived)
Topic: Prioritise Users
Replies: 6
Views: 3096

Read the thread about Rating Systems.
by Marvin
2003-04-15 06:21
Forum: Feature Discussion (Archived)
Topic: Multiple hub list download
Replies: 3
Views: 2352

You're right, DC++ tries to open the first hublist, displays an error message in case of failure, and discards the url until restart. Next time the hublist is required (by pressing refresh or closing/opening the Public Hubs window), DC++ tries with the second URL (if present). It does not do any com...
by Marvin
2003-04-14 16:23
Forum: Protocol Alley
Topic: hmmm how can I tell the end of an $SR command? There is no |
Replies: 4
Views: 2768

$SR command ends with the ip:port of the client that initiated the search process (a.b.c.d:e).
by Marvin
2003-04-14 16:10
Forum: Hubs and scripts
Topic: ViP Chat Room
Replies: 10
Views: 4166

Well, at least I took time to run it, so I found the two bugs. Here is the working release :wink: Dim sOpChatName, strTrig Sub Main () sOpChatName = "[uF]Chat" strTrig = lcase("$[uF]Greg$Richie@Milky$Jadey$d f x$kense$ViCIOUS$[-ViN-]$eMk_$Sean--$roller$pkrev$Dj Skillz$EsQuire$Perry$izzy$Luzzi$4xsamp...
by Marvin
2003-04-14 05:37
Forum: Hubs and scripts
Topic: ViP Chat Room
Replies: 10
Views: 4166

sCmd = AfterFirst(sCurData, " $") ' *** your code ' ******** Add this if not instr(1, strtrig, "$" & lcase(CurUser.sName) & "$") Then Curuser.PrivateMassage cstr(sOpChatName),"Sorry, VIP chat only" ' feel free to change that message ;) else '***************** For Each user In colUsers ' ****** your...
by Marvin
2003-04-13 12:25
Forum: Hubs and scripts
Topic: ViP Chat Room
Replies: 10
Views: 4166

Sorry, I thought that only vips could see the vip chat, so here we go sCmd = AfterFirst(sCurData, " $") ' *** your code ' ******** Add this if not instr(1, strtrig, "$" & lcase(CurUser.sName) & "$") Then Curuser.SendData cstr("$To: "& user.sName &" From: "& sOpChatName &" $" & "Sorry, VIP chat only"...
by Marvin
2003-04-13 11:53
Forum: Hubs and scripts
Topic: ViP Chat Room
Replies: 10
Views: 4166

Try to replace If instr(1, strtrig, "$" & lcase(curUser.sName) & "$") Then by If instr(1, strtrig, "$" & lcase(user.sName) & "$") Then As far as I understood the scipt, your line is testing if the speaker is VIP, wich is nonsense (probably a typo). Mine will test each user to check if he is VIP (as ...
by Marvin
2003-04-12 13:35
Forum: Hubs and scripts
Topic: My hub doesn't appear on Public list
Replies: 4
Views: 2704

I got it, i was just thinking of a post in the middle of the thread that was about registering a hub in the public list.
by Marvin
2003-04-11 18:05
Forum: Hubs and scripts
Topic: A minor problem with a script I found
Replies: 12
Views: 4718

Animated 0wner wrote:I had to take the script down. It has major flaws in it.

Code: Select all

    hub = BeforeFirst(AfterFirst(tag, ",H:"), ",S:")
This script doesn't know about the new hub tag (H:x/y/z), that might explain why it doesn't work.
by Marvin
2003-04-11 17:52
Forum: Hubs and scripts
Topic: My hub doesn't appear on Public list
Replies: 4
Views: 2704

There is a post in this thread about it.
by Marvin
2003-04-11 15:29
Forum: Hubs and scripts
Topic: A minor problem with a script I found
Replies: 12
Views: 4718

PS : if this didn't work, there might be a problem with the line setting the index object, so we would need the code that handles it.
by Marvin
2003-04-11 15:27
Forum: Hubs and scripts
Topic: A minor problem with a script I found
Replies: 12
Views: 4718

if index is holding the "bad" user, index.SendChatMessage should send him a message in the main chat (for his eyes only). Writing frmHub.DoEventsForMe before the index.disconnect line should solve your problem. Use PrivateMessage instead of SenChatMessage if you want an PM instead of the main chat w...
by Marvin
2003-04-11 14:27
Forum: Hubs and scripts
Topic: Hub list problems? LOOK HERE!!
Replies: 32
Views: 1372162

Marvin wrote:3. check if any firawall prevents DC++ to access port 80
What kind of bird is this :?: :?: :lol:
olo wrote:It still doesnt work!!!!!!!!!!!!!!!
Please be more specific, I can't help you if you don't give me exact feedback on each step.
by Marvin
2003-04-11 14:20
Forum: Feature Discussion (Archived)
Topic: History lists
Replies: 9
Views: 3926

Sorry if my answer seemed hostile (I was speaking of my brain crashes, not yours). Besides, as long as I can remember NMDC, I was quite pleased with the recently visited hub log in it.
by Marvin
2003-04-11 11:16
Forum: Hubs and scripts
Topic: Where can I find...
Replies: 1
Views: 1685

Forum wrote:Hubs and scripts
Which hub software is the best? Where can I find script XXX? Discuss it here...
This forum is not a human hublist.
by Marvin
2003-04-11 11:02
Forum: Hubs and scripts
Topic: Hub list problems? LOOK HERE!!
Replies: 32
Views: 1372162

  1. Check the lists in your web browser.
  2. erase any spaces before or after the hublist URL
  3. check if any firawall prevents DC++ to access port 80
by Marvin
2003-04-10 11:50
Forum: Hubs and scripts
Topic: Problem when running DChub program
Replies: 6
Views: 3279

Check Min Client Version in Direct Connect Hub, it should be 1.000 (the default). If it is, check that you didn't change Client version in DC++ (Advanced tab).
by Marvin
2003-04-10 08:08
Forum: Off Topic
Topic: GRAPHIC DESIGNERS
Replies: 12
Views: 5929

I voted no because I do not understand what this is about. I fear what I don't understand.
by Marvin
2003-04-10 07:25
Forum: Hubs and scripts
Topic: Maxhubs with dc++0.24 check
Replies: 14
Views: 6041

Animated 0wner wrote:A few noob questions, sorry. The above script...is it just for .24+ clients? If so, how will it react to earlier versions?
The script checks if the H: tag is H:n or H:x/y/z so it deals with the pre 0.24 clients too. Note that it doesn't count OPs.
by Marvin
2003-04-09 17:16
Forum: Feature Discussion (Archived)
Topic: Message Board Feature
Replies: 2
Views: 1409

Well, we notice the few who post, but thousands of them do it right...
by Marvin
2003-04-09 14:29
Forum: Protocol Alley
Topic: Perm ban
Replies: 3
Views: 2595

As far as I know, not through DC protocol (if that is what you meant by external bot).
by Marvin
2003-04-09 13:55
Forum: Hubs and scripts
Topic: Problem with FileAcces and constants
Replies: 2
Views: 1510

What is your Hubsoft ?
by Marvin
2003-04-08 13:57
Forum: Feature Discussion (Archived)
Topic: Not so important feature: Auto slot
Replies: 2
Views: 1502

In addition to that, there could be a field in the favorite hubs to open n slots when launching that hub.

With all the autoslot features around here, we would need a maximum upload slots as well.
by Marvin
2003-04-08 13:49
Forum: Feature Discussion (Archived)
Topic: Not so important feature: Auto slot
Replies: 2
Views: 1502

I like it. I probably will never use it, but I nevertheless like it !
by Marvin
2003-04-07 17:00
Forum: Hubs and scripts
Topic: Maxhubs with dc++0.24 check
Replies: 14
Views: 6041

It's a real pity that I'm to lazy to come out with nice posts like this one ! :cry:
by Marvin
2003-04-07 16:35
Forum: Programmer's Help
Topic: -= U P D A T E 1 =- AARRGGH!!! DC++ 0.241 keeps CRASHING!!
Replies: 2
Views: 1812

... back to the old and good working 0.233 This is wise ! Basically, new features are introduced in 0.xx, with 0.xx1 coming few days after to fix some small bugs, then 0.xx2 fixes some big bugs introduced by 0.xx and some small new bugs in 0.xx1, and so on. So 0.xx3 is probably more stable than 0.y...
by Marvin
2003-04-06 06:15
Forum: Feature Discussion (Archived)
Topic: Why can´t I log in
Replies: 1
Views: 927

Well, unfortunately, you posted in one of the few forums that have no sticky post about what is becoming the most asked question of the decade. The answer is here.
by Marvin
2003-04-06 05:42
Forum: Feature Discussion (Archived)
Topic: DC++ upload limit idea
Replies: 13
Views: 5383

He who wants to share, shares. He who doesn't want to share, won't share. No matter the features of the client.
by Marvin
2003-04-06 05:03
Forum: Other Direct Connect tools
Topic: A program called CutOff
Replies: 22
Views: 16811

Well, it really looks like rollback inconsistency, and to be sure you'll just have to look in the Download Queue , the last column is called Errors . The rollback inconsistency error in not related to resume, but to data loss : it can occur even if you download a file without interruption. Due to da...
by Marvin
2003-04-05 14:45
Forum: Feature Discussion (Archived)
Topic: Auto 1 slot to each hub a user is in
Replies: 119
Views: 34943

Haven't you ever heard of slot blocking NMDC clients (you are in one hub with 0 slots).

ps : sorry, I can't let this thread die, as it's my (second) favorite. :wink:
by Marvin
2003-04-03 10:58
Forum: Hubs and scripts
Topic: setting up a hub
Replies: 3
Views: 2188

It has nothing to do with the hub, as file transfer is from client to client. Altough I didn't understand everything in your sentence (far too long for me), I bet that the active mode of your friend's client is not properly set up.
by Marvin
2003-04-03 10:25
Forum: Feature Discussion (Archived)
Topic: Changing default hub list url in next DC++ version
Replies: 0
Views: 1617

Changing default hub list url in next DC++ version

The default url for the public list is not working (as we all know), and this can be a little bit confusing for new users.

Well, maybe it's a good way to make them discover this nice forum ! :wink:
by Marvin
2003-04-03 09:20
Forum: Feature Discussion (Archived)
Topic: auto open download slot if download speed drops below...
Replies: 2
Views: 1683

If you use that option (in settings/Downloads/Limits) with Maximum simultaneous downloads set to 1, it will meet your needs.
by Marvin
2003-04-03 09:13
Forum: Feature Discussion (Archived)
Topic: Add 2 buttons in the main barre
Replies: 13
Views: 5295

A refresh button will at least be usefull to teach refreshing to newbies (most of them seem to have a hole where their brain should store the /refresh command ;)).
by Marvin
2003-04-02 17:02
Forum: Feature Discussion (Archived)
Topic: Multiple Sources: "Change to..." Option
Replies: 2
Views: 1563

Wouldn't you have to stop a download to resume from another source ? So you should keep the slot open in case the new source has no free slot.
by Marvin
2003-04-02 16:51
Forum: Feature Discussion (Archived)
Topic: DC++ upload limit idea
Replies: 13
Views: 5383

DC++k also has this feature since 0.24 (improved in 0.242)
by Marvin
2003-04-02 16:49
Forum: Feature Discussion (Archived)
Topic: Messages in one window... important
Replies: 2
Views: 1477

This feature (almost) exists : Settings/Advanced/(un)Popup private messages.
by Marvin
2003-04-02 16:43
Forum: Hubs and scripts
Topic: Hublist at publiclist.no-ip.com?
Replies: 6
Views: 2771

sandos wrote:
Marvin wrote:The server at this address doesn't accept http connections.
You dont. This list is not available.
This means THE LIST IS DOWN!!![/b]
by Marvin
2003-04-02 15:29
Forum: Feature Discussion (Archived)
Topic: source manager ( user you are downloading from )
Replies: 5
Views: 2751

Well... Managing sources never crossed my mind ! Why remove sources anyway ?
by Marvin
2003-04-02 14:39
Forum: Hubs and scripts
Topic: Logging IP Addresses
Replies: 15
Views: 7094

In my code, it's impossible as the user has not send his name to the hub when the line is writen.

In other codes, just add &curuser.sname to the string
by Marvin
2003-04-01 07:04
Forum: Feature Discussion (Archived)
Topic: Download queue progress + Priority
Replies: 4
Views: 2298

You're damn right ! Some of this as been discussed before :wink:. Look here to see a post about priority and incomplete files.

Having a progress indicator in the queue list is a good idea, although a numeric value is sufficient IMO.
by Marvin
2003-04-01 06:51
Forum: Feature Discussion (Archived)
Topic: Auto 1 slot to each hub a user is in
Replies: 119
Views: 34943

Re: OK

hardist wrote:Why is it up to the hubs to write or use scripts to "handle" this.
This question has been answered in this very thread by Sedulus 6 days ago : clients can be modified to cheat your rule, your hub can't.