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!Find me on facebookPHP 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.Find me on facebookPHP 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
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 can u explain with details? i got the sql but i cant understand it the sql query like thatOriginally posted by Vayne View Postor somethin...PHP 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.... )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
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 of i see.. can u post with full code of room...Originally posted by Vayne View Postroom idCode: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