After posting message in chat room if some one press F5 or refresh the browser , the chat room instantly became flooded with same text!! how can i stop this? someone help please
Refresh Spam!!
Collapse
X
-
can you give me somthing details ?
"$lastmsg" how can i select from db?PHP Code:/* I don't know everything hehe */
Comment
-
Change your Sql To something like:
PHP Code:CREATE TABLE `ibwf_chat` (
`id` int(99) NOT NULL auto_increment,
`chatter` int(100) NOT NULL default '0',
`who` int(100) NOT NULL default '0',
`timesent` int(50) NOT NULL default '0',
`msgtext` varchar(255) NOT NULL default '',
`rid` int(99) NOT NULL default '0',
`exposed` char(1) NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `msgtext` (`msgtext`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
Comment
-
Originally posted by khan89 View Post1stly you should search here.here lots of lavalair mods. and most of them having no problem regarding this. you can take one from here and can solve your problem by own.
if you cant then i will sort it out.
something like a antiflood for messages in chtrooms (in lava forums exist)sigpicthe italian/international COMMUNITY of friendship
http://people2000.netne.net
WAP/WEB
peoplemailbox@katamail.com
Comment
Comment