Advertisement
czerwony03

GameCP configs

Oct 13th, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 9.02 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.4.11.1deb2+deb7u6
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Czas wygenerowania: 13 PaĹş 2016, 17:00
  7. -- Wersja serwera: 5.5.52
  8. -- Wersja PHP: 5.4.45-0+deb7u5
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8 */;
  18.  
  19. --
  20. -- Baza danych: `redtm_gamecp`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Struktura tabeli dla tabeli `gameconfigs`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `gameconfigs` (
  30.   `id` int(5) NOT NULL AUTO_INCREMENT,
  31.   `gid` int(5) NOT NULL,
  32.   `installname` varchar(128) NOT NULL DEFAULT '0',
  33.   `configdir` varchar(128) NOT NULL DEFAULT '',
  34.   `configfile` varchar(128) NOT NULL DEFAULT '',
  35.   `config` longtext NOT NULL,
  36.   `install` int(1) NOT NULL DEFAULT '1',
  37.   `winconfigdir` text,
  38.   `name` varchar(128) DEFAULT NULL,
  39.   `defaultconfig` int(1) NOT NULL DEFAULT '0',
  40.   `hideconfig` int(1) NOT NULL DEFAULT '0',
  41.   `edittype` varchar(128) NOT NULL DEFAULT '',
  42.   `autoexec` int(1) NOT NULL DEFAULT '0',
  43.   `editable` int(1) NOT NULL DEFAULT '1',
  44.   `configbuilder` int(1) NOT NULL DEFAULT '0',
  45.   `fencoding` varchar(12) NOT NULL DEFAULT '',
  46.   PRIMARY KEY (`id`)
  47. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;
  48.  
  49. --
  50. -- Zrzut danych tabeli `gameconfigs`
  51. --
  52.  
  53. INSERT INTO `gameconfigs` (`id`, `gid`, `installname`, `configdir`, `configfile`, `config`, `install`, `winconfigdir`, `name`, `defaultconfig`, `hideconfig`, `edittype`, `autoexec`, `editable`, `configbuilder`, `fencoding`) VALUES
  54. (3, 1, '0', 'samp03', 'server.cfg', 'lanmode 0\nrcon_password {$Service.rconpass}\nmaxplayers {$Service.maxplayers}\nport {$Service.port}\nhostname {$Service.servername}\ngamemode0 grandlarc 1\nfilterscripts base gl_actions gl_property gl_realtime\nannounce 0\nquery 1\nweburl {$Service.homepage}\nmaxnpc 0\nonfoot_rate 40\nincar_rate 40\nweapon_rate 40\nstream_distance 300.0\nstream_rate 1000\n', 1, 'samp03', 'server.cfg', 1, 0, 'file', 1, 1, 0, 'utf8'),
  55. (4, 3, '1', 'cs/cstrike', 'server.cfg', 'hostname "$HOSTNAME"\nrcon_password "$RCONPASSWORD"\nsv_password "$PRIVPASSWORD"\nlog on\nsv_maxupdaterate 100\nsv_minupdaterate 20\nsv_unlag 1\nsv_maxunlag .5\nsv_voiceenable 1\nmp_autokick 0\nmp_autocrosshair 0\nmp_autoteambalance 0\nmp_buytime 1.5\nmp_c4timer 35\nmp_fadetoblack 0\nmp_flashlight 1\nmp_forcecamera 0\nmp_footsteps 1\nmp_freezetime 4\nmp_friendlyfire 1\nmp_hostagepenalty 0\nmp_limitteams 6\nmp_logecho 1\nmp_logfile 1\nmp_maxrounds 0\nmp_playerid 0\nmp_roundtime 3\nmp_timelimit 45\nmp_tkpunish 0\nsv_airaccelerate 10\nsv_allowdownload 1\nsv_allowupload 1\nsv_alltalk 0\nsv_cheats 0\nsv_contact "$WEBSITE"\nsv_friction 4\nsv_gravity 800\nsv_maxrate 50000\nsv_maxspeed 320\nsv_minrate 10000\nsv_stepsize 18\nsv_stopspeed 75\nsv_timeout 65\nmax_queries_sec_global 150\nmax_queries_sec 3\nsv_stats 0\nsv_voicecodec voice_speex\nsv_voicequality 2\nsv_pure 1\nsv_region 1\ndecalfrequency 60\nhost_framerate 0\nexec listip.cfg\nexec banned.cfg', 1, 'cs/cstrike', 'Server.cfg', 1, 0, 'file', 0, 1, 0, 'default'),
  56. (5, 4, '1', 'samp03', 'server.cfg', 'echo Executing Server Config...\nlanmode 0\nrcon_password {$Service.rconpass}\npassword $PRIVPASSWORD\nmaxplayers {$Service.maxplayers}\nbind {$Service.ip}\nport {$Service.port}\nhostname $HOSTNAME\ngamemode0 $gamemode0\nfilterscripts $filterscripts \nannounce $announce\nquery $query\nchatlogging 0\nweburl $WEBSITE\nonfoot_rate $onfoot_rate\nincar_rate $incar_rate\nweapon_rate $weapon_rate\nstream_distance $stream_distance\nstream_rate $stream_rate\nmaxnpc 0\nlogtimeformat [%H:%M:%S]', 1, 'samp03', 'server.cfg', 1, 1, 'database', 0, 1, 0, 'default'),
  57. (6, 5, '1', 'mods/deathmatch', 'mtaserver.conf', '\r\n$HOSTNAME</servername>\r\n$IP</serverip>\r\n1264</mtusize>\r\n$PORT</serverport>\r\n$MAXPLAYERS</maxplayers>\r\n0</httpserver>\r\n22005</httpport>\r\n</httpdownloadurl>\r\n1</httpautoclientfiles>\r\n32</httpconnectionsperclient>\r\n-1</verifyclientsettings>\r\n1</ase>\r\n0</donotbroadcastlan>\r\n</password>\r\nlogs/server.log</logfile>\r\nacl.xml</acl>\r\nlogs/scripts.log</scriptdebuglogfile>\r\n0</scriptdebugloglevel>\r\n0</htmldebuglevel>\r\n36</fpslimit>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</resource>\r\n</config>\r\n', 1, 'mods/deathmatch', '', 1, 1, 'database', 0, 1, 0, ''),
  58. (7, 6, '1', '', 'server.properties', 'level-name=$level-name\nhellworld=$hellworld\nspawn-monsters=$spawn-monsters\nonline-mode=$online-mode\nspawn-animals=$spawn-animals\npvp=$pvp\nwhite-list=$white-list\nspawn-protection=$spawn-protection\nmax-players=$MAXPLAYERS\nserver-ip=$IP\nserver-port=$PORT\nenable-query=true', 1, '', 'server.properties', 1, 1, 'database', 1, 0, 0, 'default'),
  59. (8, 6, '0', '', 'eula.txt', 'eula=true', 1, '', 'eula.txt', 0, 0, 'file', 0, 0, 0, 'default'),
  60. (9, 7, '1', 'murmur', 'murmur.ini', 'dbus=session\r\npidfile=/home/$USERNAME/murmur.pid\r\nwelcometext="$HOSTNAME"\r\nport=$PORT\r\nhost=$IP\r\nserverpassword=$PRIVPASSWORD \r\nbandwidth=20000\r\nusers=$MAXPLAYERS\r\n', 1, 'murmur', '', 0, 0, 'file', 0, 1, 0, ''),
  61. (10, 1005, '1', 'sc_serv', 'sc_serv.conf', 'MaxUser=$MAXPLAYERS\r\nPassword=$RCONPASSWORD\r\nPortBase=$PORT\r\nLogFile=sc_serv.log\r\nRealTime=1\r\nScreenLog=0\r\nSrcIP=$IP\r\nDestIP=$IP\r\nYport=80\r\nNameLookups=0', 1, '', '', 0, 0, '', 0, 1, 0, ''),
  62. (11, 1007, '0', 'csgo/cfg', 'server.cfg', '// server name\nhostname "$HOSTNAME"\n \n// rcon passsword\nrcon_password "$RCONPASSWORD"\n \n// Server password\nsv_password "$PRIVPASSWORD"\n \nsv_contact "$WEBSITE"\n \n// server cvars\nmp_friendlyfire 1\nmp_footsteps 1\nmp_autoteambalance 0\nmp_flashlight 1\nmp_tkpunish 0\nmp_forcecamera 0\nsv_alltalk 1\nsv_pausable 0\nsv_cheats 0\nsv_pure 2\nsv_consistency 1\nsv_allowupload 1\nsv_allowdownload 1\nsv_airaccelerate 10\nsv_maxspeed 320\nmp_limitteams 0\nmp_hostagepenalty 0\nsv_voiceenable 1\nmp_allowspectators 1\nmp_chattime 10\nsv_timeout 65\nsv_downloadurl ""\nmp_dynamicpricing 0\nmp_autokick 0\nmp_spawnprotectiontime 0\nmp_autocrosshair 0\nmp_fadetoblack 0\nsv_friction 4\nsv_gravity 800\nsv_stepsize 18\nsv_stopspeed 75\n \nsv_unlag 1\nsv_maxunlag .5\nsv_voiceenable 1\nsv_minrate 4500\nsv_maxrate 30000\nsv_mincmdrate 100\nsv_maxcmdrate 101\nsv_minupdaterate 100\nsv_maxupdaterate 101\nsv_client_predict 1\nsv_client_interpolate 1\nsv_client_cmdrate_difference 10\n \n// round specific cvars\nmp_freezetime 2\nmp_buytime 2\nmp_roundtime 2\nmp_startmoney 16000\nmp_c4timer 35\nmp_fraglimit 0\nmp_maxrounds 0\nmp_winlimit 0\nmp_playerid 0\nmp_timelimit 0\n \n// server logging\nlog 1\nsv_logbans 0\nsv_logecho 1\nsv_logfile 1\nsv_log_onefile 0\nmp_logdetail 3 // do not edit\nlogaddress_delall // do not edit\nlog off // do not edit\n \n// operation\nsv_lan 0\nsv_region 255\n \ntv_enable 1\ntv_name "Source TV." // change to the desired name of your stv bot\ntv_title "Source TV." // change to the desired title of your stv\ntv_maxclients 10\ntv_autoretry 1\ntv_autorecord 0 // Set to 1 if you want stv to auto record a stv demo\ntv_timeout 30\ntv_delay 30\ntv_delaymapchange 0\ntv_maxrate 6500 // A maxrate of 6500 is recommended for smooth stv\ntv_snapshotrate 16\ntv_password "" // If you want a password on your stv, set it here\ntv_relaypassword "" // If you want a password for relays to connect, set it here\ntv_dispatchmode 1 // distributes clients evenly to relays when availble, set to 2 to force all clients to relays\ntv_relayvoice 0 // set to 1 if you wish to broadcast voice chat to stv viewers\ntv_transmitall 1\ntv_chatgroupsize 0\ntv_allow_static_shots 1\ntv_allow_camera_man 0\ntv_deltacache 2\ntv_chattimelimit 2 // set the timelimit for speaking in stv chat\nsv_max_queries_sec 3\nsv_max_queries_sec_global 150\nsv_stats 0', 1, 'csgo/cfg', 'server.cfg', 1, 0, 'database', 1, 0, 0, 'default'),
  63. (12, 1008, '1', 'cs/hltv.cfg', 'hltv.cfg', '/ HLTV Proxy configuration file\n// \n// HLTV proxy executes this file on start up\n// This file should only be edited if you want to broadcast a game\n\n// set HLTV proxy name \nname "$HOSTNAME"\n\n// set info text\ninfotext "$MOTD"\n\n// delays broadcasting for 30 seconds\ndelay 30.0\n\n// keep multicast disabled until you definitely sure\n// that youre LAN or ISP supports multicast\nmulticast 0 \n\n// allow 10 KByte/sec as client rate. This is good a LAN value,\n// for internet spectators use 3000 or 4000 Bytes/sec\nmaxclientrate 5000 \n\n// log HLTV console in proxy.log \nlogfile 0\n\n// local chatting for HLTV spectators enabled\nchatmode 1 \n\n// proxy password for rcon\nproxypassword $RCONPASSWORD \n\n// disallow joingame for HLTV spectator\nallowjoingame 0', 1, 'cs/hltv.cfg', 'Hltv.cfg', 1, 0, 'file', 0, 1, 0, 'default');
  64.  
  65. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  66. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  67. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement