Potential leak of data: MySQL Connect Information
Detected 1 occurrence(s) of ‘mysql_[p]*connect\(["']{0,1}[a-z0-9\-\.]+["']{0,1}\s*,’:
span></li>
</ul>
</div>
</div>
</div>
<!-- ABOVE: SUBNAV-->
<!-- BELOW: Main Content -->
<div class= "grid_7" id="main-content-col">
<!-- below: php -->
<div class="round-corners gold" id="gig-details">
<?php
$con = mysql_connect("mysql.nhayes01.wdd1112.bbkweb.org","nhayes01","loo2Oot1ai");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("nhayes01", $con);
$pattern = '/[\D]*/';
$gig_id = preg_replace($pattern,'', $_GET['gig_id']);
$ShowDetails = mysql_query("SELECT
Source: http://pastebin.com/raw.php?i=mC6K7MAM
Tags: MySQL Connect Information, pastebin.com
This entry was posted on Thursday, July 19th, 2012 at 15:29 and is filed under PasteMon. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.

