Alcosmos / clash-of-clans-clanwebs

A simple way to get a real time self-updating Clan website through Clash of Clans API
Apache License 2.0
0 stars 3 forks source link

Is this website still working? #1

Open xXerM opened 2 years ago

xXerM commented 2 years ago

I just uploaded files to my host server then I copied my token and pasted in config.php but in website I saw Maintenance screen.

Alcosmos commented 2 years ago

Hi. Check that the allowed IP for that key matches the one from the host you use, and that you didn't include the '#' in the clan tag.

xXerM commented 2 years ago

Allowed ip and and clan tag seems correct.

xXerM commented 2 years ago

`
// Don't include the # $clanTag='22GUQPL8G';

// URL to Clash of Clans API
$apiUrl = 'https://api.clashofclans.com/v1/clans/';

// Your Supercell developer key - https://developer.clashofclans.com
$apiKey = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiIsImtpZCI6IjI4YTMxOGY3LTAwMDA`