					Secure Site v1.0
				Athor and copyright: Thomas Munz
				    E-Mail: thomasmunz@gmx.at
						

				    Sorry about my English!!!
1 Install/Settings
2 Secure Guarantees
3 Optional
4 Bugs
						1
1 Copy the securesite file to the place where you wont
2 Open the securesite.php and edit the line 4-22
3 You must have a site how gives 2 Post variables to the securesite. 
	The first Post variable is for the Site Password
	The secod Post variable is for the Log Password
	If the password Secures Site is wrong the php script gives a <yoursitename>?wrong=1 back. So you must have function how ckeck if the variable is set. When its set than show "Wrong Site password". For example:
		<?php
       			 if($_GET['wrong'] == 1){ ?>
            			<font color=red size=6><b>Wrong Site Password</b></font>
    		<?php } ?>
	If the password Log is wrong the php script gives a <yoursitename>?wrong=2 back. So you must have function how ckeck if the variable is set. When its set than show "Wrong Log password". For example:
		<?php
       			 if($_GET['wrong'] == 2){ ?>
            			<font color=red size=6><b>Wrong Log Password</b></font>
    		<?php } ?>
4 The site Code how is show when the Sitecode password is correct you must enter in the 42 Line



						2

					This Script is 99,9% secure
					The Site Code in Internet Explorer or another browser is hidden, so noone can see thw passwords
					All will be logt (IP, Time, password) so you now how has open the page. 
					Hacker can be trace back by the logs if someone wont to break i
					



						3

You can change the sitename from securesite to <yourwishname>.php  It must be .php!!!!!!!




						4

						If you found any bugs please send me a email but first please LOOK, IF THE VARIABLE ARE CORRECT!!!!.
