fearunknownsays
PHP 5 .2 and Linux OS
It seems to be a problem with the Google API . Try to open the index.php and replace the line
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
with
<script type="text/javascript" src="http://dev.diskoboss.de/themeforest/shoutbox/media/js/jquery.js"></script>
fearunknownsays
Thanks NellyB for your continued support…what’s your email address? going to contact my host about this issue tomorrow.
fearunknownsays
Still no success, and i just emailed you….can you just email me the files! And I’ll add a database/import manually. Just email me everything and I’ll fix it, as a automated installation isn’t working. Really need this like yesterday.
Merry Christmas, thanks.
fearunknownsays
Received it thanks…going to test it out now.
Merry Christmas to you as well.
fearunknownsays
AWESOME ! IT WORKS NOW THANKS FOR YOUR HELP ! 
GUYS THIS IS A MUST BUY !
PolarisFxsays
Good news, this does work from Windows, cause that’s where I had to install it seeing as my server wouldn’t run a script that wasn’t CHMOD ’d to 755.
Problems aside, how would I go about skipping the entry of the username, since this is going to be used within a members only area, and the username is available in a page variable, I see no reason to give the members the ability to post as another user. Because most likely they would post as me, and mess with people.
AuditoryMediasays
i’m having a problem with this – on the localhost/xampp server it installs and runs fine. on my web server i tried setting the permissions to 777 and then the installer page goes blank white. i noticed that the server is trying to flip it’s permissions back to 644 too.
using hostmonster
manoelfranklinsays
I can’t install shoutbox… Uploaded the installer and made the chmod but the install/index.php remains in blank! What I should do?
mdyersays
<!- SHTML Wrapper – 500 Server Error ->
When installing, blank white page and source response above.
!edit
Got it working on Hostmonster after changing the CHMOD requirement to 644.
For those having trouble: change
CHMOD : <?php echo (substr(sprintf(‘%o’, fileperms(’./index.php’)), -3) '666' || substr(sprintf('%o', fileperms('./index.php')), -3) ‘777’) ? ‘ OK ’ : ‘ Error: This file (install/index.php) requires at least chmod 666 or 777. ’;?>
to
CHMOD : <?php echo (substr(sprintf(‘%o’, fileperms(’./index.php’)), -3) '644' || substr(sprintf('%o', fileperms('./index.php')), -3) ‘777’) ? ‘ OK ’ : ‘ Error: This file (install/index.php) requires at least chmod 666 or 777. ’;?>
mdyersays
Can’t edit my post, but this script is interfering with wordpress functions. I tried it on a WP install before the main loop and it stopped everything else.
mrbromleysays
Hi,
Could you tell me how to get the correct time stamp showing up please.
Regards, Martyn
mrbromleysays
Ok, I changed the time stamp using ‘gmdate’ which is fine for now – how about making those links linkable?
You could make links with this: http://nopaste.us/673.html
AuditoryMediasays
never got a reply to my comment above. if it’s not resolved very soon i will have to ask for a refund.
44comments