Automatic Login and pop-up block on I-ON

Are you sick of the same I-ON login page that asks you to enable pop-ups every time you open your browser and try to access the Internet, are you sick of entering your username and password again and again. I think i have a very very simple solution for all your problems. Just copy the below code and save it as any name say ankur.html and just make it homepage of your browser and dont forget to replace “your username” and “your password” to the actual one you are using, now whenever you open your browser TaDa you are all set to go and one more thing if you dont want the pop-up you can just disable them no need to enable them
Copy from here

<script type="text/javascript">
function login()
{
document.loginframe.submit();
}
</script>
<body onload="login()" >
<form name="loginframe" method="post" action="http://192.168.150.2:8080/clntAuth/clntAuth_main.jsp">
<input type="submit" value="Sign In" >
<input type="hidden" name="loginID" value="your username">
<input type="hidden" name="loginpassword" value="your password">
<input type="hidden" name="flag" value="0">
<input type="hidden" name="popcheck" value="0">
</form>
</body>

Till here

This is a very simple method you can understand it just by reading the above code, i knew this method from a long time but have posted it now because of a recent event anyway dont forget to replace “your username” and “your password” to the actual one you are using
Happy Surfing!!!!!

PS – I will really be happy to hear if it helps you or not………..

Tags: , , , ,

This entry was posted on Wednesday, April 9th, 2008 at 9:28 am and is filed under Special, college. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

18 Responses to “Automatic Login and pop-up block on I-ON”

djays April 9th, 2008 at 9:38 am

Gooood except why does it have to be ankur.html ????????????

Ankur April 9th, 2008 at 9:42 am

arre do it as you wish bhai ab koi to naam dena hi tha na!!!!!

djays April 9th, 2008 at 9:44 am

You are enforcing your name like microsoft is enforcing windows!!!!!!!!

anomit April 9th, 2008 at 11:49 am

Nice one….

Next idea: a script that would check if the account has been logged out and then auto login…

Ankur April 9th, 2008 at 1:28 pm

k no problem will defiantly try this but i guess i should study for the sessionals now………..

Ankur April 9th, 2008 at 8:32 pm

@djays what the hell suddenly i am feeling like only i have done all the bad things to the world

Manish Sinha April 10th, 2008 at 6:05 am

Go and show this script to the i-ON network manager. It may be over his head. May even shout “Its Hacking!!” ;)

Nice idea man, but djay said correct, try out different names other than Ankur :D

Manish Sinha April 10th, 2008 at 11:41 am

This may be an alternative

Though I havnt tested it… It should work, my JavaScript skills are weak

Ankur April 10th, 2008 at 1:09 pm

@ Manish Sinha
I dont see any code

Swap April 11th, 2008 at 7:17 pm

If it does work, I would say keep his name. He devised the trick, at least give some credit!

anomit April 12th, 2008 at 12:20 pm

most probably the tags don't work in the comments.....I remember such a bug from one of the previous wordpress versions

anomit April 12th, 2008 at 12:21 pm

^^ see?
I wrote code within the tag brackets…it hasn’t appeared

Ankur April 12th, 2008 at 1:59 pm

arre use the char set for that yaar
the same ” & gt ” and stuff we talked about in the PHP Workshop. i have used that only

I-ON Automatic Login script « Djays’s Blog July 27th, 2008 at 9:02 pm

[...] Ankur’s Login Guide From Here. (SAVE THE NAME OF THE FILE AS login.html ) 2)Download the script file from Here. 3)Rename the file [...]

I-ON Automatic Login Script v2 « Djays’s Blog July 30th, 2008 at 12:10 am

[...] Do U Need: 1)Use Ankur’s Login Guide From Here. (SAVE THE NAME OF THE FILE AS login.html ) 2)Download the script file from Here. 3)Rename the file [...]

ravi August 24th, 2008 at 9:46 pm

well done keep it up:)

rkumar October 5th, 2008 at 1:54 pm

it rocks!
thanks a lot………..

Ankur Shrivastava October 7th, 2008 at 4:55 pm

@ravi
@ rkumar
Thanks people!!!

Leave a Reply