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

Reply
 
Thread Tools
vB Chatbox 1.2.4 Details »»
vB Chatbox 1.2.4
Version: 1.00, by p0s3id0n p0s3id0n is offline
Developer Last Online: Apr 2006 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 08-24-2002 Last Update: Never Installs: 212
 
No support by the author.

What this hack does : Adds a box on top of your vB home page
where all members can chat/shout in an IRC like way, with all the
vB options added (smilies, vBcodes....)

I started this hack by modifying the shoutbox made by Doug
Tanner for phpnuke (i think).. And it went far far from his original
code. As far as i think he wouldn't recognize it .

I integrated it as far as i could with vB, and in the admin CP,
with every bit of it being possible to modify trough the admin
CP (prune, ban, censure...)...

SCREENSHOT

This hack has been tested and used by some people out
there in france .

1.2.4 changes :
Install problems with the mysql reserved words solved,
Uninstalling option added to the install script,
Possibility to automaticaly add the templates to the
templatesets you chose in the install script,
IE6 problem with divs solved,
timezoneoffset mod integrated,
text input limited to 255 characters.

1.2.3 changes :
security hole on the pruning of the admin part fixed.

1.2.2 changes :
templatesused var filled with all templates used by the
script in the shoutbox.php file and in the index.php file.
And chmod 777 made on the admin/shoutbox_config.php file
by the install script. Thanks to erwin

Name changed from shoutbox to chatbox, because some people
thought of this hack as related with TWT-commish's shoutbox...
no more excuses


Here is some sort of [high]FAQ[/high] from all the thread,
hope this helps, and prevents you from reading all that i just read :

[high]#----------------------------------------------------------#[/high]
Erwin : limit of smilies a person can post in the shoutbox.
This is to prevent smilie spamming : HERE
[high]#----------------------------------------------------------#[/high]
Erwin : Another tip for installers - instead of manually having to
ban users in the shoutbox, to automatically ban users who
you have already banned from the forums : HERE
[high]#----------------------------------------------------------#[/high]
For the shoutbox to be in a popup : HERE
[high]#----------------------------------------------------------#[/high]
To have 5 'shouts/chats' visible when the chatbox is reduced :
HERE
[high]#----------------------------------------------------------#[/high]
SpeedStreet : This simply creates a link for people to click on so
that they can easily view the 'Who's Online' page without
having to dig for it : HERE
[high]#----------------------------------------------------------#[/high]
ThoughtDiver: if you want the date format on the shout timestamps
to read Month/Day instead of Day/Month : HERE
[high]#----------------------------------------------------------#[/high]

Show Your Support

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

Comments
  #262  
Old 03-23-2003, 09:10 PM
p0s3id0n p0s3id0n is offline
 
Join Date: Jun 2002
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 10:46 PM Erwin said this in Post #261


Read this thread - the solution to this has been posted.

I have even put a link to the post in the first post of this thread

[high]* p0s3id0n reports obvious leaziness (not sure about the word) to a mod
[/high]


by the way, really nice mini chatbox ...
Reply With Quote
  #263  
Old 03-23-2003, 09:58 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Erwin and thanks p0s3id0n.
Reply With Quote
  #264  
Old 03-23-2003, 10:25 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually guys, the links in the first page don't work directly. It's all in terms of "shout_box", must be an earier version. I could go ahead and just replace all "shout..." with "chat...", but I'm wondering if there's something else that changed with the latest releases.

thanks...
Reply With Quote
  #265  
Old 03-23-2003, 11:31 PM
X-Fan's Avatar
X-Fan X-Fan is offline
 
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 496
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 05:08 AM p0s3id0n said this in Post #243
@ x-fan : i think i'll make another archive of this hack in
zip format since it seems that some people can't extract rar.
Thanks p0s3id0n! Let us know when the new archive is posted.
Reply With Quote
  #266  
Old 03-24-2003, 06:42 AM
p0s3id0n p0s3id0n is offline
 
Join Date: Jun 2002
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here it is updated in zip format
Reply With Quote
  #267  
Old 03-24-2003, 08:45 PM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe i've overlooked it but is there a way to prevent guests reading the shoutbox? Tnx in advance.
Reply With Quote
  #268  
Old 03-24-2003, 10:16 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NuclioN,

Just ban the user [space] in your chatbox control panel. That's just hitting the spacebar.

p0s3id0n & Erwin,

The code changes mentioned in posts # 68 and 70 in this thread (where the first post links point to) doesn't seem to help me get 5 messages in the "closed" version of the chatbox. I believe it must be because there has been some change to the code, since the code posted refers to "shout" stuff instead of "chat" stuff.

I've tried to insert
PHP Code:
$chatbit .= "<br>"
in two places to match the code you posted, but it didn't work. What I have now is
PHP Code:
}else{
        
$chat_row mysql_fetch_assoc($chat_result);
        
$name $chat_row["name"];
        
$comment $chat_row["comment"];
        
$date $chat_row["date"];
        
$date date("Y") . "-" substr($date42) . "-" substr($date12) . " " substr($date72) . ":" substr($date102);
        
$date date("[d/m|H:i]"strtotime($date) + ($bbuserinfo['timezoneoffset'] * 3600));
        
$comment parseurl($comment);
        
$comment ereg_replace("sessionhash=[a-z0-9]{32}"""$comment);
        
$comment ereg_replace("s=[a-z0-9]{32}"""$comment);
        
$comment bbcodeparse($comment);
        
$comment str_replace("<br />"," ",$comment);
        
$comment str_replace("<br>"," ",$comment);
        
$comment swear($comment);
        if(
substr($comment,0,3) == "/me"){
            
$comment stripslashes(substr($comment,3));
            eval(
"\$chatbit = \"".gettemplate('chatbox_bit_me')."\";");
            
$chatbit .= "<br>";
        }else{
            
$colorirc $un_color_chat;
            
$comment stripslashes($comment);
            eval(
"\$chatbit = \"".gettemplate('chatbox_bit')."\";");
            
$chatbit .= "<br>";
        }
        eval(
"\$chatbox = \"".gettemplate('chatbox_fermee')."\";");
            }
        } 
plus post #70's code, but it doesn't work.

Thanks for any advice.
Reply With Quote
  #269  
Old 03-25-2003, 01:56 AM
wolfman wolfman is offline
 
Join Date: Aug 2002
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I still have no smilies in the smilie popup for the shoutbox anyone have any ideas what may be causing this problem?
Reply With Quote
  #270  
Old 03-25-2003, 11:04 AM
geezzaa geezzaa is offline
 
Join Date: Dec 2002
Location: uk
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got the same problem. all i got is a chat window. i dont have anything like the screenshot in the first post.
can you help please.
the chatwindow is www.ukcultivator.biz
Reply With Quote
  #271  
Old 03-25-2003, 05:35 PM
p0s3id0n p0s3id0n is offline
 
Join Date: Jun 2002
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ Dennis B : i'm going to edit the post whe i give the tip about
the 5 chats thing.

@ geezzaa : i went as a guest on your forum, and everything
seems to work fine for me, what did you think there should
have been on your main forum page ? (by the way : nice topic,
your board ).
Reply With Quote
Reply


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 03:29 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.04505 seconds
  • Memory Usage 2,337KB
  • 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_php
  • (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