Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 50

Thread: server Attack

  1. #11
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    I wrote the help message but said there's nothing we can do

  2. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (6th February 2017)

  3. #12
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    and here's what I'm getting another attack ;

    ERROR: Netchan_Transmit: length = 18287
    ********************
    ----- Server Shutdown -----
    Sending heartbeat to cod2master.activision.com
    ==== ShutdownGame ====
    0: EXE_DISCONNECTED
    1: EXE_DISCONNECTED
    2: EXE_DISCONNECTED
    3: EXE_DISCONNECTED
    4: EXE_DISCONNECTED
    5: EXE_DISCONNECTED
    6: EXE_DISCONNECTED
    7: EXE_DISCONNECTED
    8: EXE_DISCONNECTED
    9: EXE_DISCONNECTED
    10: EXE_DISCONNECTED
    ---------------------------

  4. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (6th February 2017)

  5. #13
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    That sounds a lot like a bug that got patched in libcod long ago.
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  6. #14
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    libcod is used in Windows_?

  7. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (6th February 2017)

  8. #15
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    Click image for larger version. 

Name:	shot0028.jpg 
Views:	77 
Size:	340.1 KB 
ID:	1259

    in this way

  9. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (6th February 2017)

  10. #16
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Yes, this error fixed on libcod for linux, but i think libcod for windows no fixed it error

    part code fix for linux:
    Code:
    void hook_SV_WriteDownloadToClient(int cl, int msg)
    {
    	#if COD_VERSION == COD2_1_0
    		int offset = 452008;
    	#else
    		int offset = 452280;
    	#endif
    
    	if((*(int*)(cl + 134248)) && (*(int*)(cl+offset)**(int*)(cl+offset+4)/2048000 > 6))
    		SV_DropClient(cl, "broken download");
    	else
    		SV_WriteDownloadToClient(cl, msg);
    }
    Last edited by maxdamage99; 6th February 2017 at 16:28.
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  11. #17
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    they make constant attack

    I don't know what to do

  12. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (6th February 2017)

  13. #18
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    You host server on Linux or Windows?
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

  14. #19
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    Quote Originally Posted by maxdamage99 View Post
    You host server on Linux or Windows?
    works on windows server

  15. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (6th February 2017)

  16. #20
    Private valens's Avatar
    Join Date
    Dec 2016
    Posts
    29
    Thanks
    14
    Thanked 21 Times in 21 Posts
    HELP ME please

  17. The Following User Says Thank You to valens For This Useful Post:

    kubislav23 (7th February 2017)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •