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
  #392  
Old 04-09-2004, 06:11 AM
Scrub's Avatar
Scrub Scrub is offline
 
Join Date: Oct 2001
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was helping someone install this and we get the same error as sabert00the gets. .
  #393  
Old 04-09-2004, 10:24 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll be working on this hack today and throughout my spring break, sorry for the delay. I am not sure if I'll be able to get WYSIWYG to work again or not - it took me 5 beta releases to get it the first time, and I still don't know why it didn't work until then.
  #394  
Old 04-09-2004, 10:32 AM
BarBeQue's Avatar
BarBeQue BarBeQue is offline
 
Join Date: Nov 2001
Location: The Netherlands
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to see you're back and didn't forget about this hack
  #395  
Old 04-09-2004, 05:57 PM
Elrum's Avatar
Elrum Elrum is offline
 
Join Date: Mar 2003
Location: Germany
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a clean install of the latest version via HTL on VB 3.0 Gold. There were no error messages and the shoutbox is displayed properly on my page, but there seem to be some phrases missing:

- Could not find phrase 'shoutbox_1000_blankshout'.
- Could not find phrase 'shoutbox_1000_dupeshout'.

In the control panel there's no headline for "Shoutbox" and option settings are displayed without a left column. (plz look at attached screenshot)

Any hints?
  #396  
Old 04-09-2004, 10:56 PM
Scrub's Avatar
Scrub Scrub is offline
 
Join Date: Oct 2001
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Search for the phrase shoutbox_global_shoutbox and change it to shoutbox. If I remember correctly, this will fix your problem.
  #397  
Old 04-10-2004, 01:11 AM
Diva's Avatar
Diva Diva is offline
 
Join Date: Oct 2001
Location: CA, USA
Posts: 311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi. I was wondering if there was a way to set the default editor for the shout different than what people choose for threads. That way there isnt so many problems with it. Also, can the smilies show in a box like TWTCommish's version without selecting for the smilie box in the threads?
  #398  
Old 04-10-2004, 02:05 PM
wolfgang2 wolfgang2 is offline
 
Join Date: Apr 2003
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Important:
How about security?
Could a hacker run a script via the shoutbox?
  #399  
Old 04-11-2004, 08:13 PM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elrum
I did a clean install of the latest version via HTL on VB 3.0 Gold. There were no error messages and the shoutbox is displayed properly on my page, but there seem to be some phrases missing:

- Could not find phrase 'shoutbox_1000_blankshout'.
- Could not find phrase 'shoutbox_1000_dupeshout'.

In the control panel there's no headline for "Shoutbox" and option settings are displayed without a left column. (plz look at attached screenshot)

Any hints?

There is a problem with hte non htl part in the phrases.sql file

There are duplicate inserts and it is screwing up the query when i t is ran.

That file needs to be fixed.
  #400  
Old 04-11-2004, 09:56 PM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the people having some trouble with there INSERTING of queries for settings on NON HTL here is the mistake.

These lines should be like this

Code:
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_hierarchymode', 'shoutbox', '1', '1', '<span class=\"smallfont\" style=\"white-space:nowrap\"> <label for=\"hierarchy1\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"hierarchy1\" value=\"1\" tabindex=\"1\"" . iif($setting[\'value\'] == 1, \' checked="checked"\') . " />#1</label><br /> <label for=\\"hierarchy2\\"><input type=\\"radio\\" name=\\"setting[$settingid]\\" id=\\"hierarchy2\\" value=\\"2\\" tabindex=\\"2\\"" . iif($setting[\'value\'] == 2, \' checked="checked"\') . " />#2</label><br /> </span>', '23', '0', '0');
Code:
INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('shoutbox_shoutonforumhome', 'shoutbox', 'input', 'Input', '<span class=\"smallfont\" style=\"white-space:nowrap\"> <label for=\"sofh1\"><input type=\"radio\" name=\"setting[$settingid]\" id=\"sofh1\" value=\"none\" tabindex=\"1\"" . iif($setting[\'value\'] == none, \' checked="checked"\') . " />None</label><br /> <label for=\\"sofh2\\"><input type=\\"radio\\" name=\\"setting[$settingid]\\" id=\\"sofh2\\" value=\\"input\\" tabindex=\\"2\\"" . iif($setting[\'value\'] == input, \' checked="checked"\') . " />Input Box</label><br /> <label for=\\"sofh3\\"><input type=\\"radio\\" name=\\"setting[$settingid]\\" id=\\"sofh3\\" value=\\"textarea\\" tabindex=\\"3\\"" . iif($setting[\'value\'] == textarea, \' checked="checked"\') . " />Textarea</label><br /> </span>', '24', '0', '0');
  #401  
Old 04-12-2004, 01:34 PM
Cyb0rg Cyb0rg is offline
 
Join Date: Nov 2001
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this Hack via HTL. So far it`s working but I also have the same error. There is nothing written @ the optionscreen if you try to set parameters in the admin cp.
I also translated the phrases but they still do not show up.

So I have the very same problem like ELRUM
https://vborg.vbsupport.ru/attachmen...&stc=1&thumb=1

Please help!
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 06:31 AM.


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.05993 seconds
  • Memory Usage 2,304KB
  • 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
  • (2)bbcode_code
  • (1)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