Files

> > CS2D > Misc. > CS2D Webinterface
Files overviewCS2D overviewMisc. overview

English CS2D Webinterface >

95 comments81 kb, 3,743 Downloads

old 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!
edited 1×, last 05.08.12 10:07:49 pm
Approved by Yates

Download Download

81 kb, 3,743 Downloads

Comments

95 comments
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

old

3RROR
User Off Offline

You need to know how to install SQL and adding a MySQL database.
I like it!

old

Suprise
BANNED Off Offline

I dont know how to install.
(I read "README.txt" but I dont understand -.-)
I like it!

old

Ahmad
User Off Offline

Great work,thanks
I like it!

old

4Vendetta
User Off Offline

Nice, this is usefull!
I like it!

old

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.
I like it!

old

Shawni
User Off Offline

How I Run It ?
Its A Files .php So We Can't Run It
I like it!

old

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

old

limonata
User Off Offline

hmm looks nice
I like it!

old

mason
User Off Offline

what i need to write in "Directory:"

old

Roni
User Off Offline

@satan666
there is a playerlist o.O

old

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
I like it!

old

colisme
User Off Offline

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

old

KiRa_3
User Off Offline

nice CS2D webinterface you got 5/5 of course -.-
I like it!

old

A Mad Bro
User Off Offline

a player list would be cool.
I like it!

old

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
I like it!

old

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);
I like it!

old what

excLusive
User Off Offline

Username: ??? Password: ???

old

kuroneko23
User Off Offline

Damn, must i create new mysql user?
I like it!
To the start Previous 1 2 3 4 5 Next To the start