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

require("_header.php");
?>

<center>
<P><img src="images/t_ents.gif">

<P><b>Click on one of our entertainers to learn more about them:</b>

<P><table border=0>
<tr>
<td class="text-up" align="center"><font color="ff0000"><b><a href="ent_dan.php"><img src="images/ent_dan.gif" border=0 alt="DJ 5th Ace"></a><br>DJ 5th Ace<br>Dan Koch</b></font></td>
<td class="text-up" align="center"><font color="ff0000"><b><a href="ent_kev.php"><img src="images/ent_kev.gif" border=0 alt="DJ Big Husk"></a><br>DJ Big Husk<br>Kevin Gollings</b></font></td>
<td class="text-up" align="center"><font color="ff0000"><b><a href="ent_joe.php"><img src="images/ent_joe.gif" border=0 alt="DJ Underdog"></a><br>DJ Underdog<br>Joe Michalski</b></font></td>
</tr>
</table>

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