Search found 25 matches

by DamionNH
2004-02-26 12:04
Forum: Feature Discussion (Archived)
Topic: Remembered Windows Posistions
Replies: 5
Views: 2195

Remembered Windows Posistions

Would be nice if hub windows remembered size and location on closing. if same hub opened again, aka favorites, they could open in same layout as when last closed.
by DamionNH
2004-01-30 15:29
Forum: Hubs and scripts
Topic: Is There A WORKING Sports Or ANY Triva Script Out There?
Replies: 4
Views: 2303

Have you tried this one? be sure to follow the directions on install.

http://www.snooze.no-ip.com/Snooze3/viewtopic.php?t=51
by DamionNH
2003-11-21 10:02
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8950

he's at it again.. :lol:
by DamionNH
2003-11-20 13:23
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8950

Guess I didn't make this clear enough. Find the LoadStats Function aka as it appears in the script Sub LoadStats Goto the end of this subroutine, you will seen the 1st and 5th line of the following code. Add the three lines with the ' New Line comment between the two existing ones. sDateRegged=ReadF...
by DamionNH
2003-11-18 15:01
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8950

The following Code will save the Max values. You will need to put the current values in the StatSettings.txt file in the order they appear at the bottom. Peak Users, Peak Time, and Peak Share. This should work, if not, should be able to wipe out the StatSettings.txt file and start again. Untested, s...
by DamionNH
2003-11-18 13:59
Forum: Hubs and scripts
Topic: HELP to format a list in nice columns
Replies: 2
Views: 1603

Since the clients don't use a Fixed Width Font, no matter what you do it won't work perfectly all the time. You are on the same path as I used that gave the best results... Prob no help, but here ya go. tText = "This is a list of registered users:" & vbCrlf For Each usrUser in frmHub.lstOps.ListItem...
by DamionNH
2003-05-19 12:40
Forum: Hubs and scripts
Topic: Window pop up on connect
Replies: 4
Views: 2260

or quicker if message is the same.

Code: Select all

Sub OpConnected(curUser)
   Call NewUserConnected(curUser)
End Sub
by DamionNH
2003-04-25 15:00
Forum: Hubs and scripts
Topic: Next generation of VB hub scripting
Replies: 58
Views: 18322

Know what I doing this weekend.. :lol:

and Hey Sheck
by DamionNH
2003-04-25 09:30
Forum: Hubs and scripts
Topic: Next generation of VB hub scripting
Replies: 58
Views: 18322

am waiting to start testing.. went through the help.script.. started drooling.. might be about to do the scripts I dream about.. :D
by DamionNH
2003-04-22 13:52
Forum: Hubs and scripts
Topic: Next generation of VB hub scripting
Replies: 58
Views: 18322

$UserIP or $MyIP what difference does it make, he's supporting both. Tas, is sounding very nice.. and love the screen shots, looks like room to put more stuff in with ease. Love the class access, and the winsock ease looks great should be able to some things I have just dreamed about. On the redirec...
by DamionNH
2003-04-21 11:55
Forum: Other Direct Connect tools
Topic: Automatic message to downloaders
Replies: 4
Views: 3823

Impossible for the hub owner to sniff out what a person is DL from another. The connect to me only tells the hub who requesting a connection from who. No file names are ever shown to the hub interface except for passive search results or searches for certain filenames.
by DamionNH
2003-04-21 11:44
Forum: Hubs and scripts
Topic: Next generation of VB hub scripting
Replies: 58
Views: 18322

sounds like a good project here are somethings I wouldn't mind seeing. user quit or disconnected event that a Script can hook to see when someone leaves the hub. if using tabs for settings for the hub, ablility to add more than one tab for custom script controls to hub interface, maybe a couple blan...
by DamionNH
2003-04-01 13:01
Forum: Hubs and scripts
Topic: Script that can allow "uploading"
Replies: 9
Views: 4064

