truefusion
Mar 23 2006, 04:55 PM
After several tests, i think it's good enough to be released. Please report any problems in the issues section at the project's page. (Follow the download link to go to the project's page.) About the shoutbox:QUOTE It's supports many bbcodes that we're all used to. Over 60 smileys. No database required for shout storage: All stored on flatfile. XHTML valid. Installation is basically extract files, and chmod the files "shouts.log", "ipban.log", "wordfilter.log" 666. Compatible with standard-compliant browsers, and Internet Explorer. Admin Cpanel: Edit/delete shouts, IP ban/unban, Word Filter. Users can delete/edit their shouts within a one-minute time frame. Paginated shouts. Note: If previous version has been installed (used), empty out the "shouts.log" file for it to be compatible with v2.5 or above. Preview/test drive:TrueFusion ShoutboxDownload:TrueFusion Shoutbox
Comment/Reply (w/o sign-up)
Saint_Michael
Mar 23 2006, 07:01 PM
hey true you have a error on IE when you rollover the menu doesn't show up might be the hover bug. But its not bad though a little big but since all it takes is just a little customizing to fix the width and what not.
Comment/Reply (w/o sign-up)
Johnny
Mar 23 2006, 07:59 PM
To put it simply, that's hot. I could see some cool integration uses for that. Oh, the smilies have a white background and the shoutbox has a gray one. Or at least it did when I tried.
Comment/Reply (w/o sign-up)
truefusion
Mar 23 2006, 08:10 PM
Hmm, that hover "bug" in IE must be cause the CSS is imported. I'll make one compatible for most IEs, later. And as for the smileys, some of them, having white backgrounds, i noticed that too, but i'm too lazy to go through them and fix them >_<.
Comment/Reply (w/o sign-up)
Inspiron
Mar 24 2006, 06:04 AM
Nice shoutbox. You can place your shoutbox at HotScripts. Who knows it becomes a hot favorite. Anyway, the popup smiley and bbcodes are not working well in Opera browser as well. In Opera, I cannot scroll the popup box. When I mousever the "BBCodes" and "Smiley" text, the popup appears. When I mouseout, it disappears. Hence I'm not able to scroll through the list. Nice script though. I'll like to have one as well after all the bugfixes.
Comment/Reply (w/o sign-up)
truefusion
Mar 24 2006, 06:11 AM
Opera's scrolling i found different than other browser's scrolling. I tested this shoutbox in Opera more than any of the other browers. I'm not sure if such a problem could be fixed in the Opera settings, but to scroll, you have to continualy click in the scrollable area, and then scroll. It's not really the coding's fault, but the browser's. The box will stay visible, as long as the cursor is over the box, or the link. But, i'll think about submitting it to Hotscripts.
Comment/Reply (w/o sign-up)
Inspiron
Mar 24 2006, 07:06 AM
Not an offending one, but I think alot of websites has made such scrollable parts working in Opera. I guess it's the CSS part that is doing the trick and many browsers not understand them. I'm been working on websites on CSS and found that CSS is hard to style a webpage and made compatible with all types of browsers. But the programmer must find a way to get it done so that it is viewed the same for all the browsers. You will realise why many websites look the same for all browsers, because it is done. It's not easy task to get all to look the same. But experience do count.
Comment/Reply (w/o sign-up)
Avalon
Mar 24 2006, 09:54 AM
I too seemed to have a problem with the list boxes for the bb code and smileys, (using Firefox) then I discovered that the links for the bb codes and smileys go halfway across the page. Therefore, with careful sideways movement of the mouse from the text links it is possible to get to the scroll boxes. I just wonder if it might be easier to have the list boxes centered in their section like the text link is? This way the list boxes *should* appear directly below the text links and would be easier to use. I think it would also be helpful if the lists were clickable which then inserted the code in your shout. The input box for the shout text could be a bit longer too, just to make it easier to see what you have typed before you 'shout' it. Very nice job True! Wish I could build something like this.
Comment/Reply (w/o sign-up)
truefusion
Mar 24 2006, 05:55 PM
The boxes should center itself closer to the text, if the shoutbox was smaller in width. Cause when first building this shoutbox, i figured that it would be used in an iframe, or something, on someone's site, like seen in most sites. Ratherthan, just have a page of its own, like the preview. As for the insert the bbcodes onclick, i was hoping for this to be javascript free, but, i'll see what i can do in the next version. I'm not a javascript expert, but i'm sure it shouldnt be that hard to find some scripts that do the same thing.
Comment/Reply (w/o sign-up)
truefusion
Mar 29 2006, 02:24 PM
Version 1.5 now available. Check first post for updates about v1.5.
Comment/Reply (w/o sign-up)
andreip
Mar 7 2009, 08:49 PM
What can I say ? It's plain awesome  . And I can't wait to see the next versions. I would suggest to make it more customizable for users. I think this would have a great succes in the free users world because many free webhosts don't give mysql bases to their users. You've don a HUGE work. I would like to see some programing tutorials from you  . Cheers!
Comment/Reply (w/o sign-up)
truefusion
Apr 11 2008, 12:31 PM
QUOTE(tracdoor @ Apr 11 2008, 06:05 AM)  God, this must of taken you ages to make! I wish i could make something like this, one day maybe  I think i'll wait till the SQL version before i run it on my website Funny you should say the first line, as i have started from scratch for version 4.0.  Hopefully it'll increase performance. The MySQL version will be intertwined with the flat-file version. By default it will be using flat-files until you install the MySQL schema it requires. Then it'll only use the config.log file to see if you changed back to flat-file; if not, everything else will be obtained through MySQL. It will also have AJAX support (i.e. script.aculo.us, quite possibly the latest version). It'll have a new GUI for both the shoutbox (not that much of a difference, but it's more "eye-candy-ish") and admin panel (in fact, i've been spoiled by the new look, that when i look at the current stable version, i find it to be ugly). It'll contain a user system if MySQL support is installed. I still have to implement some features in the admin panel and make more JavaScript functions. But version 4.0 won't be out real soon, as i have other projects which currently have higher priority, which i'm almost done with. Once i'm done with these other projects, i'll get working back on version 4.0. I've been contemplating whether or not i should make the script revert to flat-file in the case of unable to connect to the MySQL database. The only thing that's been keeping me from implementing this is that that would mean guests could use the usernames of registered members and pretend to be them. However, i may just add an option in the admin panel for the admin to choose for such a thing to be enabled or not.
Comment/Reply (w/o sign-up)
tracdoor
Apr 11 2008, 10:05 AM
God, this must of taken you ages to make! I wish i could make something like this, one day maybe  I think i'll wait till the SQL version before i run it on my website
Comment/Reply (w/o sign-up)
truefusion
Aug 14 2007, 09:51 AM
QUOTE(master_bacarra @ Jun 23 2007, 12:43 PM)  i'm waiting for the mysql driven shoutbox. Since i have finished updating my gallery script, i am currently working on the MySQL version. The MySQL version will support a user and log-in system, so expect some time before this newer version of the shoutbox comes out.  As for the SMF add-on, so to provide some convenience for me and after finishing this version of the shoutbox, i'ma check to see if there is one already for SMF and use that as reference.
Comment/Reply (w/o sign-up)
master_bacarra
Jun 23 2007, 04:43 PM
i'm waiting for the mysql driven shoutbox. i'm kinda not into the file writing as of the moment, that's why i'm not updating the shoutbox on my blog.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : truefusion, shoutbox, database, required
- Best Free Online Game Database
(1)
Truefusion Image Gallery
(21) I think i've managed to get it to work well enough to be released. It's a simple image
gallery, so it has its limits, but can still satisfy the basic needs of a user looking for a quick
and easy-to-use image gallery script. The readme file included in the ZIP should cover about
everything. Categories are not really necessary, the script could do without them; that is, it can
just load up one whole folder into the main, first and only page. This script was designed to
include thumbnails by default, so if you don't have thumbnails, you're gonna see the gal....
Connecting With Mysql Database In Qupis.com Host
(3) hello there , i am new at web design world. recently me learning php/mysql
stuff.....so the problem is at www.qupis.com i cant connect my php script with their mysql
database.......i need your help thank you.....
Squirrel
Database editor (1) Hi! I think nearly everyone dealing with databases wants to have a good editor for it. I've
just found "Squirrel" and I think it's really worth a try. It supports a lot of kinds of
databases (for example FrontBase, HSQLDB, jDTS, MySQL, Oracle,..................). It also is
relatively easy to use and very clearly arranged. For those who want to have a close look at it,
visit: Squirrel . Squirrel is also platform independent! For a quick start with MySQL: -unpack
the program with java -jar "filename" -Start the program -check whether in "drivers" there is a ma....
Cbox
free shoutbox/tagboard (5) cbox is a site where you can get a free shoutbox/tagboard. Cbox has lots to offer for free, they
have a 2000 posts archived, and up to 1000 characters for every post, and a point click style
customisation, and an anti-clone that protects names and prevents people from impostering people,
you can even restrict names and ban names. One-click and you can a post deleted, customisable
profanity filter. And you can even have/make custom smilies. Cbox even tells you how many people are
on line. They also have lots more to offer. I use cbox for my web site and I like it soo....
Shoutbox
Free shoutboxes! (5) If you were wondering how some people get chat boxes or also called shout boxes onto their site, go
to http://www.myshoutbox.com/ Its easy as 1 2 3. Just create an account by following their
directions, recieve an email activating your account and creat a chatbox that fits your site. This
site allows you to modify color, size, width, all the way down to messaging styles.....
Free Customizable Forums And Shoutbox
free free fre i say free! (8) tired of looking for free forums or a shoutbox that you can customize yourself?well stop looking,
my freind runs a free php based shoutbox hosting thing that hosts free shoutbox's,they work on
any html,php or flash website and are totally customizable and free! visit www.shoutmix.com to get
one and please make good use of it(psst and u get more than one for urself /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />) and for the forums you can
get good free forums that are customizable at www.proboards.com or www.suddenlaunch.com ,un....
Looking for truefusion, shoutbox, database, required
|
Searching Video's for truefusion, shoutbox, database, required
See Also,
|
advertisement
|
|