Author Topic: Chat on your site  (Read 1605 times)

NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Chat on your site
« on: September 26, 2009, 04:19:03 AM »
i build a chat what uses a popup so members can chat and watch movies.
chat is in 30 language to choose when login.
No regestration needed fore the chat.

Watch demo on http://www.nl-extreme.com

fore contact geldunie@live.nl is also msn

 
« Last Edit: September 26, 2009, 04:20:41 AM by NL-Extreme »

dicaprio79

  • Jr. Member
  • **
  • Posts: 121
    • IFaceTV
Re: Chat on your site
« Reply #1 on: September 26, 2009, 09:51:32 AM »
Hi there,

would you mind sharing on how you integrated this chat onto phpmotion?

Thx

NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Re: Chat on your site
« Reply #2 on: September 27, 2009, 02:20:26 AM »
Make a folder (chat) on your server, place there the chatscript.
make a popup link and put it into main1.php.
thats it.

dicaprio79

  • Jr. Member
  • **
  • Posts: 121
    • IFaceTV
Re: Chat on your site
« Reply #3 on: September 27, 2009, 09:19:48 AM »
ok,

thx

NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Re: Chat on your site
« Reply #4 on: September 27, 2009, 12:23:29 PM »
if it,s dont work send me pm, i will guide you on it.
Its realy simple if you no how.
 

dicaprio79

  • Jr. Member
  • **
  • Posts: 121
    • IFaceTV
Re: Chat on your site
« Reply #5 on: September 27, 2009, 12:30:33 PM »
It works but I'm trying to do is instead of having the person type in a name everytime just simply copy their username from phpmotion and allow the person to go straight onto the chatroom.  Follow what I'm saying?

Thx I appreciate your help

NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Re: Chat on your site
« Reply #6 on: September 29, 2009, 12:52:46 AM »
then de database of de pgpmotionscript has to be the same as the chatscript.
i dont no if you want to do that.Its a lot of work, you have to change al database parameters in the file and you have to change your database itzelf.
Thats  why i have a chat script with no registration.
Only type a name and the fun part is you can choose your language.

I think its the best solution, i am not gonna help integrate de chat in your databse, if i can do that i already did it myzelf   ;D

The change that i will fuck up the database is to big at the moment, thats work fore pro, when we luckie there is a build in chat in version 4
« Last Edit: September 29, 2009, 12:55:51 AM by NL-Extreme »

candylandgurl

  • Guest
Re: Chat on your site
« Reply #7 on: September 29, 2009, 10:01:39 AM »
I been playing with popup chats, blab lite was my first, for a while. it is a fun interrogation and increases the social aspect of the site ive tried several , the problem is need to have a bridged database user name. members didnt like to have to sign up into chat also, and having an open chat can cause problems users pretending and using  other members name. there was one in the v2 area I trying it worked but was to buggy. you can inport a chat data base in your phpmotion database as long as all fields are different and wont over write a phpmotion field, . except eliminate the chat user name field and  replace the chat script with the phpmotion field, sounds simple one problem i found is  trying to find all the user name references in the chat script. I haven't try Java chats as not as knowledgeable in java and reference user name from a txt file.  if anyone has some luck bridging a  nice popup chat with phpmotion user name and password  contact me like to see it.

dicaprio79

  • Jr. Member
  • **
  • Posts: 121
    • IFaceTV
Re: Chat on your site
« Reply #8 on: September 30, 2009, 06:05:09 PM »
I have flashchat but like you said it needs to read from the same db, so I got rid of it.  I have also tried the one for V2 but the problem with that one was that it wouldn't clear the chat box after user had left left the chatroom.  Now I'm trying the blablite chat, I added a code from phpmotion to it so it won't let unregistered or not logged in users be able to use it.  Like you said it would be great to have a fully functional chat integrated with phpmotion.  I'm going to keep working on it.

candylandgurl

  • Guest
Re: Chat on your site
« Reply #9 on: October 01, 2009, 09:01:40 AM »
babelite is a small and simple sql chat only 8 small phps.I think it  could be something to start playing with just thinking here...I just looked it over for a couple minutes
 
instead of using blab install.php manually import sql into your phpmotion sql of course have to  add the DB info  into the blab config.php. the sql for blablite is in install.php 

dont use

usr_id integer NOT NULL,
usr_name varchar(64) NOT NULL,
usr_ip varchar(15) NOT NULL,

 and then go to login.php and there is a couple other references in other php   see (usr_name)

change usr_name to user_name   usr_id would  be now user_id  usr_ip would be the user_ip

just something to look at, a start, Im working on another mod so i dont want get side tracked  this only my quick thoughts on the idea

sonnydesign

  • Guest
Re: Chat on your site
« Reply #10 on: October 07, 2009, 11:21:39 AM »
Hi, this will work in joomla website? Im interested

NL-Extreme

  • Sr. Member
  • ****
  • Posts: 170
Re: Chat on your site
« Reply #11 on: October 09, 2009, 02:06:35 AM »
try ask that question in a joomla forum ?
but it will work on all sites .

candylandgurl

  • Guest
Re: Chat on your site
« Reply #12 on: October 09, 2009, 05:13:20 PM »
i build a chat what uses a popup so members can chat and watch movies.
chat is in 30 language to choose when login.
No regestration needed fore the chat.

Watch demo on http://www.nl-extreme.com

fore contact geldunie@live.nl is also msn

 
yes blab lite works on your site but like I said anyone can logon even non members!!!! linking to blab lite and making a tab link is simple. what  I like to see is only members can chat while logon to your site..  if you look phpmotion is working on a chat mod. but no detailson when this will be out  could be months.http://phpmotion.com/forum/index.php/topic,14521.0.html
« Last Edit: October 09, 2009, 05:15:19 PM by candylandgurl »