![]() |
Quote:
|
Also, is there any way that we would be able to see the IP's of the Guest Comments?
|
Quote:
|
um. We discovered today that the shoutbox dosen't recognize characters such as "&" or "$" any reason why?
|
Quote:
Find: PHP Code:
PHP Code:
Quote:
At the end of the file: Code:
var url = 'shoutinsert.php'; Code:
var url = 'shoutinsert.php'; Note to the creator: I had to change line 44 in shoutshow.php because it was not showing the time. Old: PHP Code:
PHP Code:
|
Quote:
|
Can the time and date be on the extremely left instead of on the right?
|
Can someone please explain how to get this working if I uploaded all the files neatly inside a directory called "shoutbox"? I tried already, modified the files and couldn't get this working
I changed all instances of: require_once('global.php'); to require_once('/global.php'); I changed the template code to add /shoutbox/ before the shoutbox.php code, still didn't work. |
Quote:
Maybe the next version I release will be in its own folder. |
Quote:
Uhm, any time frame on the changes? I can beta test ;) |
Expect version 2.1 within the next couple of weeks.
|
Some noob questions and feedback. :D
Question 1 Is this shoutbox server intensive? Question 2 Will there be pruning after, say, 24 hours or 48 hours? Question 3 Can admin have the choice to position the the date/time be on the extremely left or right? Question 4 Will this work with forums with vBSEO installed? |
Quote:
2. you set the pruning timer to however many days you want. 3. that can be done by editing one of the php files 4. yes |
Question 1
Can this be styles to something like Inferno Shoutbox? i only have one question :-D download, i hate iframes, but this is the fast shoutbox around |
thanks for this
Tagged, Nominated and Installed |
nice simple shoutbox.
my only problem with it is that the ajax redraws the entire content of the text shown to the users every 2 seconds. You can increase the timer, but it's worthless as it makes the shoutbox feel laggy. The proper way to do it is to append only new content to the output div OR have a hash of the last output to the user, and redraw only if the hash changes (new content to display). |
i made a quick hack to allow this shoutbox to work without redrawing constantly and add a userlist.
new table: Code:
CREATE TABLE `shoutbox_hash` ( at the top of showshout.php, above the <table> tag, I have added: Code:
ob_start (); at the bottom, just after the </table>, I added: Code:
$o = ob_get_contents (); Code:
setInterval ("showshout('1');", 4000); Finally, I replaced the showshout() function with: Code:
function showshout(e) This change is a temp fix for me - it won't reduce server load, but it will reduce bandwidth consumption by a large margin. |
mysql101, that is an excellent hack, and I will be testing it out myself and implementing it into the next version!
|
Any way to add a shoutbox to a specific sub forum, i.e. "forumdisplay.php?f=57"? Thanks.
|
I was thinking that once you generate the output for the display, it should be stored somewhere, and that is the only output used. Then whenever someone makes a post (to shoutinsert.php), you wipe it out. So anytime shoutshow.php is called and there is no stored content, you regenerate it.
That will reduce the server load portion. |
can you put the files in their own folder. My ftp is already messy enough.
|
Dion any chance you will be updating this with mysql's changes and putting it into its own folder soon? Just checking on the status, it's a great mod!
|
works perfect :)
thanks |
thanks installed it yesterday but forgot to mark it.
very good mod thanks but only one issue so far is that the pound symbol (£) comes up as an A with two dots above it or something similar not sure about other special characters but as this can be a popular one is there a way to fix it? |
Quote:
Version 2.1 will include some of the hacks posted in this thread, will be in its own folder, and will have a collapsable box style that flows better with the forums. |
any ETA on that new version?
|
Quote:
|
i got some weird errors today... any ideas what is wrong? should i do DB repair function or is this not a big deal?
First Error: Database error in vBulletin : mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections /home/laserpoi/public_html/laser_pointer_forums_3/forum/includes/class_core.php on line 311 MySQL Error : Error Number : Request Date : Friday, May 8th 2009 @ 05:22:21 PM Error Date : Friday, May 8th 2009 @ 05:22:21 PM Script : http://laserpointerforums.com/laser_.../shoutshow.php Referrer : http://laserpointerforums.com/laser_...m/shoutdiv.php IP Address : x.x.x.x Username : Classname : vB_Database MySQL Version : After that i got more errors like this: Database error in vBulletin 3.8.2: Invalid SQL: SELECT COUNT(DISTINCT(userid)) AS count FROM session WHERE session.userid>0 AND session.lastactivity>1241763334; MySQL Error : Out of memory (Needed 1048548 bytes) Error Number : 5 Request Date : Friday, May 8th 2009 @ 05:22:14 PM Error Date : Friday, May 8th 2009 @ 05:22:23 PM Script : http://laserpointerforums.com/laser_.../shoutshow.php Referrer : http://laserpointerforums.com/laser_...m/shoutdiv.php IP Address : x.x.x.x Username : asdasdasd Classname : vB_Database MySQL Version : |
here are mysql and php settings:
PHP Max Post Size 80.00 MB PHP Maximum Upload Size 40.00 MB PHP Memory Limit 256.00 MB MySQL Packet Size 36.00 MB should i change any of this stuff around? |
I was using the old shoutbox 2 from like 2006 or something. it used a flat file to pull data to the box for the 50 posts. It had almost 0 server load.
https://vborg.vbsupport.ru/showthread.php?t=93097 maybe this will help you for the next version. However i can't confirm it but i think that version is weak on security. Have had to injections to my server from vbulliten even after the latest upgrade adn the only thing i can see that is still not updated was this old hack. So be careful with any code you use from that link if you do. Anxiously await update! the secial characters fix didn't work for me. i even tried all this Code:
irritating! |
This version is no longer supported, as I have released a new version:
https://vborg.vbsupport.ru/showthread.php?t=213225 |
I installed this (running 3.8.2) and an error message showed up on the forum index when i completed the installation by pasting the text into the FORUMHOME template:
Quote:
i uploaded all the extra files and everything. |
Very good ...
Seems a very efficient system, I USAL on my forum. Would have a problem to make some adjustments to work with vbadvanced? Thanks adrianobr |
Oops, maybe I should read the other posts as this has come up before. Sorry :)
_____________________________________ Help, I just upgraded to VB 3.8.3 and then added the latest version of the Shoutbox but . . . Getting an error emailed to me: Database error in vBulletin : mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to MySQL server on '205.178.146.72' (4) /data/13/1/147/147/1310636/user/1403651/htdocs/forum/includes/class_core.php on line 311 MySQL Error : Error Number : Request Date : Wednesday, July 29th 2009 @ 02:40:03 PM Error Date : Wednesday, July 29th 2009 @ 02:41:03 PM Script : http://www.chasingthechuckwagon.com/forum/shoutshow.php Referrer : http://www.chasingthechuckwagon.com/forum/shoutdiv.php IP Address : 79.31.23.58 Username : Classname : vB_Database MySQL Version : It appears the shoutbox is working great but I believe I am getting this error sent to me with each Shout! posting. Any ideas? Thanks, Mike |
Everything is installed well but I can see the shoutbox in my forum! :(
|
Hi, is there any way to see any characters in spanish language like: "canción, España", ecc???
|
To make it collapseable I just wrapped it in this:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> Code:
</td></tr></tbody></table> http://www.wvmotorsports.com |
Uninstalled 'cause my hosting said! :(
|
Quote:
This is one of mods that I "must" have on vb4, as now on vb3.8 bunch of users are using this one Iam using previous version where even guests can comment (as this is bringing even more interest and registrations) Hope that developer will work on it, ready for small donation regarding to brandfree Cheers |
This is the best chatbox, I just wish there were no bugs, please update it!
|
All times are GMT. The time now is 01:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|