12.09.2014, 18:40
(
Last edited by Tion; 12/09/2014 at 06:41 PM.
Reason: Added "Also seen on"
)
Hey everyone,
loooooong time ago I released a godfather UCP in this forum. The code I used is pretty... ugly.
Today I'm releasing a new controlpanel - this time with pretty code and an ugly design.
Features:
- Login / Logout
- Supports FTP and SFTP (for a secured connection between ucp and gameserver)
- Online account managment; pay money from hand to account, from account to hand or transfer to your friends
- change your password
Installation:
Installation is kinda easy.
First download the german version here and unzip it. Then download the english-patch (zip in attachment) and replace the files. Now setup config.
conf/setup.php translated in (bad) english:
Should be self explained.
Screenshots
Login (1080x1900px)
Index page (1080x1900px)
Account page (1080x1900px)
Transfer (1080x1900px)
Settings (1080x1900px)
Translating / Changing design / ...
To change the ucp you don't need to know how to write php code. In /pages/templates is everything you can change to customize the layout, change the texts and so on.
You can change everything you want - even the (ugly) design. But the "Copyright by tionsys.de and racitac.de" needs to be visible somewhere on the page
Third party software
This is using my framework and the phpseclib (MIT license).
I found a zip containing skins, no idea, who the author is. If you know, let me know
License
The main points are:
- Open Source
- Modify it!
- Share it!
- Use it!
- Mirror it! (send me link, I'll add)
- Leave the copyright!
- Don't sell it!
Questions about some points? Ask :P
Feedback
Please write your opinion. Even if you find this bad, write why, so I can change some things and make it (hopefully) better.
Support
You can ask questions here. If I don't respond (for example, because I forgot about this thread) you can add me on Skype. Please write why you are adding me. My id is als_tion.
Also seen on...
This ucp is also aviable on....
sa-mp.de (German!)
Sorry for bad english.
loooooong time ago I released a godfather UCP in this forum. The code I used is pretty... ugly.
Today I'm releasing a new controlpanel - this time with pretty code and an ugly design.
Features:
- Login / Logout
- Supports FTP and SFTP (for a secured connection between ucp and gameserver)
- Online account managment; pay money from hand to account, from account to hand or transfer to your friends
- change your password
Installation:
Installation is kinda easy.
First download the german version here and unzip it. Then download the english-patch (zip in attachment) and replace the files. Now setup config.
conf/setup.php translated in (bad) english:
PHP Code:
<?php
/* Diese Datei ist Teil des Tionsys.de-Projektes
** (Some copyright text having informations about how to license this)
*/
/*
** Connection
** "ftp" or "sftp"
*/
define('CONNECTION', 'ftp');
/*
** Connection
** Should be obvious
*/
define('CONNECTION_HOST', 'tionsys.de');
define('CONNECTION_USER', 'tion');
define('CONNECTION_PASS', 'xxx');
define('CONNECTION_DIR', './tmp/scriptfiles');
/*
** Root-dir of this ucp
** Doesn't need to be changed. Just leave it as it is.
*/
define('ROOT_DIR', '.');
/*
** Cache-Time
** Higher = better performance, but maybe deprecated data. "0" for live updates.
*/
define('LOCAL_CACHE', 5);
/*
** Line-Breaks?
** Can be "\r\n" or only "\n". Just check out in your script.
*/
define('LINE_BREAK', "\n");
/*
** "Title"
** Will be shown as title
*/
define('BASE_NAME', 'Basic SA:MP Roleplay v0.1a');
/*
** Teamspeak 3
** If there is none, just make this as comment (by adding "//" in front of the line)
*/
define('TEAMSPEAK3', 'racitac.de:9987');
/*
** Forum
** If there is none, just make this as comment (by adding "//" in front of the line)
*/
define('FORUM', 'http://tionsys.de/');
/*
** Secret
** Change it. Don't tell anyone. It's the biggest secret of life.
*/
define('SECRET', 'dhcfgbyjshfgcbukhsfgcbhfdghyfhyuhgfkhgvdfyf');
/*
** Debug-Mode
** Force re-compiling of templates.
*/
//define('DEBUG_MODE', true);
?>
Screenshots
Login (1080x1900px)
Index page (1080x1900px)
Account page (1080x1900px)
Transfer (1080x1900px)
Settings (1080x1900px)
Translating / Changing design / ...
To change the ucp you don't need to know how to write php code. In /pages/templates is everything you can change to customize the layout, change the texts and so on.
You can change everything you want - even the (ugly) design. But the "Copyright by tionsys.de and racitac.de" needs to be visible somewhere on the page

Third party software
This is using my framework and the phpseclib (MIT license).
I found a zip containing skins, no idea, who the author is. If you know, let me know

License
The main points are:
- Open Source
- Modify it!
- Share it!
- Use it!
- Mirror it! (send me link, I'll add)
- Leave the copyright!
- Don't sell it!
Questions about some points? Ask :P
Feedback
Please write your opinion. Even if you find this bad, write why, so I can change some things and make it (hopefully) better.
Support
You can ask questions here. If I don't respond (for example, because I forgot about this thread) you can add me on Skype. Please write why you are adding me. My id is als_tion.
Also seen on...
This ucp is also aviable on....
sa-mp.de (German!)
Sorry for bad english.