Originariamente inviato da neroux
Carica tutto con file_get_contents() e poi usa strpos()
Così?
Codice PHP:

$censura_nomi 
file_get_contents('censor_name.txt');
if(
strpos($censura_nomi$username_nomi)===FALSE){
}else{
errore

non va.. o almeno se nel file txt c'è: ciao
poi nel box c'è ciao1 non me lo considere il ciao.