mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-04-06 05:05:47 +12:00
Change to just host
This commit is contained in:
parent
0fea03836c
commit
6386530f3c
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function send_activation_email(string $email, string $username, string $password
|
||||||
$hmac = GenHmacMessage($username, "UserActivation", false);
|
$hmac = GenHmacMessage($username, "UserActivation", false);
|
||||||
$hmacSignature = base64_url_encode(hex2bin($hmac));
|
$hmacSignature = base64_url_encode(hex2bin($hmac));
|
||||||
$activateUrl = get_protocol().get_host()."/web/newuser.php?U=".htmlspecialchars($username, ENT_QUOTES)."&AC=".htmlspecialchars($hmacSignature, ENT_QUOTES);
|
$activateUrl = get_protocol().get_host()."/web/newuser.php?U=".htmlspecialchars($username, ENT_QUOTES)."&AC=".htmlspecialchars($hmacSignature, ENT_QUOTES);
|
||||||
$body = "<B>Welcome New Horse Isle Member!</B><BR><BR>\r\nTo Activate your account, Click the following link, or Copy-Paste/Type it in your browser.<BR><HR>\r\n<A HREF='".$activateUrl."'>\r\n".$activateUrl."</A><BR>\r\n or <BR>\r\n( ".$activateUrl." )\r\n<BR><HR>We hope you enjoy the game! Be sure you have written down your Username: ".htmlspecialchars($username, ENT_QUOTES)." and Password: ".htmlspecialchars($password, ENT_QUOTES)." someplace safe!<BR>\r\nNEVER give your password out to ANYONE, even someone claiming to work for Horse Isle.<BR>\r\n---------------------------------------------------------------------<BR>\r\n Quick Start Guide: <BR>\r\n #1) Log into ".get_protocol().get_host()." with your newly activated account.<BR>\r\n #2) Join a server (Top one is recommended for new players)<BR>\r\n #3) Once on server click ENTER WORLD. This will start up the game.<BR>\r\n Enjoy!<BR>\r\n";
|
$body = "<B>Welcome New Horse Isle Member!</B><BR><BR>\r\nTo Activate your account, Click the following link, or Copy-Paste/Type it in your browser.<BR><HR>\r\n<A HREF='".$activateUrl."'>\r\n".$activateUrl."</A><BR>\r\n or <BR>\r\n( ".$activateUrl." )\r\n<BR><HR>We hope you enjoy the game! Be sure you have written down your Username: ".htmlspecialchars($username, ENT_QUOTES)." and Password: ".htmlspecialchars($password, ENT_QUOTES)." someplace safe!<BR>\r\nNEVER give your password out to ANYONE, even someone claiming to work for Horse Isle.<BR>\r\n---------------------------------------------------------------------<BR>\r\n Quick Start Guide: <BR>\r\n #1) Log into ".get_host()." with your newly activated account.<BR>\r\n #2) Join a server (Top one is recommended for new players)<BR>\r\n #3) Once on server click ENTER WORLD. This will start up the game.<BR>\r\n Enjoy!<BR>\r\n";
|
||||||
|
|
||||||
$headers = 'MIME-Version: 1.0' . "\r\n";
|
$headers = 'MIME-Version: 1.0' . "\r\n";
|
||||||
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
|
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue