Innovative Posted January 2, 2008 Posted January 2, 2008 How can we check if a port is opened or closed ?
James Posted January 2, 2008 Posted January 2, 2008 The way I would do it is it, find a website that can check port status and then use the _IE functions to return the data Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Innovative Posted January 2, 2008 Author Posted January 2, 2008 Which IE functions can i use ? please list me =(
James Posted January 2, 2008 Posted January 2, 2008 _IECreate() _IEBodyReadText() Read the helpfile on how to use them. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
DW1 Posted January 2, 2008 Posted January 2, 2008 could you just test a 'Telnet 127.0.0.1 <port>' to see if it can connect? AutoIt3 Online Help
Innovative Posted January 3, 2008 Author Posted January 3, 2008 @jamesb , thanks @danwilli .. I could only connect through port 80 (web port) but not 25 (smtp port) and 21 (ftp port)
Innovative Posted January 3, 2008 Author Posted January 3, 2008 EDIT : I used http://canyouseeme.org for the port checker.. But no matter what i try, i just can automatically enter the value (the port) into the input and submit to check if the port is opened (WITHOUT Send() please)
James Posted January 3, 2008 Posted January 3, 2008 _IEFormElementSetValue Look through the helpfile in the IE section. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now