Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Yes Thank You. I have used and licensed JPilot since my UBB days when I used LK's awesome hack. For 50 bucks ( I think that what it is ) to register its priced just right.

Sponsored Links
Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
Thanks Chuck.

I think though that this needs a user to be logged in.

Could we add something like

if ($user['U_Username'] == "") {
$Username = guest;
}

after the first part?

So that any guests are still able to chat. Hopefully the code above is correct!

Ian


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Gorlum #218901 09/14/2002 10:23 AM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Yeah I did not take that into consideration. You could also set autostart to false and guests would still be able to enter a name. Your users would still have their names automatically. I tested your addition and it works flawlessly so you can of course also leave autostart on. Guests will be logged in as guest1 guest2 guest3 etc.

Attached is the updated chat file to account for guests
Attachments
56621-chat.txt (0 Bytes, 38 downloads)

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
I find Digi-Chat very interesting. It´s a superb system and dimopoulos integration is outstanding.

Will your system for integration work on a chat hosted by Digi-Chat or must the chat be on the same server as UBBT?

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
*lol* I just read on Digi-Chats site that on a hosted system, they will take care of the full integration to any user login system!

Sponsored Links
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Gregori,


dimopoulos has the code posted to pass the variables to digichat. It should not matter where the chat is hosted as long as the variables are showing the correct paths. I posted this code as more people use Jpilot since it is easy to use. Also there is a big benefit to using Jpilot versus owning their software for 50.00 bucks or you can use digichat for 749.00 if you have up to 100 users. If you have over 100 users it will be 1249.00. Digichat is a wonderful product full of features. However most people can not see paying those high of fees.

posted by Gregori:
*lol* I just read on Digi-Chats site that on a hosted system, they will take care of the full integration to any user login system!


For the prices they charge I would hope so!! Or you can come to wonderful places like this and get the code and needed and tips to intergrate it yourself.

Joined: Aug 2002
Posts: 239
Member
Member
Joined: Aug 2002
Posts: 239
I am running a quite awesome chat software here..... It's superior to DigiChat but also more expensive..... Problem is that it's written in C and not using a mysql backend. So I may never be able to intertwine the two......Oh well...Not gettin' rid of this chat software.....


Some people read their stars..... I choose to write my own
#218906 09/16/2002 4:52 AM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
God love em Storm if people have the money for Digichat or such let em go at it. Thats a whole lot of clams there.

C Hmm sound interesting. Integration issues are always the surge of existence.

Joined: Mar 2002
Posts: 147
Member
Member
Offline
Joined: Mar 2002
Posts: 147
Anyone have recomendations for a free provider of chat rooms?

Something simple for an IRC newbie.

Joined: Aug 2002
Posts: 239
Member
Member
Joined: Aug 2002
Posts: 239


Too much! I know the people on my site love the chatrooms though..... 'course that's what the site is......stormchat.... But seems like the boards get about as much use as chat....

posted by omegatron:
God love em Storm if people have the money for Digichat or such let em go at it. Thats a whole lot of clams there.

C Hmm sound interesting. Integration issues are always the surge of existence.


Some people read their stars..... I choose to write my own
Sponsored Links
Daine #218909 09/24/2002 11:14 PM
Joined: Aug 2002
Posts: 15
Newbie
Newbie
Offline
Joined: Aug 2002
Posts: 15
This forum has the best integrated chat I've ever seen for threads:
http://206.14.217.126/cgi-bin/w3t/wwwthreads.pl

jjski #218910 09/24/2002 11:25 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Pretty cool... except after each post I had to scrolll back down to the bottom of the screen. Looked alot like JustDave's shout box from the front page here. Sorta HTML based chat.

Joined: Aug 2002
Posts: 15
Newbie
Newbie
Offline
Joined: Aug 2002
Posts: 15
That's the embed, which actually works well for chatting as you use the forum. At the end of every post or thread you read, there it is waiting for input. It will open in a window if you click the upper right icon or "launch a window" text.

It does things that aren't obvious like informing you of private messages, and linking usernames to profiles for anonymous users, but "send a private message" if logged in. They even embed it in static HTML pages.

Joined: Sep 2002
Posts: 151
Member
Member
Offline
Joined: Sep 2002
Posts: 151
[]I have searched through the net to find the best chat software. By the word best I mean:
  • Browser independent
  • Plethora of features (images, themes, customization)
  • Transparent to users
  • Light on the server

