Welcome to ISAserver.org
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
RE: adding a whole bunch of URL's to a destination set
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
RE: adding a whole bunch of URL's to a destination set - 1.Oct.2001 9:23:00 PM
|
|
|
kkatchis
Posts: 5
Joined: 25.Sep.2001
Status: offline
|
I didn't get it. My email is kkatchis@prohealthcare.com. Thanks!
quote: Originally posted by FKryszon: frihani -can't send by email without having an email address, could you?kkatchis & Palm7 -you should have it by now enjoy it...
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 1.Oct.2001 11:47:00 PM
|
|
|
FKryszon
Posts: 39
Joined: 16.Apr.2001
From: Belgium
Status: offline
|
kkatchis - resent, pls confirm receipt... frihani - sent, good luck with it..Tom Shinder, if you're reading this threat, do you think there's a way to make this vbs available for donwload here? Until then, try this link: http://users.skynet.be/gizmo/windows/d_set.zip -- to do -- the next step should be to re-create the script to read the 'unwanted' URLs from a separate text-file and place them in the right position; and do this in a kind of do-until loop. This would make the whole script smaller and more flexible. [This message has been edited by FKryszon (edited 02 October 2001).]
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 9.Oct.2001 9:25:00 PM
|
|
|
FKryszon
Posts: 39
Joined: 16.Apr.2001
From: Belgium
Status: offline
|
OK guys, finished a new script!whats new: the zip now contains 2 files: banner.txt (this file keeps all URL's that will be in the DestinationSet) banner.vbs (this script will read the URL's from banner.txt line by line and add them to a new destinationset called 'banners', just make sure, that there's isn't already a destinationset defined with this name) get it here: http://users.skynet.be/gizmo/windows/d_set2.zip hope, you'll enjoy this one.... ------------------ Frank Kryszon MCSE [2k] mailto:fkryszon@skynet.be
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 9.Oct.2001 9:39:00 PM
|
|
|
davidbrox
Posts: 4
Joined: 24.Aug.2001
From: Lenexa, KS, US
Status: offline
|
The script worked quite well for what we were trying to do. Our next challenge however is to allow our application people administer the destination sets. Meaning add, delete, and view as needed. I know that scripts allow these things to occur but how do we do this without giving up Administrative rights to the server? Any suggestions?
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 9.Oct.2001 9:57:00 PM
|
|
|
FKryszon
Posts: 39
Joined: 16.Apr.2001
From: Belgium
Status: offline
|
you could modify the VBS (deleting the part that creates the new destination set) and run it on a scheduled base, e.g every day, on the box with ISA Server. Therefore, noone needs special admin previleges. However, you need to give these ppl modify-access to the banner.txtwould that help?
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 10.Oct.2001 8:40:00 PM
|
|
|
Guyver_fixer
Posts: 54
Joined: 2.Oct.2001
From: London
Status: offline
|
Hi, Could you email me a copy of the script also? email: guyver_news@hotmail.com That would be very useful Thanks Paul Thompson
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 10.Oct.2001 9:55:00 PM
|
|
|
FKryszon
Posts: 39
Joined: 16.Apr.2001
From: Belgium
Status: offline
|
Guyver_fixer, please use the link above...
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 11.Oct.2001 12:32:00 AM
|
|
|
Guyver_fixer
Posts: 54
Joined: 2.Oct.2001
From: London
Status: offline
|
Thanks for that... I just didn't see that one  Paul Thompson
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 11.Oct.2001 4:10:00 AM
|
|
|
tshinder
Posts: 47439
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi Frank, Just caught this thread. Great script! I'll send it along to Stephen for posting. And I'll take a look at it myself too and see how it works. Thanks! Tom quote: Originally posted by FKryszon: kkatchis - resent, pls confirm receipt... frihani - sent, good luck with it..Tom Shinder, if you're reading this threat, do you think there's a way to make this vbs available for donwload here? Until then, try this link: http://users.skynet.be/gizmo/windows/d_set.zip -- to do -- the next step should be to re-create the script to read the 'unwanted' URLs from a separate text-file and place them in the right position; and do this in a kind of do-until loop. This would make the whole script smaller and more flexible. [This message has been edited by FKryszon (edited 02 October 2001).]
------------------ http://www.isaserver.org/shinder/ Get It Here!
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 11.Oct.2001 4:15:00 AM
|
|
|
tshinder
Posts: 47439
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi Seth, If you like, we can post Frank's script together with your program in a single .zip for people to download. If you're interested, email to tshinder@isaserver.org Thanks! Tom
quote: Originally posted by SethJones: The script worked great!I actually adapted it slightly, and then wrote a small VB program to export to it. Now whoever goes through the logs can paste the URL to be blocked (usually adult material of some sort) into the VB program, click a button to add the file to the list of URL's to be blocked, then once all URL's are added to the list, click another button that uploads the file to the server for execution by IS. Simple, but it works! Seth [This message has been edited by SethJones (edited 06 June 2001).]
------------------ http://www.isaserver.org/shinder/ Get It Here!
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 18.Jan.2002 11:29:00 AM
|
|
|
samuelss
Posts: 82
Joined: 26.Dec.2001
Status: offline
|
quote: Originally posted by FKryszon: OK guys, finished a new script!whats new: the zip now contains 2 files: banner.txt (this file keeps all URL's that will be in the DestinationSet) banner.vbs (this script will read the URL's from banner.txt line by line and add them to a new destinationset called 'banners', just make sure, that there's isn't already a destinationset defined with this name) get it here: http://users.skynet.be/gizmo/windows/d_set2.zip hope, you'll enjoy this one....
Using this script which was downloaded a few minutes, I get an error. It wont work/run. I do not have any destination set defined before running the script. However, this one works fine http://users.skynet.be/gizmo/windows/d_set.z- which is the one with only one file. What is the difference between the two? May be am doing something wrong which I do not know or may be I need to do something before running the script. I am not a programmer hence I will please need to know what to do or how to get around this. Any help will be appreciated. Sam.
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 18.Jan.2002 6:50:00 PM
|
|
|
wedlake
Posts: 6
Joined: 17.Jan.2002
Status: offline
|
Excuse teh ignorance here but is there a preference in adding destination sets to the Enterprise versus the server array? And if so what is the main difference. Thanks ISA Newbie  ------------------ Todd
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 18.Jan.2002 6:50:00 PM
|
|
|
wedlake
Posts: 6
Joined: 17.Jan.2002
Status: offline
|
Excuse the ignorance here but is there a preference in adding destination sets to the Enterprise versus the server array? And if so what is the main difference. Thanks ISA Newbie  ------------------ Todd
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 19.Jan.2002 7:23:00 PM
|
|
|
tshinder
Posts: 47439
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi Todd, Depends on how the enterprise policy treat array policy. If you allow array policy, you can block sites at the array level. HTH, Tom ------------------ Thomas W Shinder ------------------ http://www.isaserver.org/shinder/ Get It Here!
|
|
|
|
RE: adding a whole bunch of URL's to a destination set - 22.Jan.2002 4:59:00 PM
|
|
|
typer248
Posts: 9
Joined: 29.Nov.2001
Status: offline
|
I would like to get a copy of thta script. email: typer248@yahoo.com Thanks guys!
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|