Dateien

> > CS2D > Misc. > CS2D Webinterface
DateiübersichtCS2D-ÜbersichtMisc.-Übersicht

Englisch CS2D Webinterface >

95 Kommentare81 kb, 3.743 Downloads

alt CS2D Webinterface

Roni
User Off Offline

The CS2D Webinterface is a website where you can control your CS2D dedicated servers.
Functions:
Add servers, delete servers
Change server configs.
Upload new Lua scripts
Edit Lua scripts
Ban/kick players
and many more!

readme is inside the zip archive.

If you dont understand the readme PLEASE STOP since you´re not SUPPOSED TO USE IT.


Credits:
user ohaz
user Roni
user Klin
Have fun!
1× editiert, zuletzt 05.08.12 22:07:49
Zugelassen von Yates

Download Download

81 kb, 3.743 Downloads

Kommentare

95 Kommentare
Seite
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

3RROR
User Off Offline

You need to know how to install SQL and adding a MySQL database.
Ich mag es!

alt

Suprise
BANNED Off Offline

I dont know how to install.
(I read "README.txt" but I dont understand -.-)
Ich mag es!

alt

Ahmad
User Off Offline

Great work,thanks
Ich mag es!

alt

4Vendetta
User Off Offline

Nice, this is usefull!
Ich mag es!

alt

Cirium
User Off Offline

@PyroCracker I just Lol'd so hard.

This is meant to be installed on a server.. no not a cs2d server. A actual dedicated or VPS server.

I'm not so much for the design. However for something free, its excellent. Usually control panels cost lots of money to be designed and configured.
Ich mag es!

alt

Shawni
User Off Offline

How I Run It ?
Its A Files .php So We Can't Run It
Ich mag es!

alt

PyroCracker
User Off Offline

@laurence0019 thats the noob protection.
you have to install this on a server. it makes no sence on your own computer

alt

limonata
User Off Offline

hmm looks nice
Ich mag es!

alt

mason
User Off Offline

what i need to write in "Directory:"

alt

Roni
User Off Offline

@satan666
there is a playerlist o.O

alt

Xanamaros
User Off Offline

Nice, I like it, it's got some things that our one doesn't have, like being able to view who is in the server at that time, and alot of other things, you should team up with Koss Rifle and make an even better one together
Ich mag es!

alt

colisme
User Off Offline

sorry, can someone teach me how to use this? it look very good but i dont know how to use

alt

KiRa_3
User Off Offline

nice CS2D webinterface you got 5/5 of course -.-
Ich mag es!

alt

A Mad Bro
User Off Offline

a player list would be cool.
Ich mag es!

alt

3RROR
User Off Offline

Lol. This tables are SQL text. Import it there
Not so good for beginners that doesn't know how to MySQL
Ich mag es!

alt

Quit123
User Off Offline

i up all in web and i open cs2dwi and i see this please teach me how to edit


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

CREATE TABLE IF NOT EXISTS `server` (
  `id` int(5) NOT NULL auto_increment,
  `uid` int(5) NOT NULL,
  `name` varchar(50) NOT NULL,
  `port` int(5) NOT NULL,
  `maxpl` tinyint(2) NOT NULL,
  `dir` varchar(50) NOT NULL,
  `rcon` varchar(20) NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `uid` (`uid`,`port`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

CREATE TABLE IF NOT EXISTS `user` (
  `id` int(5) NOT NULL auto_increment,
  `username` varchar(20) NOT NULL,
  `password` varchar(32) NOT NULL,
  `rights` tinyint(2) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

INSERT INTO `user` (`id`, `username`, `password`, `rights`) VALUES
(1, 'administrator', '4293d92b8475dc69654d05f009974d50', 5);
Ich mag es!

alt

kuroneko23
User Off Offline

Damn, must i create new mysql user?
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 5 Nächste Zum Anfang