The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.

Create Password Protected Forum

View previous topic View next topic Go down

Create Password Protected Forum

Post by Leeloo on August 24th 2010, 1:43 am

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



Leeloo
Administrator
Administrator

Female
Posts: 3511
Language: French, English
Points: 3977
Join date: 2007-09-04

Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum