$value) { if ($column == 'username' && strlen($value) > 0) { if ($username_in == aes_decrypt($value)) { $logged_in = 'true'; } } } //mysqli_free_result($result); if ($logged_in == 'false') { ?>
Token Expired...Logging Out...
What incredible new worlds will you create today?
| Name | Size | Modified | Actions |
| =get_filetype_icon($result)?>=basename($result)?> | =is_dir($result) ? 'Folder' : convert_filesize(filesize($result))?> | =str_replace(date('F j, Y'), 'Today,', date('F j, Y H:ia', filemtime($result)))?> | &file=" class="btn red" onclick="return confirm('Are you sure you want to delete =basename($result)?>?')"> |
0) { $user_type_in = aes_decrypt($row['user_type']); } if ($user_type_in == "metaverse_owner" || $user_type_in == "admin") { ?>
| Username | User Type | Plots | Actions | |
|---|---|---|---|---|
| COMING SOON |
| Setting | Setting Value | Actions |
|---|---|---|
|
'; $body = $body.'This email is a password reset request. Someone has requested a password reset. If this was you please follow the link below:
'; $body = $body."https://".$_SERVER['SERVER_NAME']."/my-admin/index.php?forgot_password=3&pid=".$key.""; $body = $body.'
If this was not you, please ignore this email.
NOTE: This is an autogenerated email from a Chaarmi Metaverse Galaxy from the domain: '.$_SERVER['SERVER_NAME']; $sql = "SELECT * FROM chrm_local_system_settings where setting_name = '".aes_encrypt("sendgrid_api_key")."'"; $result = mysqli_query($con, $sql); $row = mysqli_fetch_array($result); $sendgrid_api_key_from_server = aes_decrypt($row['setting_value']); if (isset($sendgrid_api_key_from_server)) { $sendgrid_api_key = $sendgrid_api_key_from_server; } $sendgrid_key = $sendgrid_api_key; send_an_email($from_email, $from_name, $to_email_address, $to_name, $subject, $body, $sendgrid_key); } //mysqli_free_result($result); mysqli_close($con); // Show user on this screen that a password reset request has been sent to the email on record and show a return to start link ?>