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/5a_orig/contact.php
<?php
error_reporting(0);
if(phpversion() >= "4.2.0") {
extract($HTTP_POST_VARS);
extract($HTTP_GET_VARS); 
}

require("_header.php");
?>

<P><center><img src="images/t_contact.gif">
<P><b>To contact Fifth Ace Entertainment for bookings or questions, please call</b>
<br><span class="text-up"><font color="CC0000" size=4><b>(412) 916-3988</b></font></span>

<P><b>Or contact one of our DJs direct:</b>
<P><table border=0>
    <tr><td class="text" align="right">DJ 5th Ace - Dan Koch:</td><td><a href="mailto:dkoch@5thAce.com" class="text"><span class="underline"><FONT onmouseover="this.style.color='#FF0000'" onmouseout="this.style.color='#000000'">dkoch@5thAce.com</font></span></a>
    <tr><td class="text" align="right">DJ Big Husk - Kevin Gollings:</td><td><a href="mailto:kgollings@5thAce.com" class="text"><span class="underline"><FONT onmouseover="this.style.color='#FF0000'" onmouseout="this.style.color='#000000'">kgollings@5thAce.com</font></span></a>
    <tr><td class="text" align="right">DJ Underdog - Joe Michalski:</td><td><a href="mailto:jmichalski@5thAce.com" class="text"><span class="underline"><FONT onmouseover="this.style.color='#FF0000'" onmouseout="this.style.color='#000000'">jmichalski@5thAce.com</font></span></a>
    <tr><td class="text" align="right">DJ Aggression - Nick Macurak:</td><td><a href="mailto:nmacurak@5thAce.com" class="text"><span class="underline"><FONT onmouseover="this.style.color='#FF0000'" onmouseout="this.style.color='#000000'">nmacurak@5thAce.com</font></span></a>
    <tr><td class="text" align="right">DJ G-Child - Anthony Griffith:</td><td><a href="mailto:agriffith@5thAce.com" class="text"><span class="underline"><FONT onmouseover="this.style.color='#FF0000'" onmouseout="this.style.color='#000000'">agriffith@5thAce.com</font></span></a>
    </table>

<br><br><br><b>Hope to hear from you soon!</b>

<?php
require("_footer.php");
?>