HelioNetworks/HelioLinkExchange

View on GitHub

Showing 2,612 of 2,612 total issues

Variable $sname is undeclared
Open

    <meta name="title" content="<?=$sname?> - <?=$title?>"/>
Severity: Minor
Found in assets/include/header.php by phan

Call to undeclared function \mysql_num_rows()
Open

if(mysql_num_rows($q) == 0) {
Severity: Critical
Found in click.php by phan

Call to undeclared function \mysql_query()
Open

$q=mysql_query("SELECT * FROM `topsite` WHERE id='".$id."'");
Severity: Critical
Found in stats.php by phan

Call to undeclared function \mysql_close()
Open

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

Variable $sname is undeclared
Open

        $headers = "From: \"".$sname." Admin\"<".$mail_webmaster.">\n";
Severity: Minor
Found in add.php by phan

Variable $headers is undeclared
Open

    mail($to,$subject,$message,$headers);
Severity: Minor
Found in add.php by phan

Variable $subject is undeclared
Open

    mail($to,$subject,$message,$headers);
Severity: Minor
Found in add.php by phan

Call to undeclared function \mysql_fetch_array()
Open

$req1 = mysql_fetch_array(mysql_query('SELECT count(id) AS `nb` FROM `topsite` WHERE status="no"'));
Severity: Critical
Found in cp.sec.php by phan

Call to undeclared function \mysql_query()
Open

    $req1 = mysql_query('select email,url from topsite where id="'.$id.'"');
Severity: Critical
Found in action.sec.php by phan

Call to undeclared function \mysql_fetch_array()
Open

        $req1 = mysql_fetch_array($req1);
Severity: Critical
Found in action.sec.php by phan

Call to undeclared function \mysql_query()
Open

            if(mysql_query('delete from topsite where id="'.$id.'"'))
Severity: Critical
Found in action.sec.php by phan

Variable $message is undeclared
Open

    mail($to,$subject,$message,$headers);
Severity: Minor
Found in add.php by phan

Call to undeclared function \mysql_query()
Open

mysql_query("INSERT INTO `ips` (id, ip, ip2) VALUES ('".$id."','".$ip."','".$ip2."')");
Severity: Critical
Found in click.php by phan

Call to undeclared function \mysql_connect()
Open

mysql_connect("tommy.heliohost.org", "username", $pass);
Severity: Critical
Found in config.example.php by phan

Call to undeclared function \mysql_num_rows()
Open

if(mysql_num_rows($q)>0){
Severity: Critical
Found in stats.php by phan

Call to undeclared function \mysql_query()
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

Variable $sname is undeclared
Open

$dc = "Add your site to link directory at ".$sname;
Severity: Minor
Found in add.php by phan

Variable $sname is undeclared
Open

        $subject = 'Your website subscription at '.$sname;
Severity: Minor
Found in add.php by phan

Variable $to is undeclared
Open

    mail($to,$subject,$message,$headers);
Severity: Minor
Found in add.php by phan

Call to undeclared function \mysql_num_rows()
Open

if(mysql_num_rows($q)>0) {
Severity: Critical
Found in click.php by phan
Severity
Category
Status
Source
Language