All the chats mentioned above work either with a refresh of the chat page or they require components to be installed in the end users' computers.

I have found though a product from Digi-Net (www.digi-net.com) called Digi-Chat which gives you all the above features. Make no mistake though it is expensive. The minimum that you are looking to pay is around 700 GBP for the Pro version (max 100 users).

I managed to integrate the two using knowledge obtained from this forum and especially from the Mark All Read hack (tought me how to include a java script on a link) and suggestions by JustDave, Gardener and JoshPet. Credits to you guys and thanks.

This is what happens:
A new link appears for the registered users. (Chat). When the user clicks on it a new window appears with specific coordinates, no links, no address bar, not resizable. That window opens the chat.php that I have created and using the main.inc.php queries the database for specific fields (all in the users table) and passes them in the java applet. I even modified the table by adding a new field which holds the chat icon for every user. The only thing remaining now is to add a relevant section in the user preferences... <img src="/threads/php/images/icons/wink.gif" alt="" />

If anyone wants the code I will be more than happy to attach it, but bare in mind that it is specific to the DigiChat product.

Also if my post is considered to by advertisement please feel free to delete the offensive sections.

Warm regards

Nikos [/]


I´m about to buy the hosted DigiChat solution (Pro-200) and integrate it with UBBT 6.2. Do your posted integration files work with the new 6.2?


Joined: Apr 2002
Posts: 141
Member
Member
Offline
Joined: Apr 2002
Posts: 141
I have pjirc running on my site now. I like it much better then Jpilot and its FREE!!! I didn’t integrate it in threads, though that would be easy, but I don't see a point for that since people who chat are usually also browsing the board. They prefer to have the chat in a separate window.
To have the username inserted in the chat would also be no problem, but since I use a channel on a big network the chances of someone else having registered the same name are fairly high and the chat script would then have to add a _or- to the username and automaticly rty logging in again.
For that my php knowledge is not good enough :-)))
I have it running at http://chat.sat4all.com but you can easily open it in a new (small) "pop-up" window as well.
I have that in my drop down menu at www.sat4all.com but because of some problems with the server mysql is not running and therefore the menu will not be displayed right now.

Regards,

Ron.


Those who fail to read ask many questions:-)
Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
With jpilot, when I had it part of the site, it would automatically take the username and prefix it with say NLUK- in my case, that way it was highly unlikely that anyone else would have the same username - therefore usera could easily recognise the users of the chatroom, because of the common usernames. Not sure if omegatron's mod above does this - but I know the old UBB one did - and to be honest I have yet to add it since changing to threads

Maybe I will add it back in


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
The file above does pass the boards username to the chat program. Now like any program if there is another Omegatron on the chat server I would be renamed. However with the usernames of my board I have never seen anyone get renamed.

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Does the registered version automaticly give admins and mods op status?

Joined: Mar 2001
Posts: 26
User
User
Offline
Joined: Mar 2001
Posts: 26
I would prefer http://www.pvdlab.net/en/commerce/pvdchat On its integration I already make questions. Supports both webchat, and irc chat.


Last edited by Goshik; 01/04/2003 3:06 PM.
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
[]I would prefer http://www.pvdlab.net/en/commerce/pvdchat On its integration I already make questions. Supports both webchat, and irc chat.

[/]

I looked at the page, and the software they affoer looks like overkill. I don't need a way to update my index page, and I realy don't need a forum

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Dalantech,

That automatically happens if you set that up in the chatroom. Any chat room I create automatically sees my as the founder. You can also set autoop status to anybody you want but that is normal IRC procedures. There is no hack involved.

Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Thanks!

I've already hacked your script for my board and it works great! I'm registering Jpilot now

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
Josh and I were really go get on this one. I think we both had many versions of this one till we finally got it to pass the username.

I have been using that simple PHP file to load my chat for some time now. My users love the chat.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I am trying to install IRC Server software today.... without much success. But I will be switching and hoping to integrate Jpilot to my site.

Daine #218923 01/04/2003 10:59 PM
Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
I love Jpilot as the price is real hard to pass up.

