Jump to content

website login


billm

Recommended Posts

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Blue Island Template for sNews</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="description" content="Blue Island" />
<meta name="keywords" content="css template" />
<meta name="author" content="David Herreman (http://www.free-css-templates.com)" />
<style type="text/css" media="all">@import "images/style.css";</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="rss/" />
</head>

<body>

<div id="page-container">	
<div id="header">
	<div class="padding">
          <input class="text" value="" name="login" size="20" /></div>
	<div class="padding_passwd">
		<form action="#">
		<input class="text" value="" name="password" type="password" size="20" /><br />	
		<input type="button" class="button" value="Log in" name="btlog" />
		</form>
	</div>
	<div class="text">You are not Logged in!</div>
</div>

<div id="menu">
	<div class="padding">
	<a href="#">Home</a> | <a href="Articles.html">File Upload</a> |
        <a href="Articles.html">Archives</a> | <a href="Forum.html">Forum</a> |
        <a href="Gallery.html">Gallery</a> | <a href="affiliates.html">Affiliates</a> |
        <a href="Contacts.html">Contact</a> 
	</div>

	<form action="#">
		<div class="search">
			<input class="text" type="text" name="search" size="20" />
			<input class="button" value="search" name="button" type="submit" />
		</div>
	</form>
</div>


<div id="sidebar-a">
	<div class="roundcont">
		<div class="roundtop"><img src="images/topleft.gif" alt="" width="18" height="17" class="corner" style="display: none" /></div>
		<p><b>Lorem ipsum dolor sit amet</b>consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam.</p>
		<div id="myhr"></div>
		<p><b>Lorem ipsum dolor sit amet</b>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut consectetuer arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent a massa quis leo dictum blandit.<br />			Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut consectetuer arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Praesent a massa quis leo dictum blandit.</p>
		<div class="roundbottom"><img src="images/botleft.gif" alt="" width="18" height="17" class="corner" style="display: none" /></div>
	</div>
</div>

<div id="content">
	<div class="padding">
		<h2>TITLE HERE</h2>
		TEXT HERE<p class="date"> .</p>

		<h2>TITLE HERE</h2>
		TEXT HERE<p class="date"> </p>

		<div id="box">
		QUOTE HERE</div>
	</div>
</div>
<br />

<div id="footer">
	 Copyright © 2006 Blue Island - Design: <a href="http://www.free-css-templates.com">David Herreman</a> |
	<a href="#">Contact</a> | 
	<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> and <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://www.solucija.com">Solucija.com</a>

</div>
</div>
</body>
</html>

 

okay well some of those images in there you probably wont be able to see but... Theres a login area, right? so can someone help me add 

 

1. A way for someone to register and there name and password added to a list so they can log in

2. A way where i can just manually add in Usernames and Passwords by hand

 

Thanks! If anyone has MSN and they would like to help me out, just drop your MSN.

Link to comment
https://forums.phpfreaks.com/topic/65656-website-login/
Share on other sites

Agreed. For a log (a good one) you're going to need a databse to store user names and passwords, and other misc info you might want to collect about them.  On top of that, youll need to write a register script and then an admin script of some sort.  The best thing to do is go pick up a PHP book and start looking at the MySQL examples.  If you know HTML, you should be able to pick PHP up pretty fast.

Link to comment
https://forums.phpfreaks.com/topic/65656-website-login/#findComment-328321
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.