Jump to content

domain to ip?


Recommended Posts

I took a look at ping and _getip(), but neither looks like it would work...

I think (not sure) but _getip() is only for the current user's computer

I tried _getip("www.google.com") and it didn't work.

Does anyone have any ideas? Thanks.

Link to comment
Share on other sites

Here's what I came up with... to try and bypass school webfilters. It works some of the time.

#include <IE.au3> 
dim $ip
dim $text
TCPStartup()
$text = InputBox ( "Link converter by ~The BISD Rebel~", "Enter the website that you would like to visit:" , "" , "" , .35 * @DesktopWidth, .2 * @DesktopHeight )
if not $text = "" then $ip = TCPNameToIP($text)
if not $ip = "" then _IECreate ($ip)
Link to comment
Share on other sites

Why not just bypass the filters using one of the many websites designed to do that? Like http://www.workfriendly.net/

Edited by Xenogis

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

Because Lightspeedsystems blocks those... if you try to google web proxy or anything like that and click on anything - they are all blocked.

I don't know of one that is not blocked. Perhaps tomarrow I will test workfriendly.net.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...