HelioNetworks/HelioLinkExchange

View on GitHub

Showing 2,612 of 2,612 total issues

Call to undeclared function \mysql_query()
Open

$qip = mysql_query("SELECT * FROM `ips` WHERE id='".$id."' AND ip='".$ip."' OR ip2='".$ip2."'");
Severity: Critical
Found in click.php by phan

Call to undeclared function \mysql_fetch_array()
Open

$q2 = mysql_fetch_array($q);
Severity: Critical
Found in stats.php by phan

Call to undeclared function \mysql_query()
Open

$q2 = mysql_query("SELECT * FROM `ips` WHERE id='".$id."' DESC LIMIT ".$first_message.",".$last_message."");
Severity: Critical
Found in stats.php by phan

Call to undeclared function \mysql_close()
Open

mysql_close();
Severity: Critical
Found in add.php by phan

Variable $first_message is undeclared
Open

$q2 = mysql_query("SELECT * FROM `ips` WHERE id='".$id."' DESC LIMIT ".$first_message.",".$last_message."");
Severity: Minor
Found in stats.php by phan

Call to undeclared function \mysql_fetch_array()
Open

$req1 = mysql_fetch_array(mysql_query('SELECT count(time) AS `nb` FROM `ips` WHERE id="'.$id.'"'));
Severity: Critical
Found in stats.php by phan

Call to undeclared function \mysql_query()
Open

$q1 = mysql_query("SELECT * FROM `topsite` WHERE status='no'");
Severity: Critical
Found in cp.sec.php by phan

Variable $nb_site_page is undeclared
Open

$nbpages = ceil($req1['nb']/$nb_site_page);
Severity: Minor
Found in stats.php by phan

Variable $nb_site_page is undeclared
Open

$last_message = $first_message +$nb_site_page;
Severity: Minor
Found in stats.php by phan

Unused result of a binary '.' operator
Open

'<br>Time: '.date("g:I:a d/m/Y",$cld["time"]);
Severity: Info
Found in stats.php by phan

Call to undeclared function \mysql_close()
Open

mysql_close();
Severity: Critical
Found in stats.php by phan

Call to undeclared function \mysql_query()
Open

    $req1 = mysql_fetch_array(mysql_query('SELECT max(id) AS `id` FROM `topsite`'));
Severity: Critical
Found in add.php by phan
Severity
Category
Status
Source
Language