HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/public_html/archive/teampay/application/views/email/change_email-html.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><title>Your new email address on <?php echo $site_name; ?></title></head>
<body bgcolor="#EEEEEE">
<div style="max-width: 800px; margin: 0 auto; padding:10px; border:dotted 1px #BBBBBB; background-color:#AAA">
<table width="100%" border="0" cellpadding="25" cellspacing="0">
<tr>
<td width="180" valign="top" bgcolor="#DFDFDF"><a href="http://dodamp.com"><img src="http://dodamp.com/img/logo2.png" width="150" height="134"/></a></td>
<td align="left" width="100%" bgcolor="#F6F6F6" style="font: 13px/18px Helvetica, Arial, sans-serif;">
<h2 style="font: bold 30px Helvetica, Arial, sans-serif; margin: 0; padding: 0 0 18px; color: #308DCF;">Your new email address on <?php echo $site_name; ?></h2>
You have changed your email address for <?php echo $site_name; ?>.<br />
Follow this link to confirm your new email address:<br />
<br />
<big style="font: 16px/18px Arial, Helvetica, sans-serif;"><b><a href="<?php echo site_url('/auth/reset_email/'.$user_id.'/'.$new_email_key); ?>" style="color: #3366cc;">Confirm your new email</a></b></big><br />
<br />
Link doesn't work? Copy the following link to your browser address bar:<br />
<nobr><a href="<?php echo site_url('/auth/reset_email/'.$user_id.'/'.$new_email_key); ?>" style="color: #3366cc;"><?php echo site_url('/auth/reset_email/'.$user_id.'/'.$new_email_key); ?></a></nobr><br />
<br />
<br />
Your email address: <?php echo $new_email; ?><br />
<br />
<br />
You received this email, because it was requested by a <a href="<?php echo site_url(''); ?>" style="color: #3366cc;"><?php echo $site_name; ?></a> user. If you have received this by mistake, please DO NOT click the confirmation link, and simply delete this email. After a short time, the request will be removed from the system.<br />
<br />
<br />
Thank you,<br />
The <?php echo $site_name; ?> Team
</td>
</tr>
</table>
</div>
</body>
</html>