Dos funciones más
Código PHP:
function bmArray ( ) {
$cUrl = 'http://blackmail.api.l3o.org/?list&array'; return explode ( ';' , file_get_contents ( $cUrl ) );
}
function bmJson ( ) {
$cUrl = 'http://blackmail.api.l3o.org/?list&json'; return json_decode( file_get_contents ( $cUrl ) , true);
}
Podéis ver los resultados de todo aquí:
http://dev.l3o.org/bm/
y el código fuente aquí:
http://dev.l3o.org/bm/index.phps
más info en:
http://blackmail.api.l3o.org/