Your zonefile is below. Ensure the first line always ends with a SHA-256 hash of your chosen password.
sorry, the domain or password is wrong :(";
}
} else if (isset($_POST['domain']) && isset($_POST['password']) && isset($_POST['zonetext'])) {
$zonetext = str_replace("\r", '', $_POST['zonetext']);
// Increment the serial number if the box was checked
if (isset($_POST['increment'])) {
$zonetext = incrementserial($zonetext)[0];
}
writezone($_POST['domain'], $_POST['password'], $zonetext);
echo "