Comments on: Standalone Animation Player http://localhost/wp/2008/07/standalone-animation-player/ this title probably isn't very original Fri, 30 May 2014 19:32:06 +0000 hourly 1 http://wordpress.org/?v=3.9.1 By: admin http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-979 Wed, 20 Aug 2008 22:39:30 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-979 Ok. so what? You couldn’t defend your point. So I am the clear “winner” of the argument.

]]>
By: 'a' = 'a' http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-978 Wed, 20 Aug 2008 21:37:34 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-978 what?
you accept wt i lost?
no guy, whats not deal.

]]>
By: admin http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-910 Fri, 15 Aug 2008 19:43:56 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-910 my point exactly. I accept your defeat.

]]>
By: 'a' = 'a' http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-905 Fri, 15 Aug 2008 10:43:56 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-905 thre is way to decrypt any password who in js

]]>
By: admin http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-895 Thu, 14 Aug 2008 23:05:02 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-895 ..but it’s not _pure_ javascript. and that was my point. The only way to do it with pure javascript is ineffective encryption.

]]>
By: 'a' = 'a' http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-887 Thu, 14 Aug 2008 17:09:10 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-887 ok lol but its javascript. wan you talking tales about php and encrypting password…

]]>
By: admin http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-870 Wed, 13 Aug 2008 22:11:06 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-870 Well, doing a window.location makes the browser query the server. The script requires a server.

If you go to the web page, unplug your computer from the internet, the script won’t verify even if you have the right password.

Anything that uses AJAX (XMLHTTPRequest), form submitting (form.submit()), setting the URL (window.location), is not client-side.

It’s the server that checks whether the file is there or not.

]]>
By: 'a' = 'a' http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-868 Wed, 13 Aug 2008 19:26:21 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-868 what do you mean?

]]>
By: admin http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-867 Wed, 13 Aug 2008 16:37:34 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-867 Because it’s using the server for validation. It’s not client-side.

]]>
By: 'a' = 'a' http://localhost/wp/2008/07/standalone-animation-player/comment-page-1/#comment-854 Tue, 12 Aug 2008 21:54:57 +0000 http://antimatter15.110mb.com/wp/?p=198#comment-854 OK here is script:

var password = prompt(“Enter in the password.”,””)

if (password == null) {
history.back();
}

else {
location = password.toLowerCase() “.html”

You cant hack what javascript password script! :D

]]>