How do you do....it? Thread, Allow teachers to block websites using Websense in Technical; I have been looking around myself, google etc cant seem to find any thing there... you might find it hard ...
-
6th May 2008, 08:52 AM #16 I have been looking around myself, google etc cant seem to find any thing there... you might find it hard as aint it designed so no one can "admin" it so to speak unless you go through the console.
James
-
-
IDG Tech News
-
6th May 2008, 09:31 AM #17 i've got some web scripts that interact with ISA server. it wouldnt be hard to use them as a base to create a block site page.
all you need is a blocked site rule, and a form that adds urls to that rule. I got a form that adds sites to a rule to be allowed when the internet is otherwise "off"
make of this what you will
Code:
<form action="allowurlprocess.asp" method="get">
<p>
<span class="style7">Input address here in the form <b><i>http://address/*</i></b> only [slash asterisk on the end is required]<br> <input type="text" name="url" value="http://" size="60"></style>
</p>
<p> </p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form> processing page:
Code:
<% sub processform()
dim root
set root = CreateObject("FPC.Root")
dim array
dim urlsetsarray
set array = root.GetContainingArray
set urlsets = array.RuleElements.URLSets
set urlset = urlsets.item("tempallowed")
url=request.querystring("url")
urlset.add url
urlsets.save
end sub %>
<% processform %> teachers need allocated admin rights on isa but its never been a problem since they dont have direct access to the server nor the admin software. I dont think too many even understand the concept of a proxy.
-
-
6th May 2008, 06:02 PM #18 
Originally Posted by
browolf
i've got some web scripts that interact with ISA server. it wouldnt be hard to use them as a base to create a block site page.
all you need is a blocked site rule, and a form that adds urls to that rule. I got a form that adds sites to a rule to be allowed when the internet is otherwise "off"
make of this what you will
Code:
<form action="allowurlprocess.asp" method="get">
<p>
<span class="style7">Input address here in the form <b><i>http://address/*</i></b> only [slash asterisk on the end is required]<br> <input type="text" name="url" value="http://" size="60"></style>
</p>
<p> </p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form> processing page:
Code:
<% sub processform()
dim root
set root = CreateObject("FPC.Root")
dim array
dim urlsetsarray
set array = root.GetContainingArray
set urlsets = array.RuleElements.URLSets
set urlset = urlsets.item("tempallowed")
url=request.querystring("url")
urlset.add url
urlsets.save
end sub %>
<% processform %> teachers need allocated admin rights on isa but its never been a problem since they dont have direct access to the server nor the admin software. I dont think too many even understand the concept of a proxy.
Thanks i will give that a go.

Originally Posted by
Joedetic
Question stands that why don't you just copy the way you're doing it in your other school???
Or at least take how you're doing it there and modify it to this situation :S
Well we are using websense but the other school are using Frog to filter.
-
SHARE: 
Similar Threads
-
By FN-GM in forum Windows
Replies: 6
Last Post: 20th June 2008, 12:18 AM
-
By Jamie_a in forum Windows
Replies: 8
Last Post: 23rd November 2007, 04:28 PM
-
By sahmeepee in forum Windows
Replies: 0
Last Post: 28th April 2006, 06:45 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules