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

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
  #102  
Old 02-12-2004, 07:15 AM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dartmoore - looks like a problem with having quotes in the text you are trying to insert.

You need to use \' for a single quote. Try the following.

PHP Code:
    case 'english':    // For english users
        
define('WELCOME_MSG'"Welcome to Shadow Company\'s Internal Chat");
        break; 
Reply With Quote
  #103  
Old 02-12-2004, 01:49 PM
fleccy fleccy is offline
 
Join Date: Jun 2003
Location: England
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

or he wiped out his config.lib.php post it here so we can see
Reply With Quote
  #104  
Old 02-12-2004, 06:12 PM
dartmoore dartmoore is offline
 
Join Date: Feb 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamesFrost
Dartmoore - looks like a problem with having quotes in the text you are trying to insert.

I think (can never remember syntax) you need to use /' for a single quote (although it might be two single quotes!). Try the following.

PHP Code:
    case 'english':    // For english users
        
define('WELCOME_MSG'"Welcome to Shadow Company/'s Internal Chat");
        break; 
it was the quote and the above did not work..just took it out and it worked fine..
Reply With Quote
  #105  
Old 02-13-2004, 06:13 PM
dartmoore dartmoore is offline
 
Join Date: Feb 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamesFrost
Dartmoore - looks like a problem with having quotes in the text you are trying to insert.

I think (can never remember syntax) you need to use /' for a single quote (although it might be two single quotes!). Try the following.

PHP Code:
    case 'english':    // For english users
        
define('WELCOME_MSG'"Welcome to Shadow Company/'s Internal Chat");
        break; 
Ok, after further research I got it to work..you had it except it is a backslash instead of a forward slash..thnx for pointing me in the right direction..

second note..is there a time frame to get the admin login issue fixed?

thnx dart
Reply With Quote
  #106  
Old 02-14-2004, 12:09 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartmoore
Ok, after further research I got it to work..you had it except it is a backslash instead of a forward slash..thnx for pointing me in the right direction..

second note..is there a time frame to get the admin login issue fixed?

thnx dart
Quote:
Ok, after further research I got it to work..you had it except it is a backslash instead of a forward slash..thnx for pointing me in the right direction..
that's what I said!
Reply With Quote
  #107  
Old 02-18-2004, 09:15 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, didn't do none of the mod's for admin, but it's running fine on rc4, just wanted to let you all know.

One note to the coder of this fine chat, think you should fix the template or at least add instructions to the install file, so ppl know to edit the path.

Thanx, nice hack.
Reply With Quote
  #108  
Old 02-19-2004, 05:29 AM
fleccy fleccy is offline
 
Join Date: Jun 2003
Location: England
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #109  
Old 02-19-2004, 07:31 AM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100
Ok, didn't do none of the mod's for admin, but it's running fine on rc4, just wanted to let you all know.

One note to the coder of this fine chat, think you should fix the template or at least add instructions to the install file, so ppl know to edit the path.

Thanx, nice hack.
The admin functions don't prevent the chat from running. All they do is allow better management of chat permissions through VB usergroups. (such as banning a certain usergroup from using chat, or assigning a group as chat moderators).

Also, I dont believe some of the mod functions (such as /kick) work properly with usernames with spaces in them at the moment.

I've made a few tweaks to the software which I've sent to fleccy to do some of the above. I've got a few more bits to finish off, after which I'll send him a new build. All working OK on my site at the moment though.
Reply With Quote
  #110  
Old 02-19-2004, 07:32 AM
fleccy fleccy is offline
 
Join Date: Jun 2003
Location: England
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah thanks for helping m8
Reply With Quote
  #111  
Old 02-19-2004, 10:19 PM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed and get this error...

Quote:
Database error: Invalid SQL: SELECT password,perms,rooms,salt FROM user WHERE username='tril0Byte' LIMIT 1
MySQL error: 1146 (Table 'synobyte_pchat1.user' doesn't exist)
Session halted.
....any ideas?

I dont have a "user" table in my database, which is specified in your first query.
Quote:
ALTER TABLE `user` ADD `firstname` VARCHAR( 32 ) NOT NULL ,
Wouldn't I have to create the table "user" before I can alter it? If have a "c_users", but no "user"
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 01: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.06445 seconds
  • Memory Usage 2,316KB
  • 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_php
  • (7)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