Hey guys i have the code for ghostmode in site but i want it to also work in the chatroom anyone have any idea of doing that
Ghost mode for chatroom
Collapse
X
-
Yah its could be a great way to catch bl0ody spammer yawz!PHP Code:/* I don't know everything hehe */
Comment
-
Im not such a good coder but i have an idea .
Create a copy of chat.Php
put a new link biside within room name and made it invisible for n0rmal user
s0mthing like if is(mod=uid){$a="<a href="copyofchat.Php?R0omid=id=&sid=sid">enterGOST </a>";}else{$a="";}
n0w in copyofchat.Php made secure for normal user .Rem0ve add to chat function ,and make sure that u only getting data from db_chat_table.But u wont insert data, you also rem0ve sassion cheaking code from this page then you may see all the chattering as like a guest
. . . . .Hehehe may be im giving you a f***kble idea yawz.PHP Code:/* I don't know everything hehe */
Comment
-
nice topic m8...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
-
Originally posted by Vayne View PostPHP Code:$query = mysql_query("SELECT chatter, who, timesent, msgtext, id FROM chat WHERE room='".$is."' ORDER BY timesent DESC, id DESC LIMIT ".($lapa*$zinu_sk_lapa)." , $zinu_sk_lapa");
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
-
'".$is."'
Where this come from? is it $is = ????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
-
Originally posted by Vayne View PostCode:WHERE room='".$is."'
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
Comment