Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
[HTL] & [Normal] Shoutbox Hack - 1.03d Details »»
[HTL] & [Normal] Shoutbox Hack - 1.03d
Version: 1.00, by Link14716 Link14716 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 01-09-2004 Last Update: Never Installs: 83
Supported
 

Re-released at https://vborg.vbsupport.ru/showthrea...790#post547790

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #282  
Old 02-23-2004, 06:01 PM
Ferny72's Avatar
Ferny72 Ferny72 is offline
 
Join Date: Nov 2001
Location: Orlando, FL
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 2 problems, small template based I am guessing but not to sure. my site is at http://www.ewevolved.com/forums now in the shoutbox I set it for the box to have only one shout is there anyway to make the box smaller though cause it's too big right now. Also on the shoutbox page itself the copyright stuff is on the right side at the top how can I fix this. Thanks for the help.
  #283  
Old 02-24-2004, 01:52 AM
Martin CX Martin CX is offline
 
Join Date: Nov 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My server guys have thrown a hissy fit over this hack and I had to take it down. They say the tables aren't indexed properly.

You should consider also to create a seperate small shoutbox.php-file for the iframe. The iframe gets battered with refreshes on my site, and the smaller the script, the better.
  #284  
Old 02-24-2004, 04:03 PM
Curll's Avatar
Curll Curll is offline
 
Join Date: Apr 2003
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On my site, http://www.xblgamers.com/forums, anytime we shout, the entire page reloads and kicks us to the top of the forums. Rather than just refreshing the SB. Plus the shoutbox.php is f'd looking and the buttons to the right of the "Shout Now!" are missing. Our main programmer did something last week. Not exactly sure what he did, so I'm asking you guys if you can figure out what the problems seem to be.

Thanks!
  #285  
Old 02-24-2004, 11:43 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Curll
On my site, http://www.xblgamers.com/forums, anytime we shout, the entire page reloads and kicks us to the top of the forums. Rather than just refreshing the SB. Plus the shoutbox.php is f'd looking and the buttons to the right of the "Shout Now!" are missing. Our main programmer did something last week. Not exactly sure what he did, so I'm asking you guys if you can figure out what the problems seem to be.

Thanks!
First of all - the phrases aren't working. Go into the phrase manager and edit a phrase and save and see if it helps.

About it going back to the top of the forums - that's a problem that came when I removed to text box out of the iframe so it wouldn't be refreshed with the shouts. I don't know how to make it submit to the iframe without being in the iframe, so I dunno how to fix it.
  #286  
Old 02-24-2004, 11:46 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Martin CX
My server guys have thrown a hissy fit over this hack and I had to take it down. They say the tables aren't indexed properly.

You should consider also to create a seperate small shoutbox.php-file for the iframe. The iframe gets battered with refreshes on my site, and the smaller the script, the better.
Run these queries and see if it helps then.
[sql]ALTER TABLE `shoutbox_posts` ADD INDEX ( `userid` ) ;
ALTER TABLE `shoutbox_posts` ADD INDEX ( `time` ) ;[/sql]
About the iframe shoutbox.php - I'll look into it.
  #287  
Old 02-26-2004, 12:15 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any luck with the update script mate?
  #288  
Old 02-26-2004, 12:20 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dunno what to say. It all works here. If you go to shoutbox.php?do=update&info=1, it should show everything that is going on, and then at the bottom have a link to the next page to process. If you want to do more than 50 at a time, find
Code:
$perpage = "50";
in shoutbox.php and change it to something else.
  #289  
Old 02-26-2004, 01:45 AM
SmasherMaster's Avatar
SmasherMaster SmasherMaster is offline
 
Join Date: Feb 2004
Location: Florida
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm link, I seem to be having a problem, I just installed this hack, but NOTHING is there, no phrases, no shoutbox templates, nothing. I'm using RC4...This was the only hack I installed after I installed the HTL...=/

/me scratches head on confusion
  #290  
Old 02-26-2004, 02:06 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Link the first page works fine, it just won't even load the second page. Maybe the script is timing out - so I'll do what you suggested but change it to 10 users at a time.
  #291  
Old 02-26-2004, 02:21 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It still does the same even when I change the number of users to 20, and even when it's set to 2... Is there a query I can manually run via phpMyAdmin?
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:16 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05045 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete