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)

sross 03-19-2004 07:19 PM

Ah spoke too soon :(

I can now login and the chatroom seems to open. I get the box below to enter text into but when I submit the text nothing shows up on screen....

sross 03-19-2004 07:31 PM

Also notice the rooms list is not loaded and after seeing a working demo of the room my "chat text screen" is not there. thanks for any help, I think I'm close!! :)

sross 03-22-2004 12:49 AM

Anyone around? anyone.......... help.....

Thanatos 03-24-2004 04:14 PM

Quote:

Originally Posted by sross
Anyone around? anyone.......... help.....

Are you using IE? I have a user that can't see text in the room who uses Netscape.

sross 03-24-2004 10:27 PM

Quote:

Originally Posted by Miratos
Are you using IE? I have a user that can't see text in the room who uses Netscape.

nope latest IE, oh well, might have to try a different chat mod :(

Thanatos 03-25-2004 02:12 AM

Quote:

Originally Posted by sross
nope latest IE, oh well, might have to try a different chat mod :(

hmm...well...post your link to it and I'll go look.

Can't guarantee you I Can help..but I did manage to set it up and make it work on gold.

obsidian 03-31-2004 02:17 AM

sross did you change the link in the template? The help file calls out http://localhost.... You need to change that to the address of your site and room or you will get a white screen.

I think this mod has some serious possibilites. I would love some help on getting it to auto-logon the members.

Davey-UK 04-15-2004 05:49 AM

Why don't you lot just use ZZ Flash Chat. Its sooooo simple, and it comes with instructions for auto login on any board!

:laugh:

fleccy 04-15-2004 07:03 AM

how about noooooooooooooooooooooooooooooooo

obsidian 04-15-2004 03:10 PM

Fleecy...... You can not expect people to stick with your hack if there is zero support or activity on it. I have read through most of the other forums that you have released this hack for and the story is the same. You release a partial hack and then leave. I can understand you having other responsibilites but in my opinion you can not complain when people jump ship.

btw that flashchat was eating up 70 to 80% of my cpu when I was testing it out.

fleccy 04-15-2004 03:11 PM

no i left here but i didnt leave phpbb

dede1 04-15-2004 06:15 PM

Hello

my Problem look :

http://63.246.136.220/Board/chat.php

fleccy 04-15-2004 09:30 PM

you need to change http://localhost to http://63.246.136.220/Board/room in ur feetachat template :) sorry about the bad instructions

dede1 04-16-2004 05:58 PM

Thanks :)

fleccy 04-16-2004 07:12 PM

no problem! :)

RichieBoy67 04-18-2004 01:24 PM

I am tring to install this but I don't know where PHPMYADMIN is... How do I access this to copy the code there??? Is this something I have to install??

Thanks,

Rich :ninja:

fleccy 04-18-2004 05:44 PM

go to www.phpmyadmin.org and install it or if you have cpanel go to mysql and click phpmyadmin

thanks :)

obsidian 04-21-2004 01:56 PM

This hack has promise in my opinion but I ended up switching to flashchat which already has vbulletin integration: http://www.tufat.com/script.php?id_num=2 Perhaps the integration for that could be adopted to this hack.

fleccy 04-21-2004 01:58 PM

ah well

SmasherMaster 04-27-2004 11:49 AM

Will this work on vB3 3.0.0 Gold? This would be awesome for my site. :)

fleccy 04-27-2004 02:13 PM

yeah :)

SmasherMaster 04-27-2004 02:29 PM

And I have to have phpmychat installed before I add this hack right?

JamesFrost 04-27-2004 05:52 PM

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.

fleccy 05-04-2004 08:26 PM

yo james got your message having hotmail problems so cant send u got another way to send?

kall 05-06-2004 11:12 PM

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.

pjdaley 05-07-2004 08:08 PM

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.

pjdaley 05-07-2004 08:09 PM

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 " :cool: " or whatever and they work

twoseven 05-08-2004 12:20 AM

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)

twoseven 05-08-2004 04:34 PM

pjdaley could you post or tell me where to remove the chat room options

pjdaley 05-08-2004 06:19 PM

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

twoseven 05-08-2004 07:29 PM

thanks pjdaley

ashley53680 05-19-2004 06:08 AM

I installed it, not too bad! :)

You can see mine at http://simply-baby.net/forum/chat.php I did a few minor changes to it.


I read through this whole thread and I still wonder:

1.) How to get rid of all those darn flags!!! lol
2.) Where is that little "help" thing that was at the bottom of each page.
3.) Can they customize their user profile on this thing?
4.) Ummm, that's it!!

This is a great hack, I have been waiting for this FOREVER it seems! :)


***clicks install***

subu1 05-19-2004 10:10 PM

cool i want to install tomorrow, but not in my board ;)

ashley53680 05-20-2004 12:14 AM

Okay... I went and did the admin instructions... although it will not let me log in as admin!! :( What else do I need to do besides turn the perms to admin?

Thanks in Advance!

Ashley

ap0c 05-20-2004 12:52 AM

the admin side doesnt work, why it's a beta release.

ashley53680 05-20-2004 02:23 AM

Ahhhh... lol


Also the commands aren't working right! :) I wish I was a coder, I'd help ya figure it out, but I am clueless!

ashley53680 05-20-2004 02:37 AM

Quote:

Originally Posted by pjdaley
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.

Where did you take out the flags? Did you just erase all the language files?

subu1 05-20-2004 10:10 AM

yeah it works fine, thxxx :-)

ap0c 05-20-2004 12:27 PM

Quote:

Originally Posted by ashley53680
Ahhhh... lol


Also the commands aren't working right! :) I wish I was a coder, I'd help ya figure it out, but I am clueless!

working on them now;), I'm not a coder either, if I get them working,I'll post in this thread

ashley53680 05-20-2004 03:22 PM

Thanks apoc!! :)


All times are GMT. The time now is 02:30 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.02537 seconds
  • Memory Usage 1,802KB
  • 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
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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