Post: [Free] Sebbern's PHP Control Panel v0.0 Beta
05-10-2011, 01:53 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by 039

[align=center]
[size=xx-large][color=#00BFFF]Sebbern's PHP Control Panel v0.0 Beta[/color][/size]
A shell/control panel for Linux.
This is only a beta, and i will add features, such as file management and webcam capabilities.
I would also like to add that i coded this in one day, so i've just started.

[size=x-large][color=#00BFFF]Screenshots[/color][/size]

You must login or register to view this content.
You must login or register to view this content.


[size=x-large][color=#00BFFF]How to install[/color][/size]
First, you need Apache and PHP installed.
To install Apache and PHP, do the following:
Open a new shell.
Type: sudo apt-get install apache2 php5

Then, you should configure apache to run as either root or yourself.
Open a new shell
Type the following:
    
sudo -i
(enter your password)
echo "User <username>" >> /etc/apache2/httpd.conf
echo "Group <username>" >> /etc/apache2/httpd.conf

Of course, replace <username> with either your username, or root.
Also, both user and group should be the same.

To change the password, edit "password.php" like this:
    
<?php
define("PASSWORD", "<your password here>");
define("PASSWORD_HINT", "<your password hint here>");
?>


To install, open a new shell and type the following:
    
cd <path to phpshell folder>
sudo cp -R * /var/www/


And thats it!

[size=x-large][color=#00BFFF]Download[/color][/size]
You must login or register to view this content.
[/align]


source You must login or register to view this content.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo