Tagged: javascript

[SOLVED] java.security.AccessControlException: access denied (java.net.SocketPermission host connect,resolve)

March 24th, 2010 Permalink

I am building a Java Applet which needs to connect to foreign host to operate. I created it and it runs good on OpenJDK Runtime Environment (IcedTea6 1.8pre) installed on my Ubuntu 10.04 Lucid Lynx Beta. But it does not run with Sun Java Runtime Environment 1.6.0_18 on Windows. I don’t know if it also [...]

I am building a Java Applet which needs to connect to foreign host to operate. I created it and it runs good on OpenJDK Runtime Environment (IcedTea6 1.8pre) installed on my Ubuntu 10.04 Lucid Lynx Beta. But it does not run with Sun Java Runtime Environment 1.6.0_18 on Windows. I don’t know if it also does not work with Sun JRE in Linux. Also, as far as I know, OpenJDK/OpenJRE for Windows does not exist.

Continue Reading

[HOWTO] Facebook. Hack Challenge Click (mychallengeclick) , Impossible Click Final (o_myclick) and other such games

November 21st, 2009 Permalink

I use Facebook a lot and recently I came across a few games that use Javascript and are Click Challenges. They are Challenge Click (mychallengeclick) , Impossible Click Final (o_myclick). They can simply be tricked by modifying JavaScripts using Firebug. So here is what you need: Firefox Firebug Plugin for Firefox I am using Firefox [...]

I use Facebook a lot and recently I came across a few games that use Javascript and are Click Challenges. They are Challenge Click (mychallengeclick) , Impossible Click Final (o_myclick). They can simply be tricked by modifying JavaScripts using Firebug. So here is what you need:
Firefox
Firebug Plugin for Firefox
I am using Firefox 3.5.5 and Firebug 1.4.5 but other versions should work just fine. Continue Reading