Advertisement
Guest User

LoginServer

a guest
Oct 8th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.41 KB | None | 0 0
  1. //  KOServer, KOSource, pUser, pGame, pSchedule
  2. /*****************************************************/
  3. /*                                                   */
  4. /*     LogInServer Ver (1.453 - 1.534 - 1.886)       */
  5. /*                Dev: ANDERSONXL16                  */
  6. /*                Date: 23-07-2012                   */
  7. /*                                                   */
  8. /*****************************************************/
  9.  
  10. Support proc:
  11.  
  12.     * (save file /Logs/LogInServer.Log)
  13.     * (call mac_block)
  14.     * (call ip_block)
  15.     * (call account_block)
  16.     * (call Account_Main)
  17.     * (call Account_premium)
  18.    
  19.    
  20. Errors proc:
  21.     * (save file /Logs/Error/LogInServer.error)
  22.  
  23.    
  24. Reports:
  25.    
  26.     Report Account LogIng successfull
  27.         * Save txt Account && Time (save file /Logs/LogInServer.suss)
  28.  
  29.     Report Account Name Fail LogIn
  30.         * Save txt Account && Time (save file /Logs/LogInServer.fail)
  31.  
  32. Account:
  33.     * 8 Conections for IP
  34.     * 5 Try LogIn Fail, account blocked for 30 Minuts
  35.     * Security Socket Ghost
  36.     * Login Restart Schedule
  37.     * fast Conection  10 Seconds
  38.     * max waiting conection 120 seconds
  39.  
  40.  
  41.  
  42.  
  43. Anticheat:
  44.  
  45.     Launcher -> Check CheckSum, crc32, md5 Files (if have error, download patch)
  46.     MemoryCheck (if find hack 2try  IP block, MAC block)
  47.     InGame ->CheckFiles Repeat check checksum crc32, etc.
  48.    
  49.  
  50.     ( 1 strike  - 1 Day )
  51.     ( 2 Strike  - 1 week)
  52.     ( 3 Strike  - Account & MAC banned forever)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement