+ Post New Thread
Page 3 of 3 FirstFirst 123
Results 31 to 41 of 41
Scripts Thread, Proxy On Proxy Off App in Coding and Web Development; Hi Craigg New to this site, i cant connect to your site, do i need a specific version of java?...
  1. #31

    Join Date
    Oct 2009
    Location
    South Africa
    Posts
    1
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Hi Craigg

    New to this site, i cant connect to your site, do i need a specific version of java?

  2. #32

    RabbieBurns's Avatar
    Join Date
    Apr 2008
    Location
    Sydney
    Posts
    4,510
    Blog Entries
    6
    Thank Post
    930
    Thanked 402 Times in 257 Posts
    Rep Power
    141
    Quote Originally Posted by Chunky View Post
    For multiple proxies at home (for browsing), I use Firefox & FoxyProxy.

    Does what I need it to do.

    Chunks
    I just discovered foxy proxy today.. Its great.. I have set bbc.co.uk/iplayer to be the proxy trigger and it activates the proxy so I can watch iplayer, but keeps the proxy off for all other browsing..

  3. #33

    Join Date
    Nov 2009
    Location
    lowestoft
    Posts
    11
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    hi

    thats quite a neat little prog, could you knock me one out using :

    cachepilot (insted of ip) port 8000

    many thanks

    Mark

  4. #34
    jloader's Avatar
    Join Date
    Sep 2009
    Location
    Stoke On Trent
    Posts
    15
    Thank Post
    1
    Thanked 2 Times in 2 Posts
    Rep Power
    5
    That would be no problem at all will post your file on here shortly

  5. #35

    Join Date
    Nov 2009
    Location
    lowestoft
    Posts
    11
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    That would be much appreciated fella

    Mark

  6. #36

    Join Date
    Nov 2009
    Location
    lowestoft
    Posts
    11
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Hi Josh,
    Did you ever post me that file to switch between home school proxy only i cant ever remember getting it !! It may just be me getting old, anyway have a good christmas fella.

    Mark

  7. #37
    IanT's Avatar
    Join Date
    Aug 2008
    Location
    @ the back of my server racks farting.....
    Posts
    1,774
    Thank Post
    2
    Thanked 114 Times in 105 Posts
    Rep Power
    54
    are you able to change the Proxy address for the app?

  8. #38

    Join Date
    Feb 2010
    Location
    .
    Posts
    1
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    hi i like you little proxy on off application, is there any chance of having a custom made version for our school i dont know if it is possible for 2 differant versions. one for staff laptops and one for school student laptops. my email is chriscook55@freenet.com or facebook me on the same email address. thanks for your help

    Chris Cook

  9. #39

    mac_shinobi's Avatar
    Join Date
    Aug 2005
    Posts
    6,576
    Thank Post
    836
    Thanked 583 Times in 546 Posts
    Rep Power
    163
    foxy proxy as above for firefox

    proxy changer might be worth a shot

    Proxy Changer Free Internet Explorer Proxy Changer

  10. #40
    thesk8rjesus's Avatar
    Join Date
    Sep 2008
    Posts
    73
    Thank Post
    8
    Thanked 3 Times in 3 Posts
    Rep Power
    7
    i created a .vbs that we set on startup of all the laptops that ask are you at school, if they are it added in the proxy and enables it, if there not then it disables it. all that needs to be edited is <<proxyservername>> and <<portaddress>>

    Const HKEY_CURRENT_USER = &H80000001

    Dim objShell2
    Set objShell2 = WScript.CreateObject("WScript.Shell")
    'objShell2.RegWrite RegLocate,"0","REG_DWORD"
    objShell2.RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\ProxyServer","<<Proxyservername>>:<<Porta ddress>>","REG_SZ"

    intmsg = msgbox("Are you at School?",vbYesNo+vbQuestion,"Changing Proxy Settings")

    if intmsg = vbyes then dwvalue = 1 else dwvalue = 0

    strComputer = "."
    Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")

    strKeyPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Interne t Settings"

    strValueName = "ProxyEnable"
    objRegistry.SetDWORDValue HKEY_CURRENT_USER, strKeyPath, strValueName, dwValue

    msgtxt = "The Proxy Server Has Been "
    if dwvalue = 0 then msgtxt = msgtxt & "Disabled"
    if dwvalue = 1 then msgtxt = msgtxt & "Enabled"

    intmsg = msgbox(msgtxt,vbOKOnly+vbInfo,"Done")

  11. #41

    Join Date
    Jan 2007
    Location
    Nottinghamshire
    Posts
    270
    Thank Post
    1
    Thanked 44 Times in 28 Posts
    Rep Power
    21
    Set oShell = WScript.CreateObject("WScript.Shell")

    strComputer = "."
    Set oWMIService = GetObject("winmgmts:{impersonationLevel=impersonat e}!\\" & strComputer & "\root\CimV2")
    Set colItems = oWMIService.ExecQuery("Select * From Win32_NetworkAdapterConfiguration Where IpEnabled = True")
    'wscript.echo colitems.count
    For Each objItem in colItems
    If Not IsNull(objItem.DefaultIpGateway) Then

    ip = join(objItem.IpAddress)
    iparray = split(ip,".")

    else
    'wscript.echo "no ip for " & objItem.caption
    End If
    Next

    will get your current IP, then you can automatically tell if you're on the school network (assuming you're on something unique-ish.

SHARE:
+ Post New Thread
Page 3 of 3 FirstFirst 123

Similar Threads

  1. RM proxy + internal proxy
    By rh91uk in forum How do you do....it?
    Replies: 7
    Last Post: 4th October 2008, 12:38 PM
  2. Proxy switch "proxy on" & " proxy off" software
    By GavRob in forum Network and Classroom Management
    Replies: 20
    Last Post: 30th July 2007, 10:05 PM
  3. Proxy Settings
    By Jonny_sims in forum Windows
    Replies: 19
    Last Post: 25th May 2007, 07:12 AM
  4. Proxy
    By Norphy in forum How do you do....it?
    Replies: 22
    Last Post: 18th September 2006, 10:56 AM

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
  •