All you lovely people who kindly offered to help with my site should I need it are about to regret those ill-spoken words. :evil:
I’m planning to add a shoutbox to the homepage in PHP, kind of like the one on deviantART on the right hand side.
I’ve got the basic code for this (though it’s probably a bit scrappy) so no need to worry about that. It’s more the database / SQL side of things that I’m not so sure about. What DB do I need, what kind of program I’ll need to set it up, requirements for the web server… That kind of thing.
I suggest MySQL because it’s free, easy and anyone can work with it
There’s no special requirements on the server except the extra space thats needed for the install bit.
I’ve worked with MySQL, PHP and Apache. Stuff like forums/guestbooks/shoutboxes can easily be configured to work with MySQL. If you need any specific help, just ask me.
well… MySQL is only free if you can find a free web hosting company that provides them… Kit: there are text version shoutboxes available as well (that use only txt files and whatnot)… I found a flash one the other day… but I can’t remember where it is! sorry! (but I think I ran a search on here which might haven thrown up a few links). sorry i cant be more useful!
Or why don’t you set up your own server, it’s easy, it doesn’t cost YOU anything more than the monthly bill from your ISP.
That is if you are on 2.5 mbps or more.
many hosts offer mySQL becuase it is opensource and easy to use. I suggest that with PHP for a simple shoutbox. Let me know if you need help cleaning up your code or anything like that.
Oooh, I wouldn’t go with that PHP triad thing… I’ve tried it, some say it’s simplier but I just find it more complicated, go the normal way!
Anyways, if you the people who host you are supporting MySQL you prob wont have to download the program yourself, they probably have it installed on the server. Just ask them for the database name and your user/pass.