Fenoit Posted May 10, 2011 Posted May 10, 2011 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.
Fenoit Posted May 19, 2011 Posted May 19, 2011 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
glennda Posted May 19, 2011 Author Posted May 19, 2011 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!
reggiep Posted June 30, 2011 Posted June 30, 2011 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
glennda Posted June 30, 2011 Author Posted June 30, 2011 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!
mousi Posted July 22, 2011 Posted July 22, 2011 Hi this is exactly what I'm looking for can you tell me how you have done this?
reggiep Posted July 22, 2011 Posted July 22, 2011 (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 July 22, 2011 by reggiep
glennda Posted July 22, 2011 Author Posted July 22, 2011 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.
glennda Posted July 22, 2011 Author Posted July 22, 2011 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?
PaulKenward Posted October 3, 2011 Posted October 3, 2011 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!).
brooker101 Posted November 7, 2011 Posted November 7, 2011 This software has been produced by Impero Software for Universities to show available PC's in a Lab. Contact Alex Ball on 01509 611341, I am sure he can help.
glennda Posted November 7, 2011 Author Posted November 7, 2011 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now