SA-MP Forums Archive
[Tool/Web/Other] domPanel - Simple SA:MP Server CP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] domPanel - Simple SA:MP Server CP (/showthread.php?tid=285622)

Pages: 1 2


domPanel - Simple SA:MP Server CP - woot - 24.09.2011

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


Re: domPanel - Simple SA:MP Server CP - Markx - 24.09.2011

Pretty simple, but awesome anyway


Re : domPanel - Simple SA:MP Server CP - Naruto_Emilio - 24.09.2011

This too simple...., but nice.


Re: domPanel - Simple SA:MP Server CP - Dairyll - 25.09.2011

This is perfect for starters.


Respuesta: domPanel - Simple SA:MP Server CP - Jovanny - 25.09.2011

no more options ?

Good, likee


Re: domPanel - Simple SA:MP Server CP - OKStyle - 25.09.2011

I like design of it panel...


Re: domPanel - Simple SA:MP Server CP - royal_king - 25.09.2011

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>";
					}
					?>



Re: domPanel - Simple SA:MP Server CP - woot - 25.09.2011

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


Re: domPanel - Simple SA:MP Server CP - Kyle - 25.09.2011

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.


Respuesta: domPanel - Simple SA:MP Server CP - Jovanny - 25.09.2011

good job

EDIT: Please create version for windows


Re: domPanel - Simple SA:MP Server CP - Unknown123 - 25.09.2011

how do you create the design? any programs?


Re: domPanel - Simple SA:MP Server CP - woot - 26.09.2011

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.


Re: domPanel - Simple SA:MP Server CP - Feel - 26.09.2011

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.


Re: domPanel - Simple SA:MP Server CP - array13 - 01.10.2011

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


Re: domPanel - Simple SA:MP Server CP - Scenario - 01.10.2011

I hate the color combination.


Re: domPanel - Simple SA:MP Server CP - Prates - 01.10.2011

Wooow good job, very userfull


Re: domPanel - Simple SA:MP Server CP - John Rockie - 17.01.2012

PLease help!
I get this:




Re: domPanel - Simple SA:MP Server CP - woot - 17.01.2012

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.


Re: domPanel - Simple SA:MP Server CP - freak_man - 17.01.2012

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


Re: domPanel - Simple SA:MP Server CP - gamer931215 - 17.01.2012

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.