è la chiamata ad un metodo statico della classe. Solo che quel codice è criptato, a meno che un pazzo non abbia chiamato la classe xyz31zyx e il metodo xyz51zyx
è la chiamata ad un metodo statico della classe. Solo che quel codice è criptato, a meno che un pazzo non abbia chiamato la classe xyz31zyx e il metodo xyz51zyx
IP-PBX management: http://www.easypbx.it
Old account: 2126 messages
Oldest account: 3559 messages
in un altro file php ho trovato questo:
Per cui xyz31zyx dovrebbe essere una classe, giusto?Codice PHP:
<?php
class xyz31zyx
{
var $link;
public function xyz40zyx()
{
$this->link=mysqli_connect(SQL_IP,SQL_USER,SQL_PWD,SQL_DATABASE) or die(xyz31zyx::xyz54zyx($this->link));
mysqli_query($this->link,"SET @@SESSION.sql_mode = ''") or die(xyz31zyx::xyz54zyx($this->link));
}
...
...
...
public static function xyz51zyx($a1ults)
{
$a3=mysqli_fetch_array($a1ults);
return $a3;
}
togli il dovrebbe, E' una classe. come vedi, xyz51zyx è un metodo statico. i metodi statici si richiamano appunto con ::
IP-PBX management: http://www.easypbx.it
Old account: 2126 messages
Oldest account: 3559 messages