<?php


$email = "astonecipher@phphelp.com";
$username = "astonecipher";

$link = base64_encode(json_encode(["email"=> $email, "username" => $username]));
$message = "https://x...content-available-to-author-only...x.net/index.php?link=$link";

echo $message;