Advertisement
Guest User

Untitled

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