| Posted: 26 June 2006 at 10:09pm | IP Logged
|
|
|
When I run my PHP page without HLB installed, I get the following (works aok)...
<!doctype html public "-//W3C//DTD HTML 4.01//EN">
<html>
<head> <title>Untitled</title> <meta http-equiv="generator" content="PHP Designer 2005" /> </head>
<body text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <table width="80%" bgcolor="#C1C7F9"> <tr> <td> <h1>Candidate File Access</h1> <h3><p>From this page, you can log in and download any of the voter information files that have been prepared for you by the Supervisor of Elections office in this County. Access to this file download facility is restricted to authorized users as defined in Florida's Election Law, including (but not limited to) sections97.0585(1) and 101.62(3).</p></h3> <h3>Welcome Johnny Mac. Last access date: 2006-06-26 22:53:21</h3><form action="http://sunny.electionsfl.com/CandFileAccess.php" method="POST" enctype="application/x-www-form-urlencoded"><input type="hidden" name="FileUser" /><input type="submit" value="Log off" /></form>The following files are available for you to download. Please select the file you wish to bring to your machine.<p><table border='1' bgcolor='#E0E3FC' width='100%'><td>File Description</td><td>File Date</td><td>Last Download</td></tr><tr><td>Test PDF file</td><td>2006-06-26<br>00:00:00</td ><td><table><tr><td>2006-06-26< ;br>22:53:27</td><td><form action="/CandFileAccess.php" method="POST" enctype="application/x-www-form-urlencoded"><input type="hidden" value="ERI" name="CountyID" /><input type="hidden" value="1" name="FileUser" /><input type="hidden" value="2005-01-01 00:00:01" name="AsOfDate" /><input type="hidden" value="ERI" name="Group" /><input type="hidden" value="1212" name="UserPassword" /><input type="hidden" value="001.PDF" name="FileToSend" />     <input type="submit" value="Download" onclick="window.open('candidate/001.PDF','_blank')" /></form></td></tr></table></t d></tr></td> </tr> </table> </body> </html>
When I run my PHP page with HLB installed, I get the following (NOTE the excess HTTP header information toward bottom of page -- why??? Its interferring with the page's operation.
<!doctype html public "-//W3C//DTD HTML 4.01//EN">
<html>
<head> <title>Untitled</title> <meta http-equiv="generator" content="PHP Designer 2005" /> </head>
<body text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <table width="80%" bgcolor="#C1C7F9"> <tr> <td> <h1>Candidate File Access</h1> <h3><p>From this page, you can log in and download any of the voter information files that have been prepared for you by the Supervisor of Elections office in this County. Access to this file download facility is restricted to authorized users as defined in Florida's Election Law, including (but not limited to) sections97.0585(1) and 101.62(3).</p></h3> <h3>Welcome Johnny Mac. Last access date: 2006-06-26 22:54:36</h3><form action="http://sunny.electionsfl.com/CandFileAccess.php" method="POST" enctype="application/x-www-form-urlencoded"><input type="hidden" name="FileUser" /><input type="submit" value="Log off" /></form>The following files are available for you to download. Please select the file you wish to bring to your machine.<p><table border='1' bgcolor='#E0E3FC' width='100%'><td>File Description</td><td>File Date</td><td>Last Download</td></tr><tr><td>Test PDF file</td><td>2006-06-26<br>00:00:00</td ><td><table><tr><td>2006-06-26< ;br>22:54:40</td><td><form action="/CandFileAccess.php" method="POST" enctype="application/x-www-form-urlencoded"><input type="hidden" value="ERI" name="CountyID" /><input type="hidden" value="1" name="FileUser" /><input type="hidden" value="2005-01-01 00:00:01" name="AsOfDate" /><input type="hidden" value="ERI" name="Group" /><input type="hidden" value="1212" name="UserPassword" /><input type="hidden" value="001.PDF" name="FileToSend" />     <input type="submit" value="Download" onclick="window.open('candidate/001.PDF','_blankHTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Connection: close Date: Tue, 27 Jun 2006 02:54:40 GMT Pragma: no-cache Content-Type: text/html Expires: Thu, 19 Nov 1981 08:52:00 GMT Server: Microsoft-IIS/6.0 X-Powered-By: PHP/4.4.0
')" /></form></td></tr></table></t d></tr></td> </tr> </table> </body> </html>
What my HotLinBlocker.ini file has...
# HotlinkBlocker Configuration file
Signature=fb39851f-9218-4598-9e45-2e1e8f94edff LinkExpires=1800
[Protect] #Protect type Directory Redirect target (optional) LINK /test http://www.voterfocus.com/LinkExpired.htm #LINK /wall #REFERER /images http://www.mysite.com #REDIRECT /swf
[ReferersBlackList] #http://friendlysite.com [ReferersWhiteList] [UserAgentsBlackList] [UserAgentsWhiteList] #*wget*
Fred Schmidt, VR Systems, Inc.
|