HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Does anyone need a web-programmer?

10-06-2003, 06:15 PM#1
Berserker
Well? Do ya?

And also, when is the downloads section going to be back to normal?
10-06-2003, 07:19 PM#2
Feral
I htink it's gonan be like that forever. do you do PHP? if you do, can you teach me?
10-06-2003, 07:51 PM#3
Ekkruker
I know oodles and oodles of HTML, but no PHP... for example...

www.geocities.com/alexmikestorage/coolmike.html

The password is alexander1
I made the password system all with html and Javascript.. :ggani: :ggani:
10-07-2003, 12:13 AM#4
Berserker
I am learning PHP
10-07-2003, 01:11 AM#5
JollyOven
Actually, you didn't. Javascript != HTML.
BTW, Javascript is not remotly effective at security. It took me under 5 seconds to get around that pages "security"
10-07-2003, 10:38 AM#6
Phil_123
I can do HTML 4, XHTML 1, and Javascript 1.2.
10-09-2003, 01:27 AM#7
Ekkruker
Quote:
Originally posted by JollyOven
Actually, you didn't. Javascript != HTML.
BTW, Javascript is not remotly effective at security. It took me under 5 seconds to get around that pages "security"

Oh leave me alone! Hey how did you "get around" the "security"?
10-09-2003, 02:33 AM#8
KDEWolf
Code:
<SCRIPT language="JavaScript">
<!--hide
var password;var 
pass1="alexander1";
password=prompt('Please enter password',' ')
;if (password==pass1)
alert('Password Correct! Proceed');
else { 
window.location="about:Sorry,-wrong-password.-You-have-been-denied-access.";
    }//--></SCRIPT>
That's how.
10-09-2003, 05:47 AM#9
JollyOven
Click on file menu, go to enable JS, deselect. Go to page. Turn JS back on. Besides, anytime that the password is being send to the user it is completly impossible to have anything that could be considered secure.
10-09-2003, 01:29 PM#10
Berserker
STAY OF TOPiC YOU MORONS!


Do you ppl need a web programmer or not?
10-09-2003, 08:52 PM#11
KDEWolf
Quote:
Originally posted by JollyOven
Click on file menu, go to enable JS, deselect. Go to page. Turn JS back on. Besides, anytime that the password is being send to the user it is completly impossible to have anything that could be considered secure.
Or just download the file with DAP...
10-10-2003, 05:02 AM#12
JollyOven
That would require downloading it tho :P Its easier to click twice.
10-14-2003, 01:17 AM#13
Ekkruker
Oh uhh.. Well, Uh.. anyone know a better way? (thats not ridiculously hard)
10-14-2003, 03:47 AM#14
KDEWolf
Use flash, it's great to so some stuff like this without getting into a real programming language.
10-14-2003, 05:44 AM#15
JollyOven
No, don't use flash for security. Flash != secure. At most, 5 minutes with a hex editor will break flash password protection, and its generally easier. The only way to have any form of security is to do it serverside.