Own Planet Missile Attack.

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Own Planet Missile Attack.

      You can launch a missile attack to self planet with an address.
      I added a bit of code to prevent this.
      Please use it if necessary.

      1. Open file
      includes/pages/game/ShowFleetMissilePage.class.php


      find code

      PHP Source Code

      1. elseif ($anz <= 0)
      2. $error = $LNG['ma_add_missile_number'];



      Add code below

      PHP Source Code

      1. elseif ($target['id_owner'] == $USER['id'])
      2. $error = "You cannot attack your own planet..!!!";

      End.....
      --------------------------------------------------------------------------------------