English CS2D Webinterface icon

95 comments
29.03.10 05:44:18 pm
like 50 like it!
81 kb, 3,688 Downloads
Roni
User
Offline Off
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!
imageimage
edited 1×, last 05.08.12 10:07:49 pm
ok This file has been reviewed and approved by Yates (08.12.15 10:26:37 am)

Comments

95 comments
Goto Page
To the start Previous 1 2 3 4 5 Next To the start

Log in!

You need to log in to be able to write comments!Log in
05.05.12 09:56:13 pm
like I like it!
Up
3RROR
User
Offline Off
You need to know how to install SQL and adding a MySQL database.
02.03.12 04:45:19 pm
like I like it!
Up
Suprise
BANNED
Offline Off
I dont know how to install.
(I read "README.txt" but I dont understand -.-)
27.02.12 11:51:10 pm
like I like it!
Up
Ahmad
User
Offline Off
Great work,thanks
16.02.12 10:45:43 pm
like I like it!
Up
4Vendetta
User
Offline Off
Nice, this is usefull!
16.02.12 04:53:51 pm
Up
mew145
User
Offline Off
how to use
16.02.12 03:53:21 am
like I like it!
Up
Cirium
User
Offline Off
@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.
05.01.12 08:21:24 pm
like I like it!
Up
Shawni
User
Offline Off
How I Run It ?
Its A Files .php So We Can't Run It
05.01.12 02:14:10 pm
Up
PyroCracker
User
Offline Off
@laurence0019 thats the noob protection.
you have to install this on a server. it makes no sence on your own computer
27.11.11 02:36:27 pm
like I like it!
Up
limonata
User
Offline Off
hmm looks nice
19.11.11 10:13:10 pm
Up
mason
User
Offline Off
what i need to write in "Directory:"
23.10.11 11:22:01 pm
Up
DarkSucker
BANNED
Offline Off
what the fuck is this fuck shit

IMG:http://i51.tinypic.com/4visz7.png
19.09.11 06:44:44 pm
Up
Roni
User
Offline Off
@satan666
there is a playerlist o.O
01.09.11 01:46:58 pm
like I like it!
Up
Xanamaros
User
Offline Off
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
26.08.11 07:54:48 am
Up
colisme
User
Offline Off
sorry, can someone teach me how to use this? it look very good but i dont know how to use
10.08.11 04:54:54 am
like I like it!
Up
KiRa_3
User
Offline Off
nice CS2D webinterface you got 5/5 of course -.-
05.08.11 05:21:32 pm
like I like it!
Up
A Mad Bro
User
Offline Off
a player list would be cool.
05.08.11 01:47:38 am
like I like it!
Up
3RROR
User
Offline Off
Lol. This tables are SQL text. Import it there
Not so good for beginners that doesn't know how to MySQL
05.08.11 01:31:57 am
like I like it!
Up
Quit123
User
Offline Off
i up all in web and i open cs2dwi and i see this please teach me how to edit


Code:
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);
26.07.11 06:00:46 pm
Up
excLusive
User
Offline Off
Username: ??? Password: ???
14.05.11 03:45:50 am
like I like it!
Up
kuroneko23
User
Offline Off
Damn, must i create new mysql user?
To the start Previous 1 2 3 4 5 Next To the start