I run a chatspace chat server on my website.  I want to put a notice on 
all of the cold fusion pages on the site when someone is in the chat room.
The chatspace server has a built in webserver  on port 8000 which will let 
you run a page that says how many people are in the chatroom.

For example, if you go to:
http://208.206.10.16:8000/braintumorusers.html

It will either say "Chatspace" if nobody is in the chat room, or have a 
number that says how many people are currently in the room.

I figured I could use CFHTTP to read that page, look for how many people 
are in the room, and then  insert a message in my Cold fusion pages that 
people are in the room if there are any..
   BUT
  I can't get CFHTTP to work..
  If I try:
<cfhttp url="http://208.206.10.16:8000/braintumorusers.html" 
method="GET"  resolveurl="false">
</cfhttp>
  I get a connection error.

IF I try:
<cfhttp url="http://208.206.10.16/braintumorusers.html" method="GET"  port 
= "8000" resolveurl="false">
</cfhttp>

  The page redirects to the chat page itself.
has anyone ever tried this with chatspace?
Thanks
Al Musella, DPM






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to