vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Feeta vB Chat v1.0 (phpmychat mod) FIXED (https://vborg.vbsupport.ru/showthread.php?t=59656)

fleccy 01-03-2004 10:00 PM

Feeta vB Chat v1.0 (phpmychat mod) FIXED
 
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 :D

also ignore all posts up to page 5 :p

Eladesor 01-04-2004 01:19 PM

Downloading and trying it out on RC1 right now... desperate for a decent Chat system for my site ;)
Thanks for sharing :)

fleccy 01-04-2004 01:23 PM

tell me as soon as you have installed it if it works please :)

Eladesor 01-04-2004 01:47 PM

Oopps -
Quote:

Database error: Invalid SQL: SELECT password,perms FROM ibf_members WHERE username='admin' LIMIT 1
MySQL error: 1146 (Table 'vbulletinrc1.ibf_members' doesn't exist)
Session halted.
nice instructions btw - and only too around 5 mins to complete... just need to sort the error out now :)

fleccy 01-04-2004 01:48 PM

oops what file was that in?

Eladesor 01-04-2004 01:53 PM

Same error when logging in via the chat link in the admin CP or directly to the chat.php file

fleccy 01-04-2004 01:56 PM

sorry about that i fixed it open room/config/config.lib.php and replace:

define("C_REG_TBL", 'ibf_members');

with

define("C_REG_TBL", 'user');

Eladesor 01-04-2004 02:00 PM

No problem :)
Just happy enough to be gettign a solution.... :)

Done that - now reporting 'Wrong name or password.' -> i'll take a nosey around it ;)

fleccy 01-04-2004 02:02 PM

where is your forum i want to take a look

Eladesor 01-04-2004 02:03 PM

I'm testing it offline on a local server -> never put anything online live without testing first ;)

fleccy 01-04-2004 02:05 PM

did you get wrong name or password when trying to access the admin part? if so i know why

Eladesor 01-04-2004 02:08 PM

Quote:

Originally Posted by fleccy
did you get wrong name or password when trying to access the admin part? if so i know why

Yep -> when accessing via link in the admin CP - login box shows up, enter 'Username' and 'Password' -> result = Wrong name or password.

fleccy 01-04-2004 02:09 PM

thank god ok heres how to gain access to the admin panel

in phpmyadmin click on your database then click on user then click on browse then find your name and edit it go down to perms and in the perms box type admin

Eladesor 01-04-2004 02:14 PM

Had already done that as per the original instructions :(

fleccy 01-04-2004 02:22 PM

have a look at this tutorial i just made it to check if you did

Eladesor 01-04-2004 02:31 PM

Thanks for the quick replies and help - its appreciated ;)

Sorry, thats what I did fist time round, and I've double checked everything again... but still says wrong password.

fleccy 01-04-2004 02:41 PM

uppercase or lowercase? because it's case sensitive anyways forget the admin stuff can you chat? ur making this mod look rubbish :p

Eladesor 01-04-2004 02:46 PM

Quote:

Originally Posted by fleccy
uppercase or lowercase? because it's case sensitive anyways forget the admin stuff can you chat? ur making this mod look rubbish :p

Case -> Not that thick ;)
Chat -> Nope
Rubbish -> wel lyou did say it hadn't been tried on RC1 ....

It's probably something stupid that is just being missed.... I'll keep trying and let you know how I get on.

fleccy 01-04-2004 02:49 PM

do you have msn? add me andrewfleccy@hotmail.com we can chat

SB2002 01-04-2004 04:15 PM

I'm also having the same problems, and it should be noted that the feetachat template is wrong too. This line needs to be edited so that it works for all forums.

<iframe src="http://localhost/upload/room/" width=710 height=500 name="chat" scrolling="no" frameborder="no" align="center">
</iframe>

not just the localhost that it was created on. I do believe that by removing the http://localhost/upload (leaving the preceeding / before room bit, it (the template) should work then

fleccy 01-04-2004 04:16 PM

i thought i put the note down im gonna get rc 1 later

SB2002 01-04-2004 04:24 PM

Ok, after that template edit, the actual chat works, but the admin stuff doesn't. It also should be noted that my username is longer than what the login allows, which isn't much help either

fleccy 01-04-2004 04:25 PM

it's only beta :P

SB2002 01-04-2004 04:29 PM

Yeah i know, I was just giving you the feedback, lol. It looks like there may be some kind of change needed in admin.php although i'm not certain, but i'm guessing it would be a change in the area of the database it is reading from?

fleccy 01-04-2004 04:30 PM

dunno :p this is my first time hacking vb and it only took me 1 hour lol converting from phpbb good going since im a newbie on vb

SB2002 01-04-2004 04:33 PM

I figure that it's probably going to be a database call in admin.php. But not knowing enough about php to try messing with it i dunno. But when it is up and running the chat runs very well and is very well integrated, i am impressed. Just the admin bit and the inability to edit profiles due to usernames being too long that isn't so good. But again, some of that is down to phpmychat anyways for not letting us have long usernames

fleccy 01-04-2004 04:35 PM

well i cant do much more till my m8 gets online he has the licence lol so i cant do much more till he installs rc 1

SB2002 01-04-2004 04:37 PM

ok, well i'll have a flick through the admin.php and see if there is something obvious that has been missed

UPDATE: I've found a few points in admin.php and lib/login.lib.php where it makes calls to certain databases, but as i don't know what i'm doing i've not played about with them

Buczilla 01-04-2004 06:13 PM

Great work!


This is what my chat aspires to be :o


I will definitely use this!

fleccy 01-04-2004 06:15 PM

thank you :D i will fix it when my friend comes on so maybe tommorow or tonight if very lucky (very lucky)

Buczilla 01-04-2004 06:29 PM

One more question......what are we supposed to login with? I used my vB username and password and it didn't work. Do I have to register again? :\

fleccy 01-04-2004 06:30 PM

no it's just not working at the moment i have to wait for my friend to come online to he can install rc 1

Buczilla 01-04-2004 06:37 PM

Ooooh....I see.


But the plan is to use the vB login?

Cool :p

fleccy 01-04-2004 06:39 PM

well as soon as i get rc 1 ill know the problem straight away it's just he's not online alot when im on different timezones lol so yes if you have a gamma board it will work sry ppl i will have it working though i promise

StoneHalo 01-04-2004 06:49 PM

If anyones got any screenshots, please post 'em! :) I'm curious as to what it looks like.

Cheers!

Buczilla 01-04-2004 08:07 PM

Edit: Never mind.

fleccy 01-04-2004 08:09 PM

oops sorry will be fixed has the password system changed in rc 1? i have rc 1 now but i cant figure out why it isnt working ill fix it tommorow too late now

Buczilla 01-04-2004 08:10 PM

Sorry, I made a mistake. The vB table is called ipadress. I don't know why all the IP's were deleted.

:confused:

fleccy 01-05-2004 06:34 AM

rc 2 is out now maybe it was a problem with rc 1

Eladesor 01-05-2004 08:11 AM

Quote:

Originally Posted by fleccy
rc 2 is out now maybe it was a problem with rc 1

???? Still only shows RC1 - no announcments about RC2


All times are GMT. The time now is 04:48 PM.

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.02863 seconds
  • Memory Usage 1,789KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete