Registered Users Only!

Which hub software is the best? Where can I find script XXX? Discuss it here...(no, this is not for advertising your hub...)

Moderator: Moderators

Night
Posts: 10
Joined: 2003-06-03 19:06
Location: sweden

Registered Users Only!

Post by Night » 2003-11-20 14:14

Hello!!

I am looking after a vb script that says "this hub is a reg only hub bla bla ex"
In the nmdc hub, it says "Registered Users Only", is there any script for that?
if users connect you can modife it yourself!!!

Greetings night

don_des
Posts: 7
Joined: 2003-07-06 12:26
Location: Denmark

Post by don_des » 2003-11-20 15:27

If you want to modifide your own actions about registrated users in the NMDC hub program, then you can find the data here:

User name: frmHub.lstOps.ListItems.Item(i).Text
Password: frmHub.lstOps.ListItems.Item(i).SubItems(1)
Operator: frmHub.lstOps.ListItems.Item(i).SubItems(2)
Last connected: frmHub.lstOps.ListItems.Item(i).SubItems(3)

Block all users in the "Sub NewUserConnected(curUser)", and make the actions in: Sub OpConnected(curUser).

All registreted user are counted as "ops" in this SUBs -- that is true or false, which makes the differents between ops and reg. users.

Hope it helps a little bit, even I have not made the script :D

don_des

Who is online

Users browsing this forum: Google [Bot] and 0 guests