One little problem using the queue.xml file. I think you would have to restart dc++ to read/see the changes.
by DamionNH
2003-02-28 10:56
Forum: Hubs and scripts
Topic: major script problem
Replies: 11
Views: 5024

Fist sorry about the double post.

Odc is using a funky tag to now.. having to adjust my bot also. I love standards.. which are never a dc thing. :D
by DamionNH
2003-02-27 13:19
Forum: Hubs and scripts
Topic: major script problem
Replies: 11
Views: 5024

This might help.. changing the BeforeFist and such routines. Function BeforeFirst(sIn, sFirst) 'These are helper functions and do what their names imply If InStr(1, sIn, sFirst) Then BeforeFirst = Left(sIn, InStr(1, sIn, sFirst) - 1) Else BeforeFirst = "" End If End Function Function AfterFirst(sIn,...
by DamionNH
2003-02-27 13:18
Forum: Hubs and scripts
Topic: major script problem
Replies: 11
Views: 5024

This might help.. changing the BeforeFist and such routines. Function BeforeFirst(sIn, sFirst) 'These are helper functions and do what their names imply If InStr(1, sIn, sFirst) Then BeforeFirst = Left(sIn, InStr(1, sIn, sFirst) - 1) Else BeforeFirst = "" End If End Function Function AfterFirst(sIn,...
by DamionNH
2003-02-21 13:17
Forum: Protocol Alley
Topic: DC++ and registered user are becoming a problem
Replies: 14
Views: 6991

totally in favor of the h: or maybe a T:

either way will make me happy person Arne.

I will adapt.. :D
by DamionNH
2003-02-21 13:13
Forum: Hubs and scripts
Topic: Passive user check
Replies: 13
Views: 6415

Okay, let me see if I have this straight.

Send RevConnectToMe

Acitve NMDC and DC++ reply with ConnectToMe

Passive NMDC doesn't reply
Passive DC++ replies with with RevConnectToMe

is this correct?
by DamionNH
2003-02-21 13:03
Forum: Hubs and scripts
Topic: This is pathetic!
Replies: 5
Views: 3453

I would say over restrictive especialy the Open Slots. Depending on how it checks and when it checks. I suspect that is a major problem, is that on entry only or always?
by DamionNH
2003-02-03 17:04
Forum: Hubs and scripts
Topic: Script to register hub on the list
Replies: 7
Views: 4099

Hey mrdesai83

Quit showing your web address, your site has enough popups to choke a T3 connection!!!!
by DamionNH
2003-01-24 18:12
Forum: Hubs and scripts
Topic: Two bots in same Hub
Replies: 12
Views: 5967

Good VB Script Highlighter and more..

Visit http://www.kt2k.com/ for AEdiX, it does various programming languages, including VB Script hightlighting. Is great to me. Also, another way to work Large scripts. This method makes it easy to edit and restart a bot without worring about size. This goes into the main .script file. Of course any...
by DamionNH
2003-01-20 15:04
Forum: Hubs and scripts
Topic: DL and UP check in BCDC++ .22
Replies: 28
Views: 14202

BCDC++ will not ruin the DC Comunity.. it's the people who abuse the system!!!
by DamionNH
2003-01-09 17:41
Forum: Hubs and scripts
Topic: Connectiontype in front of username script??
Replies: 4
Views: 2977

this ain't on Ptokax advertising forum.
by DamionNH
2003-01-08 14:45
Forum: Feature Discussion (Archived)
Topic: Upload Speed Limiting
Replies: 187
Views: 90469

Personally, I do like a client with bandwidth throttling. I use it to make sure I don't crash the company's router. yet still provide a good amount of bandwidth to people. I sit in a number of hubs, using two BCDC clients throttled about about 120kb/s and 170kb/s. it' works for me. I would like to s...
by DamionNH
2003-01-08 13:56
Forum: Hubs and scripts
Topic: Goose script-site
Replies: 10
Views: 5561

Hey Ender.. what is that thing you made? I don't trust EXE files any farther than I can throw em.