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
  #452  
Old 05-05-2004, 08:34 PM
Wifey Wifey is offline
 
Join Date: Mar 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Help! I'm getting an error saying unexpected parse code in index.php on line 56! I'm going back through and re-editing all the files I've edited, but no matter how many times I edit index it won't work. I have the ucash ushop hack installed, would that be why?

edit: Forget it, my hosting managed to solve it. Go f5hosting! Woo woo

Thanks for the great hack! It's now working great
  #453  
Old 05-06-2004, 07:25 PM
Wolfy.2k Wolfy.2k is offline
 
Join Date: Oct 2003
Location: UK
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi, i dont have htl and dont really want it tbh, is this hack not worth installing wit out it?
  #454  
Old 05-07-2004, 12:36 AM
Kalipo Kalipo is offline
 
Join Date: Apr 2004
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Help, i installed this a few weeks back, worked a treat (only thing i had to do was manully type the htl url in to install hacks)

I had to clean install my frum again. i re-installed htl and it went fine again with the Manage hacks link missing..

I come to install a hack and now it says "There are currently no Hacks in the database." but i uploaded the correct files step by step but nothing..

Btw im trying to install the shoutbox which is a few threads below this.

Can anyone help??

* edit* Posted this in wrong thread, but it is relative to this hack.
  #455  
Old 05-14-2004, 02:55 PM
Sue's Avatar
Sue Sue is offline
 
Join Date: Nov 2001
Location: Springfield, MA
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sue

:ermm: :ermm: :ermm: :ermm: :ermm: :ermm:
  #456  
Old 05-15-2004, 02:55 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sue you'll have to remake your forumhome template changes (download the hack again first though)
  #457  
Old 05-16-2004, 03:55 AM
J.C.'s Avatar
J.C. J.C. is offline
 
Join Date: Apr 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure what this query does on shoutbox.sql, but when I run it (the shoutbox.sql), this query gives an error

This is the query:

DELETE FROM phrase WHERE varname LIKE %shoutbox%';

And this is the error:

Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unclosed quote @ 48
STR: '
SQL: DELETE FROM phrase WHERE varname LIKE %shoutbox%';
SQL-query :

DELETE FROM phrase WHERE varname LIKE %shoutbox%';

MySQL said:

#1064 - 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 '%shoutbox%'' at line 1

So what does this query do and how can I fix it, in other words, run the shoutbox.sql queries correctly and successfully.

Thanks.
  #458  
Old 05-16-2004, 11:49 AM
edeab220 edeab220 is offline
 
Join Date: Mar 2004
Location: South NJ
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ashkarita
Help! I'm getting an error saying unexpected parse code in index.php on line 56! I'm going back through and re-editing all the files I've edited, but no matter how many times I edit index it won't work. I have the ucash ushop hack installed, would that be why?

edit: Forget it, my hosting managed to solve it. Go f5hosting! Woo woo

Thanks for the great hack! It's now working great
lol...what did they do? I'm having the same error .

Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/.rafferty/palmforu/palmforums.org/forums/index.php on line 56
  #459  
Old 05-16-2004, 05:38 PM
wolfstream wolfstream is offline
 
Join Date: Jan 2003
Location: Iowa
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The error is self explanatory, hell, it even tells you what to look for to solve the problem.
Code:
DELETE FROM phrase WHERE varname LIKE %shoutbox%';
should be
Code:
DELETE FROM phrase WHERE varname LIKE '%shoutbox%';
Debugging is a simple process. If you're going to install hacks, it's something you should k now how to do yourself.
  #460  
Old 05-17-2004, 01:53 AM
J.C.'s Avatar
J.C. J.C. is offline
 
Join Date: Apr 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is weird...

By installation default, Administrators, Moderators, and Registered Users all have

Can View Shoutbox ---> Set to YES
Can Shout / Post Messages --- Set to YES

BUT, I'm loging on as an Admin and it says:

Your usergroup(s) do not have permission to use the shoutbox.

What's wrong here? what could be the problem? Please help...

Thanks.
  #461  
Old 05-17-2004, 03:15 AM
edeab220 edeab220 is offline
 
Join Date: Mar 2004
Location: South NJ
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I fixed my problem. What a differance a comma makes .

But now I'm having another problem. If you go to one style, the shoutbox works. If you go to another style, it doesn't work. What did I do wrong?

Where it...Doesn't work

Where it...Works
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:52 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.04859 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
  • (3)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