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
Registered Users Only!
Moderator: Moderators
-
don_des
- Posts: 7
- Joined: 2003-07-06 12:26
- Location: Denmark
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
don_des
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
don_des
Who is online
Users browsing this forum: Google [Bot] and 0 guests