[Tool/Web/Other] domPanel - Simple SA:MP Server CP
#1

Description:
domPanel is a very simple panel which gives you the ability to start/stop/restart your SA:MP server.
It is only compatible with Linux Operating Systems.
Only tested on Debian

Click here for a screenshot


Changelog:
Код:
== VERSION 1.1 ==
Added a simple server.cfg editor -> http://*******/4tLNN

== VERSION 1.0 ==
Initial release
README
Код:
==========================
INSTALLATION GUIDE
==========================

1: Upload this folder to any place where you can access it using your web browser.
2: Modify the settings.php - You cannot access anything without having modified this file first.
3: Visit the page where you uploaded this directory and enjoy. :)


==========================
INSTALLATION HELP
==========================
DEBIAN
==========================
>> PHP5-SSH2:
apt-get install libssh2-php
Download
Version 1.1
Version 1.0
Reply
#2

Pretty simple, but awesome anyway
Reply
#3

This too simple...., but nice.
Reply
#4

This is perfect for starters.
Reply
#5

no more options ?

Good, likee
Reply
#6

I like design of it panel...
Reply
#7

Pretty nice! i like the design


Edit - Do people should keep that ******* code? is that necessary?

Код:
<?php
					// ******* feed @domVPS
					/*
						This piece of code fetches new data from @domVPS *******.
						It doesn't hurt to keep this in. :)
					*/
					$doc = new DOMDocument();
					$doc->load('http://*******.com/statuses/user_timeline/domvps.rss');
					$i = 0;
					foreach($doc->getElementsByTagName('item') as $node) {
						if(++$i == 2) { break; }
						$user = explode(': ', $node->getElementsByTagName('description')->item(0)->nodeValue);
						$desc = strip_tags(str_replace(array("\r\n", "\r", "\n", "domVPS: "), ' ', $node->getElementsByTagName('description')->item(0)->nodeValue));
						echo "<a href=\"http://domVPS.com/ref-domPanel\">".$desc."</a>";
					}
					?>
Reply
#8

== VERSION 1.1 ==
Added a simple server.cfg editor -> http://*******/4tLNN
Reply
#9

Quote:
Originally Posted by exora
Посмотреть сообщение
== VERSION 1.1 ==
Added a simple server.cfg editor -> http://*******/4tLNN
Very nice, but still design isn't very nice.
Reply
#10

good job

EDIT: Please create version for windows
Reply
#11

how do you create the design? any programs?
Reply
#12

Quote:
Originally Posted by josta
Посмотреть сообщение
good job

EDIT: Please create version for windows
I do not really plan to do so.

Quote:
Originally Posted by Unknown123
Посмотреть сообщение
how do you create the design? any programs?
Photoshop & Notepad.
Reply
#13

Useless i think, becouse there are ALOT of them released. Sorry, good work, but still.. Not needed, as there are better ones and stuff like that.

Remember, im not hating.
Reply
#14

one thing,exora, please add on your main topic, not supported by centOs...
i tryed but i can't put it working
Reply
#15

I hate the color combination.
Reply
#16

Wooow good job, very userfull
Reply
#17

PLease help!
I get this:

Reply
#18

Did you edit any files?

EDIT: Looks like a bad PHP configuration, you have to enable short tags (short_open_tag) - not sure if that's the issue but it looks like it.
Reply
#19

If you are testing it on centOS, this panel will never work.
For centOS, the code need to be modified, to work correctly.
Reply
#20

Quote:
Originally Posted by freak_man
Посмотреть сообщение
If you are testing it on centOS, this panel will never work.
For centOS, the code need to be modified, to work correctly.
I think the operating system wouldnt matter that much, its your server/php configuration what needs to be modified.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)