Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > vB1 Hacks
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by shaggster shaggster is offline
Developer Last Online: Jan 2003 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-04-2001 Last Update: Never Installs: 0
 
No support by the author.

Ok it seems that nobody else did it so i did
i currently wrote this for Vb1.1.5 but all it is, is a php file so it will work for all versions

Just open up the zip i included the jirc java with it.
open up chat1.php and read and go through it i explained everything in there

good luck and give me feedback if there is problems

Must Buy The License To Enable No Nag Text!!
******Features*******
Takes Board Nickname and puts in nickfeild for Irc
Totally Customizeable
Very Fast
No Errors Was Tested For 2 Weeks
Vbb Similes

If You Wish To Add Some Stuff To It Go Right Ahead This Is Open Sorce But If Its A Feature Wise I Wouldn't Mind Getting A Copy Of The Code Insterted And Email bestal@hotmail.com


Thanks And Happy Chating

Attachment Was To Big So Here It Is
DOWNLOAD NOW!

Show Your Support

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

Comments
  #22  
Old 04-06-2001, 11:59 AM
shaggster shaggster is offline
 
Join Date: Aug 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmm i am not to sure on what you mean..
please ask again with some detail
Reply With Quote
  #23  
Old 04-06-2001, 03:27 PM
Essam
Guest
 
Posts: n/a
Default

If you login to the chat with a nick name that has non-english charecters, you get an error. (erronous nick)
Reply With Quote
  #24  
Old 04-06-2001, 07:24 PM
Raptor Raptor is offline
 
Join Date: Nov 2001
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

using vb2 b4.1 - got it to work fine BUT will not grab the username from the forum after logging in

changed $bbusername to $username - still no joy

what could it be ?

I have setup the room using a standard username for now - if someone could re-write this to work with VB2 b4.1 I would be very grateful

http://digital-forums.com/forum/chat.php3
Reply With Quote
  #25  
Old 04-07-2001, 02:14 AM
shaggster shaggster is offline
 
Join Date: Aug 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

// You may want to edit some of the PARAMs of the Chat applet
if ($page == "client") {
if ($bbusername != "") {
$num = $bbusername ;
}
if ($bbusername == "") {
$filename = "chat_count.txt";
$contents = file($filename);
$length = strlen($contents);
$number = 0;
$count = 0;
$num = $guestnick.$length ;
$handle= fopen($filename,'a+');
$string = "+";
fputs($handle, $string);
fclose($handle);
}

i would check this line over i am not to sure on what vb2 uses for sesion id's maybe look through for the who;s online script and see what it uses for the id $string
not to sure maybe a vb2 guy would check into this
Reply With Quote
  #26  
Old 04-07-2001, 02:16 AM
shaggster shaggster is offline
 
Join Date: Aug 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Essam
If you login to the chat with a nick name that has non-english charecters, you get an error. (erronous nick)
i beleave irc its self doesn't allow caracters like what your talking about

not a prob in the script but maybe in the irc server its self
i will check into this
but i am sure i am correct on that
Reply With Quote
  #27  
Old 04-07-2001, 02:44 AM
Essam
Guest
 
Posts: n/a
Default

Quote:
Originally posted by shaggster


i beleave irc its self doesn't allow caracters like what your talking about

not a prob in the script but maybe in the irc server its self
i will check into this
but i am sure i am correct on that

That what I thought before. But freddie did modify *something* that enabled non-english charecters, and I did try it.
Reply With Quote
  #28  
Old 04-07-2001, 02:58 AM
shaggster shaggster is offline
 
Join Date: Aug 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

give me a example of a nickname that will be entered
Reply With Quote
  #29  
Old 04-07-2001, 03:00 AM
shaggster shaggster is offline
 
Join Date: Aug 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am thinking it might be a font issue is why
Reply With Quote
  #30  
Old 04-07-2001, 10:37 AM
Raptor Raptor is offline
 
Join Date: Nov 2001
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by shaggster
// You may want to edit some of the PARAMs of the Chat applet
if ($page == "client") {
if ($bbusername != "") {
$num = $bbusername ;
}
if ($bbusername == "") {
$filename = "chat_count.txt";
$contents = file($filename);
$length = strlen($contents);
$number = 0;
$count = 0;
$num = $guestnick.$length ;
$handle= fopen($filename,'a+');
$string = "+";
fputs($handle, $string);
fclose($handle);
}

i would check this line over i am not to sure on what vb2 uses for sesion id's maybe look through for the who;s online script and see what it uses for the id $string
not to sure maybe a vb2 guy would check into this
Yes i've looked into all this and the string is $username - but keeps saying no nickname entered

even if I set my own temp string for testing still does it - only lets me enter a name manually

this is a great intergration and someone should look at doing it for vb 2
Reply With Quote
  #31  
Old 04-07-2001, 11:38 AM
Raptor Raptor is offline
 
Join Date: Nov 2001
Posts: 499
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've done it !

the string is $bbuserinfo[username]

and i've also implemented a live room into the index.php under the PM section - check it out at http://digitalforums.com
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 02:02 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04294 seconds
  • Memory Usage 2,297KB
  • 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_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
  • (3)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
  • (9)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