![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2006
Posts: 3
Rep Power: 0
![]() |
INternet Cafe software
hi ! i am a novice in network softwares
i have to automate my computer center which has 200 computers and ISA installed there are 2000 students who have roll nos and password a student enters his rollno. and is alloted a computer if free the student goes on to the computer allotted and enters his password and is given access to the internet for 30 min. after which he is automatically logged off plz help me this is my assignment |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
What have you done so far?
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2006
Posts: 3
Rep Power: 0
![]() |
hi infinite recursion
hi
thats the problem i havent done anything about the internet cafe software wat we have created is the interface and the database of students in SQL server 2000 ideas that I have :: 1) change the default gateway using netsh (so ineffect he is gone out of the network) 2)log off the student from the computer nd change the password programmatically(i have the code for that ) 3)use ISA server facilities help plzzzzz 3) |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
The way I would go about something like this is to have a script that executes during the user login which acts as a countdown timer. When the timer reaches 30 minutes log off the student and change the account's password, basically executing the code that you have in your second idea. You could also set a locked flag (boolean) in the database to determine if the account has "authority" to continue processing, if not you can log the account off.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jan 2006
Posts: 3
Rep Power: 0
![]() |
Thanks Infinite recurssion
hi there
thanks for the advice man i will be working on this to change the password of Windows logon and log off the student after 30 min |
|
|
|
|
|
#6 |
|
Programming Guru
![]() ![]() ![]() |
You're welcome, good luck!
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|