473,765 Members | 2,097 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Displaying IP all users online

Hi everybody,

I need your help-I want to display all users which are online on my
web page and I don't know how to do this. I know how to do this whit
one IP but for more - I don't.

HELP ME :o(
PS: I don't have mySQL so it should be whit file.

Leszek
Jul 17 '05 #1
3 2711
le************* *@wp.pl (Leszek) writes:
I need your help-I want to display all users which are online on my
web page and I don't know how to do this. I know how to do this whit
one IP but for more - I don't.
Your requirement is ambiguous: does the list of "online" users mean
"online on my webpage" (i.e., logged into a web-based application),
or does it mean "online" in some other sense (e.g., logged into the
box using SSH or Telnet) and you want to display the output on your
web page? What exactly do you mean by "online"? How are you doing
this "with one IP"?
HELP ME :o(
PS: I don't have mySQL so it should be whit file.


How would MySQL or files fit into your requirement? Please be more
specific about what you're trying to do.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
Jul 17 '05 #2
le************* *@wp.pl (Leszek) wrote in message news:<b8******* *************** ****@posting.go ogle.com>...
Hi everybody,

I need your help-I want to display all users which are online on my
web page
See the thread http://groups.google.com/groups?thre...s.ci.uw.edu.pl

PS: I don't have mySQL


Google "TextDB"

Or try SQLite. http://in2.php.net/sqlite

---
"We live to die; we die to live"
Email: rrjanbiah-at-Y!com
Jul 17 '05 #3
mf***@fuhr.org (Michael Fuhr) wrote in message news:<3f******* ***@omega.dimen sional.com>...
le************* *@wp.pl (Leszek) writes:
I need your help-I want to display all users which are online on my
web page and I don't know how to do this. I know how to do this whit
one IP but for more - I don't.


Your requirement is ambiguous: does the list of "online" users mean
"online on my webpage" (i.e., logged into a web-based application),
or does it mean "online" in some other sense (e.g., logged into the
box using SSH or Telnet) and you want to display the output on your
web page? What exactly do you mean by "online"? How are you doing
this "with one IP"?
HELP ME :o(
PS: I don't have mySQL so it should be whit file.


How would MySQL or files fit into your requirement? Please be more
specific about what you're trying to do.


I mean just visit my page. I don't know how to use MySQL for this but
I just want give you more info about my server. There is no login, SSH
etc.

for one IP:

<?php
$IP=$_SERVER["REMOTE_ADD R"];
echo "$IP";
?>

or this

<?php
$ip=$REMOTE_ADD R;
echo "$ip";
?>

THX
Leszek
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2798
by: Paul M | last post by:
Hi there, i hope someone can help me out here.. I have a input screen where i want the user to enter text in 2 different languages, english and macedonian. How is it possible to make the macedonian input boxes so when you type into them, it is entered into macedonian font? I dont want the users to be downloading anything also. thanks,
20
4493
by: Tim Reynolds | last post by:
Team, I am developing a web service. In testing in on my enw PC, I am expecting to see exceptions thrown appear on my browser. Instead I am getting an HTTP 500 Internal Server Error page and I am not seeing my exception details. The web.config file being used has the setting <customErrors mode="Off"/>. This should allow me to see the detailed exception info. On a different computer - same code - same web config - the exception details...
2
5331
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: 1>make_buildinfo.obj : error LNK2019: unresolved external symbol __imp__RegQueryValueExA@24 referenced in function _make_buildinfo2 Ask on python-list@python.org . - Josiah
3
5122
by: hestres | last post by:
Hello, I'm working on some link styles for this page: http://www.house.gov/velazquez/lh0205tres/reports.html I want all the links to always display in red (#CC0000), but in IE6 and 7 they display in gray. In FF and Opera they work fine. I've looked all over the code and can't find what might be causing this. Is it an IE quirk I don't know about? Thanks,
13
2900
by: David W. Fenton | last post by:
I've been struggling the last two days with something I thought was very easy, which is to open a web page with a form on it and populate the form with data passed in a query string (either POST or GET). I got Application.FollowHyperlink *kind* of working, but was having problem with double encoding of some characters (I had to do special things with + signs in the data, as well as never figuring out why some data was getting...
14
9502
by: Brad | last post by:
I have a .net 2.0 web application project that creates a pdf file, saves the pdf to disk (crystal reports does this part), and then my code reads the pdf file and writes it to the httpresponse The web app works great on win2003 and xp and the end result is a pdf file is displayed in the browser. When I run the same code on Vista, the browser displays the message "Internet Explorer cannot display the web page". If I open the same...
1
1615
by: Steve | last post by:
Hi; My company just installed MS SQLServer 2005 ( see below the dotted line ). When a user logs into management studio all of the databases on the server are displayed in the right hand column. What can we do to have only the databases the user has rights to, display?
38
5078
by: ted | last post by:
I have an old link that was widely distributed. I would now like to put a link on that old page that will go to a new page without displaying anything.
7
6669
by: RichB | last post by:
I am trying to get to grips with the asp.net ajaxcontrol toolkit, and am trying to add a tabbed control to the page. I have no problems within the aspx file, and can dynamically manipulate a tabcontainer which has 1 panel already, however I want to try create the TabPanels dynamically. I followed the advice here: http://www.asp.net/learn/ajax-videos/video-156.aspx (3rd comment - Joe Stagner)
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7375
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2805
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.