Thread: Chat Modifications - Dion Dev Shoutbox v2.1 (AJAX)
View Single Post
  #99  
Old 07-31-2009, 05:40 PM
DionDev DionDev is offline
 
Join Date: Mar 2008
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by |Jordan| View Post
I finally gave up on this buggy shoutbox and replaced with Cyb - Chatbox. If you're tired of lack of support and updates, i suggest you switch too (Cyb has all the features of this and more).
I'm sorry for the lack of support, but like I said, I have a new version coming out soon that will address many issues, include a smilies box, and more.

If you don't like this shoutbox then DON'T INSTALL IT. If you REALLY need support, send me a PM, I won't bite. Coming here and bashing coders who volunteer their time writing free mods for people is pathetic and immature.

People like you just piss me off. You have no consideration for the hours I spent working on this. If you don't like my coding or the way I try my best to support my scripts (while working a full time job of 60+ hours a week) then maybe next time you can keep it to yourself. Did you feel proud of yourself for posting this? Or is it just your instinct to try and demotivate other volunteer coders?

Quote:
Originally Posted by RichDavid View Post
I like the look. I installed the newest version, but I get

The requested URL /VB/shoutbox/shoutdiv.php was not found on this server.

I am a fairly new vB user, so this may be an obvious issue, but I cannot find a reference to this error.
Make sure that you put the shoutbox folder in your MAIN vbulletin directory, that should fix it.

Quote:
Originally Posted by matthewhotdude View Post
Ok got a SQL problem...Can be seen here http://www.chattaboxforums.com

Does this seem ok?


chdir('../');

require_once('global.php');
require_once('includes/class_bbcode.php');
require_once('includes/functions_newpost.php');

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$sql = $db->query("
select s.*, g.opentag, g.closetag
from " . TABLE_PREFIX . "shoutbox as s, " . TABLE_PREFIX . "user as u, " . TABLE_PREFIX . "usergroup as g
where u.userid = s.user_id and g.usergroupid = u.usergroupid
order by id desc
limit " . $vbulletin->options['ddsb_show'] . "
");
$alt_count = 1;

while ($row = mysql_fetch_assoc($sql))
{
$alt_class = ($alt_count % 2) ? 'alt1' : 'alt2';

$id = $row['id'];
$user_id = $row['user_id'];
$user_name = $row['user_name'];
$opentag = $row['opentag'];
$closetag = $row['closetag'];
I visited the URL and see on SQL errors. Please copy and paste them so I can tell you whats going on.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01230 seconds
  • Memory Usage 1,777KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete