LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: MySQL Connect Information

1 votedvote

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: ,

Comments are closed.