Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. [Help] @Help <Command>
  2. [Game Servers] @Server-Add @Server-Del @Server-List @Server-Start @Server-Stop @Server-Debug [Game Mods] @Server-Mod_List @Server-Mod_Add @Server-Mod_Del
  3. [Ftp] @Ftp-AddUser @Ftp-DelUser @Ftp-ListUsers
  4. [Shell Commands] @ListUsers @AddUser @DelUser - @PsList @PsStart @Kill - @Find
  5.  
  6. @Server-Add - <Name> <Game(CS|CSS|TF2)> <Location(TX|CA)> <Ftp UserName> <Ftp Password> [Rcon Password]
  7. @Server-Del - <Name>
  8. @Server-Start - <Name>
  9. @Server-Stop - <Name>
  10. @Server-Debug - <Name>
  11. @Server-Info - <Name>
  12.  
  13. @Ftp-AddUser <UserName> <Password> <Path>
  14. @Ftp-DelUser <UserName>
  15. @Ftp-ListUsers
  16.  
  17. @ListUsers
  18. @AddUser <UserName> <Path> <Password>
  19. @DelUser <UserName>
  20.  
  21. @PsList <UserName>
  22. @PsStart <UserName>
  23. @Kill <UserName> <Pid|Name>
  24.  
  25. @Find <FileName>
  26.  
  27. ---------------------------
  28.  
  29. SRCDS Game List for Installing
  30.  
  31. For Source/Orange Box Engine Games:
  32.  
  33. * Counter-Strike Source -This is Counter-Strike: Source
  34. * ageofchivalry - This is Age of Chivalry (3rd party mod)
  35. * diprip - This is D.I.P.R.I.P. Warm Up (3rd party mod)
  36. * dods -This is Day of Defeat Source
  37. * esmod - This is Eternal Silence (3rd party mod)
  38. * garrysmod -This is Garry's Mod (Orange Box)
  39. * hl2mp -This is Half-Life 2 Deathmatch
  40. * insurgency - This is Insurgency (3rd party mod)
  41. * l4d_full - This is Left 4 Dead
  42. * left4dead - This is Left 4 Dead
  43. * synergy - This is Synergy (3rd party mod)
  44. * tf -This is Team Fortress 2 (Orange Box)
  45. * zps - This is Zombie Panic! Source (3rd party mod)
  46.  
  47.  
  48. For HL Engine Games:
  49.  
  50. * cstrike -This is Counter Strike 1.6
  51. * cstrike_beta This is Counter Strike 1.6 Beta
  52. * czero -This is Counter Strike Condition Zero
  53. * dmc -This is Deathmatch
  54. * dod -This is Day of Defeat
  55. * gearbox -This is Opposing Force
  56. * ricochet -This is Ricochet
  57. * tfc -This is Team Fortress Classic
  58. * valve -This is Half-Life
  59.  
  60.  
  61. Third Party Games:
  62.  
  63. * ageofchivalry - This is Age of Chivalry (3rd party mod)
  64. * darkmessiah -This is Dark Messiah
  65. * diprip - This is D.I.P.R.I.P. Warm Up (3rd party mod)
  66. * garrysmod -This is Garry's Mod (Orange Box)
  67. * insurgency - This is Insurgency (3rd party mod)
  68. * marenostrum - This is Mare Nostrum, a TC mod for Red Orchestra (3rd party mod)
  69. * redorchestra -This is Red Orchestra
  70. * ship -This is The Ship
  71. * sin -This is SiN 1
  72. * synergy - This is Synergy (3rd party mod)
  73. * tshb -This is ThreadSpace: Hyperbol
  74. * zps - This is Zombie Panic! Source (3rd party mod)
  75.  
  76. ==========
  77.  
  78. cd /home/Amanda/Server && screen -A -m -d -L -S css-server1 /home/Amanda/Server/srcds_1/orangebox/srcds_run -port 27015 -console -game cstrike -pingboost 2 +maxplayers 20 +map zm_lila_panic -tickrate 100 +fps_max 750 -autoupdate +rcon_password "getgood"
  79.  
  80. cd /home/Amanda/Server && screen -A -m -d -L -S css-server2 /home/Amanda/Server/srcds_2/orangebox/srcds_run -port 1337 -console -game cstrike -pingboost 3 +maxplayers 11 +map de_dust2 -tickrate 100 +fps_max 500 -autoupdate +rcon_password "getgood"
  81.  
  82. ==========
  83. useradd -d /home/Test1 -m Test1
  84. ==========
  85.  
  86. User Add + Set Pass: (echo pass; echo pass) | pure-pw useradd test1 -d /home/Amanda/Server -u ftpuser
  87. pure-pw mkdb
  88. /usr/local/sbin/pure-ftpd -S ,21 -c 30 -C 10 -l puredb:/etc/pureftpd.pdb -x -E -j -R
  89.  
  90. ==========
  91. @Server-Add
  92. 1. useradd
  93. 2. copy steam/srcds over
  94. 3. run steam update(to download files)
  95. 4. setup ftp
  96. 5. write servers.txt Name:CS|CSS|TF2:Port:Ftp UserName:Ftp Password:Rcon Password
  97. 6. run server
  98. 7. notify on mirc
  99.  
  100. @server-Debug
  101. 1. pastebin screenlog.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement