Quote:
Originally posted by shaggster
// You may want to edit some of the PARAMs of the Chat applet
if ($page == "client") {
if ($bbusername != "") {
$num = $bbusername ;
}
if ($bbusername == "") {
$filename = "chat_count.txt";
$contents = file($filename);
$length = strlen($contents);
$number = 0;
$count = 0;
$num = $guestnick.$length ;
$handle= fopen($filename,'a+');
$string = "+";
fputs($handle, $string);
fclose($handle);
}
i would check this line over i am not to sure on what vb2 uses for sesion id's maybe look through for the who;s online script and see what it uses for the id $string
not to sure maybe a vb2 guy would check into this
|
Yes i've looked into all this and the string is $username - but keeps saying no nickname entered
even if I set my own temp string for testing still does it - only lets me enter a name manually
this is a great intergration and someone should look at doing it for vb 2