Potential leak of data: MySQL Connect Information
Detected 1 occurrence(s) of ‘mysql_[p]*connect\([^\$]‘:
<?php
/**
*
* Разработчик Vinni
* icq: 5071066
* skype: rscxottab
* email: vinnizp@gmail.com
*
*/
mysql_connect('server', 'login', 'password');
mysql_select_db('database');
$limit = 10;
if (isset($_GET['per'])) {
$per = $_GET['per']*$limit;
include_once 'email.class.php';
$q = mysql_query('SELECT * FROM `user_emails` LIMIT '.$per.','.$limit);
Source: http://pastebin.com/raw.php?i=xDt9Uy0M
Tags: MySQL Connect Information, pastebin.com
This entry was posted on Friday, June 15th, 2012 at 15:41 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.

