Hello, Obligatory: I have the bot installed on an ~empty~ Ubuntu container, meaning, there was NOTHING (not even sudo) installed on it when I begun. I may be missing crucial libraries (that I hope to find through making this thread).
After following the guide and installing every package the guide asked for, and starting the thing, here's what I get in the browser:
Help much appreciated
Edit: I manually created a config.ini, and started the bot through ./mffbashbot.sh nickname, which worked, but it is not visible in the GUI and thus unconfigurable.
even though this might seem a little rude, but i do not support running the bot within a docker container. thanks for your understanding.
regarding your problem i can only assume that the config.php doesn't contain proper values. this is the part responsible for creating the farm's list within index.php
1 2 3 4 5 6 7
<?php $username = "./"; include 'config.php'; system("cd " . $gamepath . " ; ls -d */ | tr -d '/' | sed -e 's/^\\(.*\\)$/ <option>\\1<\\/option>/'"); unset($username); ?>
bitte keine supportanfragen via PN - stellt eure fragen im forum please do not ask for support via PN - use the forum for that