[Tool/Web/Other] [PHP] Grex's Control Panel - English Edition
#1

Hi there,

I have made a control panel, it connects via SSH to your server and you can start/stop/restart it. You can use the "Web-FTP", in fact, it is SFTP, and it is limited!, so you cannot go to other folders illegally by typing .. at the path.
It is only for Linux, it was tested on Linux Debian 5.0 64 Bit and Linux Ubuntu 10.04 Lucid 64 Bit.

Screenshots:
http://gta-sa.eu/index.php?page=screenshots

Installation:
You must install the Lib for ssh2 (php5 extension), if it is ready, search for "ssh2" at your phpinfo.php file.
If it isn't ready, then you must install it. Install it with "pecl install ssh2-0.11.0" on debian and on ubuntu with "apt-get install libssh2" or ssh2lib,... (don't work on debian!!!).
If you have installed it with pecl, than you must go to /etc/php5/apache2/ and open the php.ini, add following line at the end: "extension="ssh2.so".
Save it, and restart the apache2 with /etc/init.d/apache2 restart
Or you just find a webhoster, that have installed it.
You must change one configuration on your ssh on the destination server. Go to /etc/ssh/ and open the sshd_config, search for PasswordAuthentication and change no to yes.
Restart your ssh-server with /etc/init.d/ssh restart
Alternative, you can use the cp for german on my site, register your server, and you can administrate it.


Download the english version:
http://files.sa-rl.de/grex_control_p....0_english.rar

There will be no more support for english for this control panel at time, so you have to ask me in this forum, and not at gta-sa.eu
Thanks, and best greets from Austria,
Grex
Reply
#2

Wow, This is nice, Great job
Reply
#3

Quote:
Originally Posted by hab2ever
Посмотреть сообщение
Wow, This is nice, Great job
I agree with you
Reply
#4

good, congratulations a good script in php but in asp.net oh!
Reply
#5

Can you say Login ar Password of the panel ?
Reply
#6

Quote:
Originally Posted by Ernis456
Посмотреть сообщение
Can you say Login ar Password of the panel ?
You must entry a Username and a vailid md5 hash for password in the database, you can Login with my demosite:
http://grex.sa-rl.de/english/
User: Demo
Password: demo
Reply
#7

I need password of the downloaded CP and how can I set or change it ?
Reply
#8

You must make a database, use the mysql.sql, and fill in with mysql commands...

For instance:
Go into the folder, where the mysql.sql file is be placed
[SHELL]
mysql -u root -p
FILL IN THE ROOT PASSWORD ON MySQL
create database control_panel
use control_panel
source mysql.sql
insert into Users values('Grex','cdbb08d0bc8ea3b3a30e88c15970a1bd');
[SHELL OFF]

This was an example to add user Grex with password gregor (to get md5 search for md5 hash code generator at ******), I will write at evening a detailed tutorial for Users, who don't know about mysql.
Reply
#9

Quote:
Originally Posted by Grex
Посмотреть сообщение
You must make a database, use the mysql.sql, and fill in with mysql commands...

For instance:
Go into the folder, where the mysql.sql file is be placed
[SHELL]
mysql -u root -p
FILL IN THE ROOT PASSWORD ON MySQL
create database control_panel
use control_panel
source mysql.sql
insert into Users values('Grex','cdbb08d0bc8ea3b3a30e88c15970a1bd');
[SHELL OFF]

This was an example to add user Grex with password gregor (to get md5 search for md5 hash code generator at ******), I will write at evening a detailed tutorial for Users, who don't know about mysql.
How can I do it using PhpMyAdmin ?
Reply
#10

Create a mysql database and import the mysql.sql file from the folder
Reply
#11

When the password or username is incorrect, this comes up
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 6 in /var/www/grex/english/index.php on line 15
Reply
#12

Awesome i'll use it...thanks a lot
Reply
#13

What is "SSH Verbindung"?
Reply
#14

Quote:
Originally Posted by Brian_Furious
View Post
What is "SSH Verbindung"?
For Linux Root/vServer Systems only.
Reply
#15

Quote:
Originally Posted by Grex
View Post
For Linux Root/vServer Systems only.
so, it's only for linux the function?

And where can i modify the username and password for log in the control panel?
Reply
#16

Quote:
Originally Posted by Brian_Furious
View Post
so, it's only for linux the function?

And where can i modify the username and password for log in the control panel?
Right.
You can edit and add users at mysql.
Reply
#17

It's only for linux ? or can i use it for windows?
Reply
#18

Quote:
Originally Posted by Brian_Furious
View Post
It's only for linux ? or can i use it for windows?
Only for Linux.
Reply
#19

It's nice but it can be much more options like: donate functions / e-mail functions
Reply
#20

Quote:
Originally Posted by nielsbon1
View Post
It's nice but it can be much more options like: donate functions / e-mail functions
Sorry, what you mean?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)