Quote:
Originally Posted by sheva_mp3
There are some problems with log file.
PHP Code:
// 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);
In log file I see only post and ip, but don't see username
Log file:
VB 3.6.5
|
Try changing $bbuserinfo['username'] to $vbulletin->userinfo['username']