Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 19th, 2006, 06:15 AM
G
Guest
 
Posts: n/a
Default Sample aPplication using Skype API

Hello,

I want to a develop a small application using Skype API using ASP.
I want to know the user who is in online in my website.
please give a pieace of code

Thanks in Advance.
Bye
G



  #2  
Old December 19th, 2006, 09:35 AM
Anthony Jones
Guest
 
Posts: n/a
Default Re: Sample aPplication using Skype API


"G" <support.shun@gmail.comwrote in message
news:uSxpOOzIHHA.3668@TK2MSFTNGP02.phx.gbl...
Quote:
Hello,
>
I want to a develop a small application using Skype API using ASP.
I want to know the user who is in online in my website.
please give a pieace of code
>
Typically users access websites anonymously so there is no information about
the user available. The closest you can get is
Request.ServerVariable("REMOTE_ADDR") which gives the IP address of client
making the request. However this could well be a NATing router rather than
the actual client.

If anonymous access is disabled then the users will have needed to logon in
some way. In this case a user name will a be availalbe as the server
variable REMOTE_USER.



 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles