vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

tekstylez 01-08-2007 07:13 PM

Quote:

Originally Posted by tekstylez (Post 1151946)
I tried installing the WOL addon and was getting errors, so I uninstalled vbshout, reinstalled and now i am getting the same error "Loading..." Also recieving the following db error..

Code:

Invalid SQL:

                      select s.*, u.username, u.usergroupid from shout s
                      left join user u on (u.userid = s.s_by)
                      order by s.sid desc limit;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064


Any idead what I can do to fix this?

still waiting on support :mad:

da420 01-08-2007 07:21 PM

Quote:

Originally Posted by tekstylez (Post 1153901)
still waiting on support

Did you undo the template edits in the "forumhome_vbshout" template that the WOL hack contains?

tekstylez 01-08-2007 07:52 PM

Quote:

Originally Posted by da420 (Post 1153908)
Did you undo the template edits in the "forumhome_vbshout" template that the WOL hack contains?

yes i did..

da420 01-08-2007 08:08 PM

Then it should work just fine after an uninstall and reinstall especially...

tekstylez 01-09-2007 12:18 AM

I got it.... I uninstalled, and also deleted the template, then re-installed. I thought by uninstalling the plugin, the template would uninstall also..

da420 01-09-2007 01:00 AM

It should have... but, sometimes it's not always perfect... good to hear you got it working...

bos-maxjay 01-09-2007 04:49 AM

tried to put shoutbox on all my pages with vBShout on all pages! instructions but it did`nt work on the instructions it says to install when you have done everything but all i can see is save in my acp can someone tell me what i`m doing wrong thanks in advance

ReadOrDie 01-09-2007 10:29 AM

Is there a way in the next version you can add something that turns off the logs? The shoutbox is creating so many database errors because of the constant shout it logs and bandwith.

Shazz 01-09-2007 12:54 PM

Quote:

Originally Posted by ReadOrDie (Post 1154461)
Is there a way in the next version you can add something that turns off the logs? The shoutbox is creating so many database errors because of the constant shout it logs and bandwith.

I PM'd you :)

bos-maxjay 01-09-2007 03:13 PM

no help then?

Mecho 01-10-2007 05:42 PM

hi ..

from 2 or 3 days before i got many many db error in shoutbox . i got these error ( via email )

Quote:

Database error in vBulletin :

Invalid SQL:

SELECT *
FROM datastore
WHERE title IN
('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield');

MySQL Error : Can't find file:
'./mechodow_mechodlthebestmanmecho/datastore.frm' (errno: 13)
any idea ?
Thanks

Raptor 01-10-2007 08:08 PM

Quote:

Originally Posted by rookiyong (Post 1106177)
Try this, if I am not wrong :)

Find the following in vbshout.php
Code:

if ($striphtml)
        {
                $text = htmlspecialchars_uni(trim($text));
        }

Change to:
Code:

if ($striphtml)
        {
                $text = htmlspecialchars_uni($text);
        }



this works great - bad code is still there in the v3_fixed vbshout.php

coderphp 01-10-2007 11:27 PM

thanx! installed

Shazz 01-11-2007 02:17 AM

Quote:

Originally Posted by Raptor (Post 1155728)
this works great - bad code is still there in the v3_fixed vbshout.php

Works great?
Bad code?

brvheart 01-11-2007 12:52 PM

how can I make it so that only admins can edit the shoutbox entries?

Shazz 01-11-2007 12:54 PM

Quote:

Originally Posted by brvheart (Post 1156202)
how can I make it so that only admins can edit the shoutbox entries?

Its somewhere in the actual plugin or .php file
Its set in usergroup ID

brvheart 01-11-2007 01:07 PM

any direction on where to start looking? There are a few plugin in there but I did not find it :(

brvheart 01-11-2007 01:09 PM

found this in the .php file...but dont know what to do with it just yet lol

Ok, I think that it is def in the .php file...but I have no idea how to change it so that just admins can edit...can anyone help out?

If Zero ever resurfaces might be able to get a option added to the cp menu for usergroups allowed to edit/delete.

Shazz 01-11-2007 01:17 PM

Quote:

Originally Posted by brvheart (Post 1156212)
found this in the .php file...but dont know what to do with it just yet lol

Ok, I think that it is def in the .php file...but I have no idea how to change it so that just admins can edit...can anyone help out?

If Zero ever resurfaces might be able to get a option added to the cp menu for usergroups allowed to edit/delete.

Nah, there won't be any update to the shoutbox =\

aky 01-11-2007 06:12 PM

sometimes this works and sometimes this doesnt... what happens is the space where u type is sometimes there and at times its not... anyone know how to fix this? Happens in both IE and FF

thanks

Shazz 01-11-2007 08:39 PM

Quote:

Originally Posted by aky (Post 1156429)
sometimes this works and sometimes this doesnt... what happens is the space where u type is sometimes there and at times its not... anyone know how to fix this? Happens in both IE and FF

thanks

Sometimes and sometimes not??
Whats your site
How often does it happen

Hornstar 01-12-2007 02:27 AM

There seems there is currently an exploit in the shoutbox where people can edit posts. I first thought it was one of my mods, but when I was the only staff member on and i was invisible it was still occuring, they were inserting porn pics and making chaos in the shoutbox, I have been using the shoutbox a year now with no problems and now I have had to turn it off.

I got a pm yesterday saying that people can also insert code into your database and cause lots of trouble on your site through the shoubox, so I would love an admin to look into urgently.

Thanks.

VTXCafe.com 01-12-2007 04:02 AM

Just a FYI, this is great if used sparingly, if it's used like a chat room it will kill the server...we had to remove it from our bigger sites. The first post is correct, it is server intensive...

Shazz 01-12-2007 04:41 AM

Quote:

Originally Posted by VTXCafe.com (Post 1156750)
Just a FYI, this is great if used sparingly, if it's used like a chat room it will kill the server...we had to remove it from our bigger sites. The first post is correct, it is server intensive...

If you don't let the archive get to big it shouldn't be a problem

Hornstar 01-12-2007 11:48 PM

Quote:

Originally Posted by Shazz (Post 1156770)
If you don't let the archive get to big it shouldn't be a problem

I think he was more about talking about the ajax as well, having it refresh to often and having members sit on the index page can be a problem for larger sites. After having to close the shoutbox, I have noticed how much faster my site is now running.

sheryarpatel 01-13-2007 08:04 AM

works excellent on 3.6.4 :D

da420 01-13-2007 03:09 PM

Quote:

Originally Posted by hornstar1337 (Post 1157623)
I think he was more about talking about the ajax as well, having it refresh to often and having members sit on the index page can be a problem for larger sites. After having to close the shoutbox, I have noticed how much faster my site is now running.

Yes, it refreshes so often... I think the whole problem with server load is not so much that it refreshes, but that it has to pull from teh database everytime it does so. The 2.1 version fixed that by creating a flatfile so the only thing in the database is the archive which is only accessed if you go in it.

scotch12 01-13-2007 09:16 PM

Quote:

Originally Posted by da420 (Post 1158107)
Yes, it refreshes so often... I think the whole problem with server load is not so much that it refreshes, but that it has to pull from teh database everytime it does so. The 2.1 version fixed that by creating a flatfile so the only thing in the database is the archive which is only accessed if you go in it.

I've seen other cms package using shoutbox and ajax and they had the same issue with the load. Their workaround was to insert some code that allow you to change the refresh rate. I think that would be the ultimate addon on this hack at the moment.

Also another sweet improvement would be a lightbox on mouse over the user name displaying quick member information and avatar.

Shazz 01-13-2007 09:43 PM

Quote:

Originally Posted by hornstar1337 (Post 1157623)
I think he was more about talking about the ajax as well, having it refresh to often and having members sit on the index page can be a problem for larger sites. After having to close the shoutbox, I have noticed how much faster my site is now running.

I guess if you don't have that good of bandwith or good host, there can be problems

TotalTorque.net 01-14-2007 05:29 PM

Help! I've uploaded and installed it, and its showing on the site...but its just constantly giving the message "Loading..." below the text entry box!!!!!!!!!

I think I'm going to have to uninstall temporarily unless anyone can give me a quick fix for this.

TotalTorque.net 01-14-2007 05:30 PM

Phew, I have disabled it for now. Any ideas what could be causing this?

Doc.Blade 01-14-2007 11:32 PM

Cant remember if i have posted this, but i have this installed and working perfectly with vBulletin 3.6.4

[S]I do have one question though. I have installed some extra smilies since installing the shoutbox. How do i point the shoutbox to these new smilies? They are in a new category for smilies too. Or shoud i just move all the new smilies into the main category so they all show? I prefer to leave them where they are as it shows the name of the person that made most of the smilies in the selection box.

Any help would be greatly appreciated.[/S]

Edit: Fixed, i had show only 8 smilies, made it 0 for show all, and they are all showing now :)

Cheers for the great Mod, My Clan Members and I love using it

Thank you

Doc

da420 01-15-2007 12:47 AM

Quote:

Originally Posted by TotalTorque.net (Post 1159066)
Phew, I have disabled it for now. Any ideas what could be causing this?

make sure you uploaded the php file to your forum directory.

acegames 01-15-2007 12:51 PM

on my forum here http://www.acegames.us/forum/ I have shoutcast and then shoutbox , how can I swap so it displays shoutbox and shoutcast underneath that ?

Or an alternative to move the shoutbox above the navbar ?

swissmike 01-16-2007 11:08 AM

I'm trying to fix a problem for several days. I searched on all the sites and i didn't found a solution. I think that i'm not the only person with this problem: GERMAN CHARACTERS.

I have the latest VB 3.6.4 installed with no other modifications on a Linux machine with PHP 4.3.9 and MySQL 4.1.20.

The collation in phpMyAdmin for all tables are "latin1_german1_ci", also for the table "shout" and its fields "s_shouts" and "s_data".

Somewhere in this board i found i thread with following hint. I had to put following phrase with the charset into the "vbshout.php". I did this:

PHP Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBShout v2    Created By Zero Tolerance [http://gzevolution.net]    ||
|| #################################################################### ||
\*======================================================================*/

header('Content-Type: text/html; charset=ISO-8859-1');



// ---------------------------------------------------
// Start Set PHP Environment
// ---------------------------------------------------

error_reporting(E_ALL & ~E_NOTICE);

Now i (and some other german guys) have the following problem: the shoutbox works perfect but if we want to write words with characters like: ?, ?, ?, the shoutbox hangs until we refresh the browser. Other characters like: &, *, $ work correctly.

When i write in the file "vbshout.html" a character manualy like "&uuml ;" for ?, this character will be shown correctly!!!

Does anybody knows what could be the problem? Do i have to search in the SQL? Makes AJAX troubles? Is this a PHP problem?

Thanks for any hints!

brvheart 01-16-2007 06:53 PM

Quote:

Originally Posted by brvheart (Post 1156202)
how can I make it so that only admins can edit the shoutbox entries?

bump please. shazz I saw that you have it posted on your site a while ack is it still there or can you post the fix here please?

Shazz 01-16-2007 09:06 PM

Quote:

Originally Posted by brvheart (Post 1160833)
bump please. shazz I saw that you have it posted on your site a while ack is it still there or can you post the fix here please?

Never posted it, I will try and have that next on my to-do list ;)
Its either in plugin or most likely in .php file

brvheart 01-16-2007 09:48 PM

thank you :)

Hornstar 01-17-2007 12:23 AM

Quote:

Originally Posted by TotalTorque.net (Post 1159063)
Help! I've uploaded and installed it, and its showing on the site...but its just constantly giving the message "Loading..." below the text entry box!!!!!!!!!

I think I'm going to have to uninstall temporarily unless anyone can give me a quick fix for this.

you didn't chmod the the folders to 777 that you were asked. go back and do the steps correctly and you wont have a problem.

If it still doesn't work, then your on your own lol

evilfairygirl 01-18-2007 04:56 PM

How do you clear the history for the shoutbox?

Thanks,
efg


All times are GMT. The time now is 05:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04599 seconds
  • Memory Usage 1,841KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete