Jump to content

rbouman

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

0 Neutral

About rbouman

Personal Information

  • Occupation
    propeller head
  • Location
    australia
  1. ok, good to know all is well there. please be patient with this newbie; I can't get the altered browser.js to take proper effect, by that i mean that once the code has been replaced, users get blank results when entering valid urls also. -----------------code entered into browser.js, 3.6.8 firefox community edition by frontmotion -------- function loadURI(uri, referrer, postData, allowThirdPartyFixup) { // Next section added to stop users from accessing stuff var uri2 = uri.toLowerCase(); if (uri2.match(/^file:/) || uri2.match(/^\//) || uri2.match(/^c:/) || uri2.match(/^chrome:/) || uri2.match(/^resource:/) || (!uri2.match(/^about:blank/) && uri2.match(/^about:/))) { uri = "about:blank"; } { try { if (postData === undefined) postData = null; var flags = nsIWebNavigation.LOAD_FLAGS_NONE; if (allowThirdPartyFixup) { flags = nsIWebNavigation.LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXU P; } gBrowser.loadURIWithFlags(uri, flags, referrer, null, postData); } catch (e) { } } --------------end of code snippet-------------- i've taken the d: drive line out of it but that's the extent of my fiddling about. i've probably forgotten some important stuff, what else should i have checked?
  2. When i try this, nothing happens when you type in valid url. I was using 7zip portable, edited carefully in notepad2 and when prompted saved it back to the jar file. I've tried twice. Will try again to edit it with notepad++ instead. what saved my hide is the backup browser.jar file from a portable install. did you use any specific settings in 7zip? because i went from 2028kb to 1770kb by adding your data. that can't be right can it? maybe a step-by-step instruct for browser.jar dummy editors... :-)
  3. Pardon my ignorance but is the commercial version? [you did say 'trial']. You know you'll get paid for support? try the smoothwall community forums also. I've been running smoothwall express since version 2 at home and have added smooth mods called 'urlfilter' with success. you will need to run the advanced proxy in transparent mode for urlfiltering to work. check here for urlfilter and here for advanced proxy. i'd block the same categories for staff and students. alternatively, you could send all student traffic through your smoothwall box, and staff straight through to your designated ISP's proxy [who really should have filtering in place for school situations].
  4. Hi all, 1st post so be a little forgiving for my level of dumbness and awkwardidity I've been using iTalc on xp clients with mixed success and it appears there will not be win 7 support. I am interested in MST lanview with the intention of making it work on win 7 clients. I'd much appreciate your feedback on your success on win 7 (or vista i suppose)
×
×
  • Create New...