Welcome to Dream.In.Code
Getting Help is Easy!

Join 118,873 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,819 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Chat App In Cfml

 
Reply to this topicStart new topic

Chat App In Cfml, try it!

supernova333
post 15 Aug, 2002 - 11:14 PM
Post #1


D.I.C Addict

****
Joined: 12 Mar, 2002
Posts: 590


My Contributions


Here is a chat room I made with ColdFusion. Let me know what you think and if you have any problems with it.

http://www.infidesign.com/chat

so say hi if I'm there
User is offlineProfile CardPM

Go to the top of the page


Resonance
post 17 Aug, 2002 - 07:04 AM
Post #2


D.I.C Head

**
Joined: 8 Feb, 2002
Posts: 95

Runs well. Make sure you replace and escape symbols such as < > " & with HTMLCodeFormat or a regular expression. When I submit the message:

<span class="smallbold" style="color: #990400">resonance: asdfs/td></tr>/td></tr></td></tr>

it bring interesting results.

Also, there was a problem with your session variable. Let me paste you the error page:


--------------------------------------------------------------------------------

Error Occurred While Processing Request
Error Diagnostic Information

An error occurred while evaluating the expression:


#session.Username#


Error near line 23, column 21.
--------------------------------------------------------------------------------

Error resolving parameter SESSION.USERNAME


The session variable USERNAME does not exist. The cause of this error is very likely one of the following things:


The name of the session variable has been misspelled.
The session variable has not yet been created.
The session variable has timed out.


The error occurred while processing an element with a general identifier of (#session.Username#), occupying document position (23:20) to (23:37).






--------------------------------------------------------------------------------
User is offlineProfile CardPM

Go to the top of the page

supernova333
post 4 Sep, 2002 - 03:40 AM
Post #3


D.I.C Addict

****
Joined: 12 Mar, 2002
Posts: 590


My Contributions


Oh geez, I didn't realize anyone replied. Thanks for the comment! I actually just kind of threw it together to chat with family. If it were for something important I would definitely make it water tight.
User is offlineProfile CardPM

Go to the top of the page

Resonance
post 4 Sep, 2002 - 10:55 PM
Post #4


D.I.C Head

**
Joined: 8 Feb, 2002
Posts: 95

Yeah, I tend to check several ColdFusion forums, and this site's CF section seems kinda dead. tongue.gif I get the feeling that the community of this site is more on the open source side than commercial. Just compare the number of posts in the C++, PHP, CGI which tend to be open source against ASP.NET, ColdFusion and Java, which are more business and commercial biased.
User is offlineProfile CardPM

Go to the top of the page

skyhawk133
post 4 Sep, 2002 - 11:02 PM
Post #5


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,608



Thanked 39 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


QUOTE(Resonance @ Sep 4 2002, 11:55 PM)
Yeah, I tend to check several ColdFusion forums, and this site's CF section seems kinda dead. tongue.gif I get the feeling that the community of this site is more on the open source side than commercial. Just compare the number of posts in the C++, PHP, CGI which tend to be open source against ASP.NET, ColdFusion and Java, which are more business and commercial biased.

The coldfusion forum is new to the dream.in.code family of languages... it will grow slowly... yes our open source forums are much more popular, but hopefully we can get people interested in coldfusion as well as the other languages. I know I personally have become interested in C++, Java, ASP and VB just by running this site and seeing what everyone has to say about the languages... all the forums here started with 0 posts smile.gif
User is offlineProfile CardPM

Go to the top of the page

Resonance
post 7 Sep, 2002 - 07:39 PM
Post #6


D.I.C Head

**
Joined: 8 Feb, 2002
Posts: 95

Ah I see. Well, glad to be of service. I hope this section eventually grows as the others. ColdFusion is a great product that too many bash on it out of ignorance and fear of liking it because they're afraid of going against the community of traditional programmers (C/C++, Perl, Python). I've been in that community myself, have tried ColdFusion, and certainly impressed at what it can do right out of the package.

Anyways, I hope this section grows. smile.gif
User is offlineProfile CardPM

Go to the top of the page

supernova333
post 9 Sep, 2002 - 12:40 AM
Post #7


D.I.C Addict

****
Joined: 12 Mar, 2002
Posts: 590


My Contributions


QUOTE(Resonance @ Sep 7 2002, 10:39 PM)
Anyways, I hope this section grows. smile.gif

Yeah, me too! smile.gif
User is offlineProfile CardPM

Go to the top of the page

redbarron
post 17 Apr, 2004 - 07:19 AM
Post #8


New D.I.C Head

*
Joined: 3 Mar, 2001
Posts: 25

All it will take is for a few of us CFBangers to start playing ping-pong with our code and soon others will see our wisdom and partake. alien.gif
User is offlineProfile CardPM

Go to the top of the page

skyhawk133
post 17 Apr, 2004 - 05:30 PM
Post #9


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,608



Thanked 39 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


My job is 90% coldfusion... I'd share some of the code up here, but much of it is Contractor/Government Proprietary. But I'm definitley here to answer questions when it comes to server setup and configuration, and of course complex code issues. We deal with a LOT where I work... the government has a lovely way of having people come up with these grand ideas... but they never consult the people that actually make the stuff to see if it's possible, fortunatley, it's always possible, just takes a few months some times wink2.gif
User is offlineProfile CardPM

Go to the top of the page

supernova333
post 27 Sep, 2007 - 12:04 PM
Post #10


D.I.C Addict

****
Joined: 12 Mar, 2002
Posts: 590


My Contributions


Hi guys,

I haven't been on these forums for a long time, but I received emails from two different people with questions about this script. That's pretty crazy because it's 5 years old!

Anyway, I'll post the same thing I told them... I went back and looked at the code and it was actually based on a free script I found here:

http://www.cfmcentral.com/gallery/detail.cfm?Script_ID=129

I think most of the changes I made were to the front-end, so that should give you all the backend code to duplicate the application.

PS - Nothing against these forums, they are great! I just got busy with work and life and something had to go smile.gif
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/13/08 02:16AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month