Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Chat Room Type Software


  • Please log in to reply
17 replies to this topic

#1 tomsk

tomsk

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 323 posts
  • Location:UK

Posted 27 January 2005 - 08:42 AM

I don’t know if one exists but I would like a chat room software that allows two people to connect together but gives a random user name or password.

What I am trying to achieve is that I sell a service it generates a username or password to then go into a chat room. But once that chat room is shut down those details become useless.

Any thoughts?

#2 Raphael

Raphael

    The Limey Cowboy

  • Active Members
  • PipPipPipPipPipPip
  • 722 posts
  • Location:New England

Posted 27 January 2005 - 09:09 AM

*shrug*.. Conceptually, this would not be hard to do, depending on which language you picked to do it in. Browser-based, I'm guessing, then your front end is going to be Java or Flash, I suppose. Your back end can be anything. I wrote a multi-threaded chat server with support for different rooms in PERL, about 8 or 9 years ago. You could do it in C++ or Java or even PHP if you really wanted to.

#3 linux_lover

linux_lover

    LiLo

  • Active Members
  • PipPipPipPipPipPip
  • 831 posts
  • Location:York, UK

Posted 27 January 2005 - 09:20 AM

Flash comms server is pretty good for that sorta thing - but a bit pricey licence.

#4 OldWelshGuy

OldWelshGuy

    Work is Fun

  • Moderator
  • 4,713 posts
  • Location:Neath, South Wales, UK

Posted 27 January 2005 - 09:39 AM

I think that could be achieved from coming at it from a different angle maybe. I have an idea but am afraid to throw it open now for fear of making an pigs butt of myself smile.gif I will think about this and post again later.lol

#5 Raphael

Raphael

    The Limey Cowboy

  • Active Members
  • PipPipPipPipPipPip
  • 722 posts
  • Location:New England

Posted 27 January 2005 - 09:49 AM

post! post! post!

#6 OldWelshGuy

OldWelshGuy

    Work is Fun

  • Moderator
  • 4,713 posts
  • Location:Neath, South Wales, UK

Posted 27 January 2005 - 09:53 AM

Ok then how about doing it with cookies and setting the cookie expiry to throw them out of the room when it expires after the set time. Sort of pay as you chat type stuff?

I know this is not really 100% secure as someone in the know could technically pull the cookie and gain access, but how many are going to know how to do that?

#7 Raphael

Raphael

    The Limey Cowboy

  • Active Members
  • PipPipPipPipPipPip
  • 722 posts
  • Location:New England

Posted 27 January 2005 - 09:55 AM

Oh, well, I guess there's lots of ways you could do that bit. I was just thinking about the actual tech behind the chat server part =)

#8 tomsk

tomsk

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 323 posts
  • Location:UK

Posted 27 January 2005 - 12:36 PM

So nothing of the shelf available , does chat room software itself exist? along the lines of msn?

OWG if I could have so that the user has a pay as go type arrangement that would be good?

#9 OldWelshGuy

OldWelshGuy

    Work is Fun

  • Moderator
  • 4,713 posts
  • Location:Neath, South Wales, UK

Posted 27 January 2005 - 12:46 PM

I would imagine that you could have a buy now page, and depending what page they were taken to, the cookie could be set to time out to the required value. I am not a coder, so hopefully the coders will come along and put me right on the feasability of this.

There are plenty of chatroom software stuff available, try hotscripts or sourceforge.

#10 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 27 January 2005 - 02:44 PM

Sure. Passing a variable to dynamically set a cookie would be a piece of cake. Just have to do a bit of referrer checking too, or check against an invoce number in a database to make sure nobody was cheating your system.

Or you could potentially write a default cookie and then update when they're in the chat area with the information pulled from your database. That's probably the safest way to control any potential funny business.

#11 Haystack

Haystack

    HR 7

  • Active Members
  • PipPipPipPipPipPipPip
  • 1,980 posts
  • Location:Minneapolis, MN

Posted 27 January 2005 - 02:54 PM

QUOTE
So nothing of the shelf available , does chat room software itself exist? along the lines of msn?

Take a look at Hotscripts. There have quite a few chat programs worth checking out.

#12 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 27 January 2005 - 03:16 PM

What Ed said.

There are literally hundreds of chat programs out there. Since I don't use any of them I, for one, am hesitant to recommend something specific.

#13 tomsk

tomsk

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 323 posts
  • Location:UK

Posted 27 January 2005 - 05:46 PM

Thank you all I will take a look at the scripts. thumbup1.gif

#14 greggb

greggb

    HR 4

  • Active Members
  • PipPipPipPip
  • 118 posts
  • Location:Oregon

Posted 28 January 2005 - 03:46 AM

QUOTE(tomsk @ Jan 27 2005, 06:46 PM)
Thank you all I will take a look at the scripts.  thumbup1.gif
View Post


You could also check IP addresses. That's not 100% accurate, but if you combined it with cookie verification, I'd say you'd be on about 99.9% of the time. You could even use a session id as a URL parameter, for that matter.

#15 linux_lover

linux_lover

    LiLo

  • Active Members
  • PipPipPipPipPipPip
  • 831 posts
  • Location:York, UK

Posted 28 January 2005 - 04:56 AM

You could use JS setinterval to make a little countdown script... and then use php/asp etc to update database records of available random passwords etc.

As i said before, Flash could do all the frontend/chat and php the db stuff / or you could use perl/java for chat with a bit of js/php.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users