Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases

Reply
 
Thread Tools
Feeta vB Chat v1.0 (phpmychat mod) FIXED Details »»
Feeta vB Chat v1.0 (phpmychat mod) FIXED
Version: 1.00, by fleccy fleccy is offline
Developer Last Online: Nov 2011 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-03-2004 Last Update: 01-11-2004 Installs: 17
Is in Beta Stage  
No support by the author.

hi all i decided to convert phpmychat to vbulletin i have also converted them for other bb systems such as phpbb and invisionboard

Features:

fits in nicely to the board

32 languages

all default emotions

users with spaces in their names can chat

all files converted to .php files because some had problems with .php3

Screenshots:

none but please post some

Demo: http://www.pointanime.com/forum/chat.php

NOTE: sorry i had to take out the part of the admin cp but for next time it will be fixed and also in the chat you cant kick people

if you have any problems or need help please post in this topic or email me andrewfleccy@hotmail.com

Thanks and Enjoy

also ignore all posts up to page 5

Show Your Support

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

Comments
  #142  
Old 04-27-2004, 02:13 PM
fleccy fleccy is offline
 
Join Date: Jun 2003
Location: England
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah
Reply With Quote
  #143  
Old 04-27-2004, 02:29 PM
SmasherMaster's Avatar
SmasherMaster SmasherMaster is offline
 
Join Date: Feb 2004
Location: Florida
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And I have to have phpmychat installed before I add this hack right?
Reply With Quote
  #144  
Old 04-27-2004, 05:52 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SmasherMaster
And I have to have phpmychat installed before I add this hack right?
no - the hack includes a modified version of PHPmychat.
Reply With Quote
  #145  
Old 05-04-2004, 08:26 PM
fleccy fleccy is offline
 
Join Date: Jun 2003
Location: England
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yo james got your message having hotmail problems so cant send u got another way to send?
Reply With Quote
  #146  
Old 05-06-2004, 11:12 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have managed to get this running on my test server...had to edit many many SQL functions from 'name' to 'username' as this was by no means consistent.

The smilies in the window just seem to create a large version of their text code when I mouseover, but do work from the help screen that pops up when you clcik the smilie to the left of the input field.
Reply With Quote
  #147  
Old 05-07-2004, 08:08 PM
pjdaley pjdaley is offline
 
Join Date: Feb 2004
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works good. managed to take out the flags... and take out the members create chatrooms option... add a little jpg looks decent. good job fleecy.
Reply With Quote
  #148  
Old 05-07-2004, 08:09 PM
pjdaley pjdaley is offline
 
Join Date: Feb 2004
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall
I have managed to get this running on my test server...had to edit many many SQL functions from 'name' to 'username' as this was by no means consistent.

The smilies in the window just seem to create a large version of their text code when I mouseover, but do work from the help screen that pops up when you clcik the smilie to the left of the input field.
yea i noticed you gotta just write then out like " " or whatever and they work
Reply With Quote
  #149  
Old 05-08-2004, 12:20 AM
twoseven twoseven is offline
 
Join Date: Jan 2004
Location: in floris' pants
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just noticed when you have a space in your member name it bypasses the login and pass check (just a small little bug that could be exploited)
Reply With Quote
  #150  
Old 05-08-2004, 04:34 PM
twoseven twoseven is offline
 
Join Date: Jan 2004
Location: in floris' pants
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

pjdaley could you post or tell me where to remove the chat room options
Reply With Quote
  #151  
Old 05-08-2004, 06:19 PM
pjdaley pjdaley is offline
 
Join Date: Feb 2004
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To get rid of the tutorial link.
Find and Erase this:
PHP Code:
     <P>
<A HREF="<?php echo($ChatPath); ?>tutorial_popup.php?<?php echo("L=$L&Ver=L"); ?>" onClick="tutorial_popup(); return false" CLASS="ChatLink" TARGET="_blank"><?php echo(L_TUTORIAL); ?></A>
</P>

To get rid of the make your own room section:
Find and Erase this:
PHP Code:
<?php echo(" ".L_SET_12); ?> :
    </TD>
    <TD VALIGN="TOP" CLASS="ChatCell">
     <INPUT TYPE="text" NAME="R2" SIZE=11 MAXLENGTH=10 <?php if($DefaultRoomFound == && $R != "") echo("VALUE=\"".htmlspecialchars(urldecode($R))."\""); ?> CLASS="ChatBox" onChange="reset_R2();">
and now i can't remember the others... =/ heres what i'll do... i'll upload my index.lib.php with the changes already made... you can just change the welcome on the top i put, and i put a little banner up there.

demo: http://www.bvpoetry.com/forum/chat.php
Reply With Quote
Reply

Thread Tools

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 12:16 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.04977 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_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
  • (1)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