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

Reply
 
Thread Tools
[release] vB 3 IRC Chat Details »»
[release] vB 3 IRC Chat
Version: 1.00, by Zachery Zachery is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 09-28-2003 Last Update: Never Installs: 9
 
No support by the author.

version update!
this mod will allow you to connect to any irc network that you have a chanel on

automaticlly picks up a registered username
if no registered username is found it uses Guest plus 3 random numbers
will strip usernames to meet irc requirements
smilies are now on by default
nickbox on by default

version 2.0.1

missed a small line of code to turn smiles on by default, if you dont want them on by deafult dont bother, if you do want to have smiles on by default change the following
find
PHP Code:
<param name="bitmapsmileys" value="true"
add this above
PHP Code:
<param name="smileys" value="true"
smilies will now work

ugrade instructions
re-install ^^
next version should be configurable via ACP

fyi this is more of a template mod than anything eles

Show Your Support

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

Comments
  #72  
Old 10-11-2003, 06:30 AM
imported_chuanse imported_chuanse is offline
 
Join Date: Feb 2003
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oki, thx

ps: seems that there are problems with WinXP as OS. Some remedy?
Reply With Quote
  #73  
Old 10-11-2003, 01:03 PM
imported_Emrys imported_Emrys is offline
 
Join Date: Dec 2002
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I get :

Warning: Unknown(/home/xxxxxxxx/public_html/forums/chat/index.php): failed to open stream: Permission denied in Unknown on line 0

Warning: (null)(): Failed opening '/home/xxxxxxxx/public_html/forums/chat/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0

Any ideas?

Everything is uploaded, I created the template, I renamed index(vb3).php to index.php, and I edited it to include the correct path to my forums. I am lost. Haven't even gotten to a connection point yet. Also, I edited all that information to point to a server, etc, etc....

EDIT : Do I need to call this in any special way? Can I just use www.domain.com/forums/chat/index.php ?

Thanks
Reply With Quote
  #74  
Old 10-11-2003, 01:44 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Emrys@ you need to use a full path, which i dont belive you have... :\





chuanse@ it works for windows uses, anyone with windows xp will need the sun java console
Reply With Quote
  #75  
Old 10-11-2003, 01:57 PM
imported_Emrys imported_Emrys is offline
 
Join Date: Dec 2002
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
<?php
// ## Changes the Directory so it will grab vb3 ##
chdir("/home/xxxxxxxx/public_html/forums/");
You mean that path?
Reply With Quote
  #76  
Old 10-11-2003, 02:03 PM
iyouth iyouth is offline
 
Join Date: Apr 2003
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try path w/o trailing slash... bugged me out once..

Regards,
Patrick

note: also, if that doesn't work try /home2, some hosts are a bit funny and will change to home2 drive (whole diff convo tho! :P )
Reply With Quote
  #77  
Old 10-11-2003, 02:06 PM
imported_Emrys imported_Emrys is offline
 
Join Date: Dec 2002
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The trailing slash doesn't make a difference, and the directory structure is correct.

Anything else to try?

Thanks....
Reply With Quote
  #78  
Old 10-11-2003, 02:06 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you added chat/index.php to the path

a path looks like this

/home/username/public_html/vb3/

... please remove your quote from this page as it contiains my part of my chat script
Reply With Quote
  #79  
Old 10-11-2003, 02:13 PM
imported_Emrys imported_Emrys is offline
 
Join Date: Dec 2002
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where are you gettings the chat/index.php?

the path is set to :

/home/xxxxx/public_html/forums

As stated above

Is this not correct? The chat/index.php part comes from the URL where I am trying to call the chat up.
Reply With Quote
  #80  
Old 10-11-2003, 02:37 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you dont need to remove your full path name theres no real danger in showing it, can you give me a link to your forums where the chat is so i can see?
Reply With Quote
  #81  
Old 10-15-2003, 08:51 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

updated nothing major, just cleaned the files and made the installer simpler
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:27 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.04409 seconds
  • Memory Usage 2,308KB
  • 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
  • (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
  • (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