This shoutbox is pretty good, but I really don't like scripts that don't save to Mysql Databases. Good job though.
Printable View
This shoutbox is pretty good, but I really don't like scripts that don't save to Mysql Databases. Good job though.
I was using the D2 version, but I'll pleased to give a try to this one,
Thanks
added anti-html abuse.
updated to build C
check it out.
wow... all this time and the tag filters didn't work.
replaced with a new method
Code:if(strstr($HTTP_POST_VARS['message'],"<")) {
header("Location: error2.php");
die();
}
thanx alot bro :)
i edited it ALOT if you don't mind,,,
here is mine http://www.7des.com
i set up folders and includes for it in order to work,, tweeked with it and put in a frame that would still work with other PHP codes (such as the one that changes styles)
and what i did for the HTML is simply
and i removed the error pages and the sucess page,,, made it just redirect to the page thats all,, and if an error accure just redirect without posting :)Code:$message = str_replace("<","[",$message);
$message = str_replace(">","]",$message);
so thanx alot bro!
Good job but I have some questions. I'm not very good at putting and making this kind of stuff work yet so I have some problems.
I have all my files up loaded (elivmar.talkhost.info/shoutbox) and all of them work except shoutbox.php . I copied the first code exactly and made NO changes to it. How do I get it to work? I probally messed up on something stupid xD
Next how do I put this in a little box on my homepage?
both of your sites seem to be down. I can't help you, Elivmar.
And Mohammed, post your version up. This is an open source project :D
Ok I am not good at this never did php in my life but I would like to incorporate a shoutbox on my site at www.mikenificent.com basically, I would like to make the shoutbox my Guestbook pages but I would like to keep the header buttons and title there so I want the Guestbook in the content section, can someone help please
awsome thx
Good one.