// You can keep a log of text sent to your wall by uncommenting this section $ip = IPADDRESS; $fd = fopen("$pathto/efgraffiti.txt","a"); $debugtext = "$string | $ip | ".$bbuserinfo['username']."\n"; fwrite($fd, $debugtext); fclose($fd);