The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Create Password Protected Forum

2 posters

Go down

Tutorial Create Password Protected Forum

Post by Shadow Tue Aug 24 2010, 10:43

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://yourforumlink.com";

}

else {

window.location = "Typlo";

}

}

-->

</script>

Just replace the text 'Marc' with your own password and replace 'yourforumlink.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 : https://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





Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

TonnyKamper and HeavenBlueee like this post

Back to top Go down

Tutorial Re: Create Password Protected Forum

Post by skouliki Tue Feb 11 2020, 09:29

This code was updated to fit in with the new HTTPS address

updated 11.02.2020 by skouliki
skouliki
skouliki
Manager
Manager

Female Posts : 15030
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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