Create Password Protected Forum

Leeloo at 09h43
24
Aug
2010
Create Password Protected Forum

Credits :
Tutorial & Script Created by Master Marc. Credits to his Website Design and Coding Forum.

Note : Since we can't create password protected forums, I've created a substitute. JavaScript isn't secure, by the way.

How To Create A Password Protected Web Page :

Open your notepad on your computer. Once your notepad is opened, copy and paste this below into the head tags of your web page :

Code:
<script language="javascript">

<!--

function PlanA() {

var password = "Marc"

var pass = prompt("Enter in the password"," ")

if (pass.toLowerCase() == password) {

window.location = "http://www.iwebbuddy.com";

}

else {

window.location = "Typlo";

}

}

-->

</script>


Just replace the text 'Marc' with your own password and replace 'iwebbuddy.com' with the hidden web page's domain name.

Replace 'Typlo' with the link that would be used to display another web page if someone entered an incorrect password.

If you don't follow my steps above, you might see a Not Found Page or be redirected to the homepage of your forum.

Once you've added my script in the head tags of your web page, insert this into your body tags of your web page :

Code:
<a href="#" onClick="PlanA(); return false">Click Here To Enter Password !</a>


Congratulations! You've created your very own password protected page.

You can use links to your forum in the script, so that you can hide the forum and use this tool to access your hidden forum.

Live Working Demo :

Click Link : http://marctestforum2.forumotion.com/demo-password-protect-forum-h29.htm

For More Information :

Read more about this script : How to create a password protected web page


____________________________________________________________________________________________________

Tutorial Created by Master Marc ( iWebBuddy.com webmaster ) from the English Forumotion Support Forum.
Copyright © 2009 iWebBuddy.com , All Rights Reserved.
No reproduction possible without agreement by the webmaster of iWebBuddy.com


Similar topics
Hello! I've seen this trick before but I never get to make it work. /t76762-create-password-protected-forum I'm a bit confused last night thinking about this. I've already created the required HTML page there and put the script unto the head tags
i suggest that it would be possible to set a password for a specific category or forum so that only the members with the exact password for that category or forum would be able to enter and post there
Hello, I've been having an issue setting up a password-protected website/forum for a while now. I read the entire post concerning the topic, but I'm still confused as to where the content is entered. A better explanation than what is offered I would
Replies 1 to 0 on 0 for "Create Password Protected Forum"
See also
more_less
Informations

0 Replies For the topic :
"Create Password Protected Forum"

This topic has been viewed 11545 times.

Last message :
24/08/2010 at 09h43 by "Leeloo"