| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/domains/conciergechoiceawards.org/public_html/ |
Upload File : |
<Cfif parameterexists(url.sendwinner)>
<Cfquery name="getvoters" datasource="#ds#">
select *
from davlercpr
</Cfquery>
<CFMAIL TO="#getvoters.email#"
query="getvoters"
SUBJECT="CPR Vote. Congratulations to the two winners"
FROM="David Miller <[email protected]>"
SERVER="Mail.davlermedia.com"
username="Davler\webmail"
password="Incoming33"
type="html"
timeout="90">
Heather Gambaro<br>
Jeunesse Jackson<p>
We appreciate their cooperativeness – respect -- politeness
</CFMAIL>
<CFMAIL TO="[email protected]"
SUBJECT="CPR Vote. Congratulations to the two winners"
FROM="David Miller <[email protected]>"
SERVER="Mail.davlermedia.com"
username="Davler\webmail"
password="Incoming33"
type="html"
timeout="90">
Heather Gambaro<br>
Jeunesse Jackson<p>
We appreciate their cooperativeness – respect -- politeness
</CFMAIL>
<CFMAIL TO="[email protected]"
SUBJECT="CPR Vote. Congratulations to the two winners"
FROM="David Miller <[email protected]>"
SERVER="Mail.davlermedia.com"
username="Davler\webmail"
password="Incoming33"
type="html"
timeout="90">
Heather Gambaro<br>
Jeunesse Jackson<p>
We appreciate their cooperativeness – respect -- politeness
</CFMAIL>
</Cfif>
<Cfif parameterexists(url.sendme)>
<Cfquery name="getvoters" datasource="#ds#">
select *
from davlercpr
where voted = 0
and email <> '[email protected]'</Cfquery>
<CFMAIL TO="#getvoters.email#"
query="getvoters"
SUBJECT="CPR Vote. -- Cooperative, Polite and Respectful"
FROM="David Miller <[email protected]>"
SERVER="Mail.davlermedia.com"
username="Davler\webmail"
password="Incoming33"
type="html"
timeout="90">
CPR Vote. -- Cooperative, Polite and Respectful
<p>
Publishing and Operations staff vote for 5.
<p>
Sales may vote for 3 colleagues.
<p><b>
Vote right now!
</b>
<p>
<strong>Username:</strong> #getvoters.email#
<p>
<strong>Password: </strong> #getvoters.code#
<p>
<strong>Vote: </strong> <a href="http://www.davlermedia.com/admin/cpr-vote.cfm">http://www.davlermedia.com/admin/cpr-vote.cfm</a>
<p>
Thank you,
David
<p>
</CFMAIL>
</cfif>