USANet Creations Users Support and Discussion Areas
NOTE: Always state the software package you have when asking questions so you will get the correct answer, as it does make a big difference in the answers you'll get!
>does this only count visits to the page the require is located on? >added it to the stats page, but the count only counts me. >does this have to be on the landing page in order to keep a current >tally?
Yes this has to be on the main page so it can count the new users comming into your site then you can also add it to the stats page and it will count correctly just will not if it's on the ststs page only.
Also you have to create the usersonline.txt file and it has to be under your site /cgi-bin/auction/ folder and it has to have the permissions of 777
How do i set the time longer I tried adding 4000 to my $deltime = 900; so it looks like this my $deltime = 4000; but it only seems to be clearing at 15 min only. Is there some thing else I have to change?
Set the time to delete old user on line records # 60 = 1 min, 900 = 15 min my $deltime = 900;
>Hi, I am not a programmer, but, as i see it, all the above coding >is for Users, where is the coding for visitors.? >Where is the print statement for print "visitors = " ????? >or am i missing something.
This add-on is for visitors, in the coding it will show users = as it counting all users online registered and unregistered
Len
Member since May-4-04
477 posts, 6 feedbacks, 10 points
Jul-20-10, 12:03 PM (CST)
30. "RE: Online Users and Visitors"
To/All Is there a way to show members and visitors online separately? perhaps get it to read a members I.P. from the reg file. and not count the users online if a member's I.P. is read? i.e. like the below
Members Online Now = (20) Visitors Online Now = (22)
I was wondering. Is there a way to use the visitors' quad ip number and go out into the net and freely get the visitors' country, city, longitude and latitude? This way when someone visits you could print "<Welcome Visitor from $city, $country>";