Impulse1405241547 0 Report post Posted July 6, 2007 How do i make a shoutbox? An automatic shoutbox. Share this post Link to post Share on other sites
Arbitrary 0 Report post Posted July 6, 2007 Well, let's see. Look here: http://forums.xisto.com/no_longer_exists/http://www.yellbox.com/ http://www.shoutmix.com/v3/login.php - this one's hosted on their site blog.jalenack.com/ajax/ - ajax shoutbox, might be what you're looking for http://forums.xisto.com/no_longer_exists/ - I think this one's also remotely hosted shoutbox.sourceforge.net labs.mininova.org/shoutbox/ - another AJAX shoutbox http://www.shout-box.com/ - also remotely hosted http://www.shoutbox.com/ yurivish.com/yshout - yet another AJAX shoutbox http://www.shoutbox.com/ - hosted at their site http://www.shoutboxpro.com/rg-erdr.php?_rpo=t - same as above http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://www.smallbox.de/ myflashbox.sg http://www.gerd-tentler.de/tools/shoutbox/ http://www.lpassociation.com/forum/ http://www.shootbox.fr/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://www.hotscripts.com/listing/free-shoutbox/ http://www.needscripts.com/Resource/11127.html http://forums.xisto.com/no_longer_exists/http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://www.shoutpro.com/ http://forums.xisto.com/no_longer_exists/ And finally, here's some links to tutorials to create your own shoutbox: http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
Sten 0 Report post Posted July 7, 2007 (edited) Habble (thats his username on this forum) made a tutorial to make a shoutbox.have a look in the tutorials section on the forums for making a shoutbox by habble.or u could just search his name for topics hes made, that would probably be quicker!oh yeah by the way, arbitrary, lol nice list! where did u find them all? Edited July 7, 2007 by Sten (see edit history) Share this post Link to post Share on other sites
pyost 0 Report post Posted July 7, 2007 If you want to make a high-quality shoutbox, the techniques you must be good at are HTML/CSS (for the design, obviously), PHP/MySQL (for saving and displaying shouts) and AJAX (or better to say Javascript - to avoid refreshing the page all the time). With all these, it is quite simple. Make a PHP script that saves shouts to the MySQL database, and send data to it through AJAX. Make another one for displaying shouts, and again use AJAX for communication with the server - you will probably want to refresh the shoutbox every 15 seconds or so, so that's another AJAX function. Of course, don't forget to keep security in mind! Make those script so that they can't be abused in any way. Share this post Link to post Share on other sites