ProLegitZ
Jacob is here bitch !
- May 11, 2012
- 606
- 56
Hey guys, this project is not a fail like ProjectET on which i have given up!
This project is going to be used on my own hotel Pixable,
I am going to make a demo of this cms so you can experience it with me.
So far i have an index & the config... The registration pages are nearly completed.
The login system is PHP & MySQL i doubt it will fail
I hope you enjoy the Snippets, Screenies and Development
To be done:
Screenies:
Thats all for now
-Legitimate.
This project is going to be used on my own hotel Pixable,
I am going to make a demo of this cms so you can experience it with me.
So far i have an index & the config... The registration pages are nearly completed.
The login system is PHP & MySQL i doubt it will fail
I hope you enjoy the Snippets, Screenies and Development
To be done:
- Index [100%]
- Register [100%]
- Me [5%]
- News [5%]
- Staff [5%]
- Client [5%]
- Config [100%]
- /images [100%]
- /inc [70%]
- /css [50%]
- /housekeeping [5%]
- /install [100%]
- /widgets [30%]
HTML:
<table><tr>
<td valign="top">
<div class="box_top"></div>
<div class="box_center">
<div class="testo"><img align="right" src="images/pesce.gif"><b>Note 1: <?php include '/widgets/note1.php' ?></b></a></div>
</div>
<div class="box_bottom"></div>
<div class="box_top"></div>
<div class="box_center">
<div class="testo"><img align="right" src="images/gruppo.gif"><b>Note 2: <?php include '/widgets/note2.php' ?></b></div>
</div>
<div class="box_bottom"></div>
<div class="box_top"></div>
<div class="box_center">
<div class="testo"><img align="right" src="images/papera.gif"><b>Note 3: <?php include '/widgets/note3.php' ?></b></div>
</div>
<div class="box_bottom"></div>
</td>
PHP:
<?php
<form action="">
Username: <input type="text" name="user"><br>
Password: <input type="password" name="password"></form>
<a href="/securitycheck.php"><button type="button">Login</button></a>
<p><b>Note:</b> The Login System is Glitched, you may need to login 2 times!</p>
?>
PHP:
<?php
$config['Site']['www'] = "http://localhost";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "";
$config['MySQL']['database'] = "pixable";
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "http://127.0.0.1";
$config['MUS']['port'] = 30000;
//Edit your client on the /widgets/client.php file!
?>
Screenies:
Thats all for now
-Legitimate.