Jump to content

Recommended Posts

Posted

I asked this in glenndas other thread, but has anyone considered adding code that would allow an admin to look at the overall use of resources over say a day or week? So that we as admins could see if there were resources in locations of the school that are simply not getting used? (in case anyone has but hasnt seen the other thread)

 

I have been asked to look into this, as a possible method of moving resources around the school, to locations where they are needed.

  • 2 weeks later...
Posted

Sorry to keep posting in this thread, I'm not sure that anyone is actually even reading this. But anyway, has anyone found a solution to when students simply just turn the machine off....rather than logging out like they should?

 

Tah

Posted
Sorry to keep posting in this thread, I'm not sure that anyone is actually even reading this. But anyway, has anyone found a solution to when students simply just turn the machine off....rather than logging out like they should?

 

Tah

 

Nope - its getting annoying as my Intranet looks to it for getting the username! Although i'm thinking of setting the power button function to Logout! and then wait for fog to shut them down at the end of the day!

  • 1 month later...
Posted

Can somebody tell me where the user type is taken from in the logon.vbs script on lines 23 and 24 please? I just don't understand the instructions? Brain freeze!

 

Thanks

Posted
Can somebody tell me where the user type is taken from in the logon.vbs script on lines 23 and 24 please? I just don't understand the instructions? Brain freeze!

 

Thanks

 

I gave up on that and removed the options from the pages - I think its description but i'm not sure!

  • 3 weeks later...
Posted (edited)
Hi this is exactly what I'm looking for can you tell me how you have done this?

 

If you mean the user type then it is all to do with their description in AD

Edited by reggiep
Posted
Hi this is exactly what I'm looking for can you tell me how you have done this?

 

I've pulled all the data out of webmans login tracker and then create custom PHP scripts to display the data i've wanted.

Posted
Brilliant thanks a lot, for your replies

 

if you pm me an email address i will send over the files for you to play with if you would like?

  • 2 months later...
Posted
if you pm me an email address i will send over the files for you to play with if you would like?

 

I would, but I need to make one more post in the forum before I can PM (a very odd rule!).

  • 1 month later...
Posted

I did it for free by counting the rows of active logins using webmans login tracker in mysql with the computer name (or part of) matching a standard thing).

 

The Mysql query for each room is as follows.

 

mysql_num_rows(mysql_query("SELECT * FROM hostnames WHERE hostname LIKE 'c1-%' AND hostname_id IN (SELECT hostname_id FROM logins WHERE active = '1')"));

 

this then counts the amount of rows in the db set as active for any hostname starting with c1-

 

I then had a display page which created a new row for each room and worked out that if there was 20 rows in the db there was 11 free pc's and displayed 11 free from 31

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...