nneonneo's Shoutbox

Started by nneonneo, December 26, 2006, 06:58:11 PM

Previous topic - Next topic

devinrajaram1993

what if i dont want the shoutbox to show up on the tinyportal main page what do i do to take it off please help me

nneonneo

@ronnie42: All text is in Modifications.english.php, so if you copied that file to Modifications.dutch.php (for example), you can translate the texts appropriately.

@ivpn: I suppose there are two ways to do it; one is to make another PHP script and have doRefresh call it too (this is probably not the best way); the other is to edit readChat function in yshout/yshout.php to add that information to the bottom. So, right before return $chatText.' ';, you would add the echo line.

As for the other problem, I have tentatively posted 1.13 at http://www.simplemachines.org/community/index.php?topic=137508.msg1444735#msg1444735, though due to a serious lack of time this week, I will not be able to post it "officially" that soon :-\

@Barbarus: I don't know if this is the cause, but loadLanguage should have a capital L (PHP is not case sensitive, though, so this is probably not it...). It also depends on how you installed it; you may need to add the line
require('/<path to forum files>/Sources/Load.php');
right above the offending loadLanguage line.

@De4thPr00f: I get a 500 internal server error on http://newengine.sam-clan.com/yshout/yshout.php. Try chmod 755 on that file.

@devinrajaram1993: Hmm? I don't think the shoutbox installs to TP themes by default; maybe you are talking about the TP shoutbox?
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

De4thPr00f

nneonneo, same... Chmodded already...

nneonneo

Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

De4thPr00f

it stucks at loading shoutbox.

nneonneo

Yes, I know; it's because the shoutbox script can't run. Have you checked the server error log?
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

sfreak

@nneonneo

check u r pm dude......

sfreak

news is on dude......

test that board please...

nneonneo

Yes, I have tested it.

Here's the problem. Some mod is throwing an error:
<b>Notice</b>:  Undefined index:  enableamazonlinks in <b>/mounted-storage/home34a/sub001/sc27813-WZXZ/studentsspot.com/Sources/Subs.php</b> on line <b>2374</b>

and the yshout script is not working correctly because of this. You will probably see a lot of errors in the error log because of this.

Now, there's a fairly easy fix. At the top of yshout.php right after <?php, put
error_reporting(0);
and it should suppress the error and let the shoutbox work.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

sfreak

thanks for u help dude...

but after adding that like  <?php,error_reporting(0);  or <?phperror_reporting(0); i am getting the error..

Fatal error: Call to undefined function phperror_reporting() in /mounted-storage/home34a/sub001/sc27813-WZXZ/studentsspot.com/yshout/yshout.php on line 1

by placing that like <?php error_reporting(0);

or
<?php
error_reporting(0);

i am getting same problem as before.....



nneonneo

Well, then I suggest you try to fix the other problem, regarding "enableamazonlinks". It probably came with a mod.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

sfreak

thanks dude...

i will uninstall that mod then i will give feedback...

sfreak

uninstalled amazon links mod

and shout box working like a charm

thanks a lot friend for u r help....


Badbat

i dont now why, but i did everithing and still apears "...loading shoutbox..."... any help please??

i have the 1.1.4 version and tryed with the SB_1.12.tgz and SB_1.11.tgz mod...

nneonneo

Have you followed all the steps on the main mod page? If so, post or PM a board URL and I'll see what I can do.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

BethInaK

I've installed shoutbox and gotten the dreaded 'loading shoutbox' message.
I've checked the main mod page- i'm using the default theme -
I found the board_url declaration and replaced with var board_url = "' /'"  (we are at the root) but its still not working.
i'm thinking i'm missing something but i don't know what.

nneonneo

Have you visited the yshout.php file itself? It may not have the right permissions, or might have some error which prevents it from working.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

BethInaK

Quote from: nneonneo on March 03, 2008, 08:58:51 AM
Have you visited the yshout.php file itself? It may not have the right permissions, or might have some error which prevents it from working.

yes sir!
I've got a 500 and a 404.  I was getting this on several SMF pages at some point and siteground changed my PHP version . Is this the same issue?

nneonneo

A 500 _and_ a 404? Which one is it? I'll assume the 500, in which case it is the script failing to run for some reason.

Look in your server error logs, and try to chmod the script to 755 if possible.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

BethInaK

Quote from: nneonneo on March 03, 2008, 03:30:06 PM
A 500 _and_ a 404? Which one is it? I'll assume the 500, in which case it is the script failing to run for some reason.

Look in your server error logs, and try to chmod the script to 755 if possible.

Thank you for your kind help nneonneo

the server error log reads the following error:
[Mon Mar  3 14:44:18 2008] [error] [client 209.165.147.250] Premature end of script headers: /home/mommyram/public_html/yshout/yshout.php

the 404 i think has to do with having no 500 error page.

Advertisement: