Hey, any coder plz help me i cant enter in private chatroom i m using mobilezonez script.
Problem in chatroom
Collapse
X
-
Post your chat script here mate..... i will check it lol....our lfe is simple words....
http://mygenkz.net
ewanz06@yahoo.com
PHP Code:$output="i am NOoob....";
$newfile="ewanz.txt";
$file = fopen ($newfile, "w");
fwrite($file, $output);
fclose ($file);
Comment