exUBert adlı üyeden alıntı: mesajı görüntüle
Hata günlüğüne baktınız mı?
        ($discord_members as $member)
<?php if(count($discord_members) >= "100"){echo "100+";}else{echo count($discord_members);}; ?>

<?php if(count($discord_members) >= "100"){echo "100+";}else{echo count($discord_members);}; ?>
Üsttekiler için verdiği hata
Alıntı
Parameter must be an array or an object that implements Countable in
Bu hata da aşağıdaki için
Alıntı
implexml_load_file(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
    $json_url = "https://discordapp.com/api/guilds/".DISCORD_SERVER_ID."/widget.json";
    $json_string = file_get_contents($json_url);
    $parsed_json = json_decode($json_string,true);
        $discord_name        = $parsed_json['name'];
        $discord_members    = $parsed_json['members'];
    };