billm Posted August 19, 2007 Share Posted August 19, 2007 <!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. Quote Link to comment Share on other sites More sharing options...
NArc0t1c Posted August 19, 2007 Share Posted August 19, 2007 Well, this won't be able to be done in HTML. Feel free to check the phpfreaks main site for tutorials on how to make this. You could also use google. Quote Link to comment Share on other sites More sharing options...
V-Man Posted August 19, 2007 Share Posted August 19, 2007 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. Quote Link to comment Share on other sites More sharing options...
jbingman Posted September 1, 2007 Share Posted September 1, 2007 try this site. http://www.trap17.com/index.php/php-simple-login-tutorial_t7887.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.