I feel for you as an IRC server can be a real pain to get going.

Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
I too have registered Jpilot and my users love it. Since the computer geeks can use mIRC or something to connect to it, even the less computer savvy people can still chat

Its really great, the past month or so we've had almost nightly "chat-fests" with 10-20 users, and it is a great time.

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Thankfully one of my users runs a server. Got us up and running until i can get IRC installed or hire someone to do it.

Joined: Apr 2002
Posts: 610
Code Monkey
Code Monkey
Joined: Apr 2002
Posts: 610
can someone explain this whole irc thing?

I have chat on my site, but it is run by chatblazer. Does this constitute irc or is this something different?

I just switched servers and when I try and login it says, "cannot connect to chat server". The web host does not allow irc so I thought that may be why. ???

I haven't been able to get ahold of my guy to see what the deal is so I was just curious.

Joined: Feb 2002
Posts: 2,286
Veteran
Veteran
Joined: Feb 2002
Posts: 2,286
If anyone is regsitering jpilot - be very careful of the domain name that you register it under, as AFAIK you cannot change it afterwards - therefore if you are currently planning on a change of domain, hold off registering jpilot until you have your new domain in place.


Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)
Daine #218928 01/05/2003 10:01 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
[]Thankfully one of my users runs a server. Got us up and running until i can get IRC installed or hire someone to do it. [/]

One of my users set up an irc server just for my site, and using omegatron's chat.php file I set it up as the first server in the search order. Works great!

For $50 the price is hard to beat. I got my registration code today

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Yeah me too. Didn't remember Omegatron's code, but got it to automatically fill in the username when they visit my chat.php page.

Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Gregory,

Sorry for the late reply - just came home.

To answer your question no I haven't integrated it with 6.2, although I don't think that it would he difficult.

I will be getting my new server set up tomorrow and I will be planning my move within the next two weeks. During this time I will indeed set up this modification for 6.2 and post it here.

Warm regards

Nikos


Nikos
Daine #218931 01/05/2003 11:14 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
My chat.php page updates my who's online page as "chat". I use the Who's online at the top of each page. So I set it up to tell how many people are in chat.

Then, because they will drop off the who's online list after 10 minutes, I made a little pop-up window that pops up behind the chat window. That little pop up refreshes every 9 minutes, thus keeping them showing as "in chat" until they close the window.

See screen shot attached.
Attachments
63810-screen.gif (0 Bytes, 43 downloads)

Last edited by JoshPet; 01/05/2003 11:15 PM.
Daine #218932 01/06/2003 11:59 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Hey Josh, can I have a copt of your chat script?

Please...

Daine #218933 01/06/2003 12:27 PM
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
I'm currently testing the following software packages:
Unreal 3.2 IRC Server
Cygnus IRC Services (Registration of Nicks and Channels)
OperServ (for doing serverwide bans and some stats)
EIRC (Open-Source chat client - java based)

I currently run a normal irc server + irc services. Users can connect via Java-Applet or via mIRC. They can register their Chatnicks so that nobody else can use them. Unfortunately, the db of the chat and ubb.Threads can't exchange any data.

Cygnus Services offer a webfrontend (php) to read and write data to the chatserver db.

It should be possible to modify the forum adduser script, to register the username on the irc-server aswell.
It should also be possible to modify the Java-Applet so that the users are logged in with their forum-username.

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
I know how to get chat room included in who's online thats easy. I would like to know how you specially made it say below

There are x many users in chat room.

Joined: Dec 2002
Posts: 4
Lurker
Lurker
Offline
Joined: Dec 2002
Posts: 4
I use Sigmachat (java) for my need (inexpensive, feature-filled) and I have figured out how to pass the username variable for auto-login, but how does one decipher the password variable into plain text?

If the java applet sees an authorized password, it will give that user admin rights, otherwise they are just a normal user.

BTW, you can check out this great off-site chat app and other cool comms apps at http://raidersoft.com

Joined: Oct 2002
Posts: 108
Journeyman
Journeyman
Offline
Joined: Oct 2002
Posts: 108
I am running digichat for a long time, I would like to try your setup if you can send me your setup.


Thanks


Joined: Oct 2002
Posts: 108
Journeyman
Journeyman
Offline
Joined: Oct 2002
Posts: 108
I have been running digi chat forever, its great software, could you send me your setup so I can try it on my site ..


Thanks


Page 2 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)