CodeCanyon

Visitors online

  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Mexico
fulgorek says

I’ve purchased yesterday and now don’t appear on my downloads?

Posted 2 years ago
Author
Sitebase Sitebase replied

It’s best that you contact Evanto about this problem.

Posted 2 years ago
Purchased
fulgorek fulgorek replied

my ticket still open, but i can’t wait anymore, i need the script. i’m going to buy again…

Posted 2 years ago
Purchased
fulgorek fulgorek replied

my issue was solved

Posted 2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • Mexico
fulgorek says

I’ve able to download yesterday now is missing wtf!!! my credit was charged! envato whats going on?

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
ferryvi says
Purchased

When i put <?php include("visitorsonline.php"); $Users = new Visitorsonline(); ?> in my index.php (or header.php or footer.php) , everything what supposed to come next disappears. How come? In my index.php there are codes like <?php include_once("includes/logo.php"); ?><?php include_once("includes/menu.php"); ?> and that works though.

Also stats.php is also blank…

Posted 2 years ago
Author
Sitebase Sitebase replied

Do you have PHP 5 installed?

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
ferryvi says
Purchased

ok, i think that’s the problem! Thank you i’m going to contact the host.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
DoctorPHP says

sorry but this problem was for another script

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
berkay07 says
Purchased

Is the program show every dates top online ips and if yes, how can i open .dat database..

Posted 2 years ago
Author
Sitebase Sitebase replied

It doesn’t show the top online for every day. It shows the top overall online. The dat files are serialized PHP objects.

Posted 2 years ago
  • Has been a member for 5-6 years
  • Bought between 100 and 499 items
  • United States
timmylogue says
Purchased

Can I get this to work in php4 at all? please let me know

Thanks

Posted 2 years ago
Author
Sitebase Sitebase replied

You need to have PHP5 for this script.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says

Malware detected when trying to view demo.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Romania
Andretti says
Purchased

How can i change the refresh time ? After a visitor leave the site, the script still show him online. Thanks

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Netherlands
Eftegarie says
Purchased

REVIEW
A clean and powerful script. Simple to implement, (got it running in under 2minutes and i donno anything about php!). good useful features for developers and seo-ers to track traffic peaks… for no money at all. I love the feature that you can optionally show the ”#record” of most visitors on your own website ever, or list the current visitors live! You instantly want to break the records, improve own site and attract more visitors…

Have searched here and there and came to the conclusion that this, for me, is the best solution to track on-line visitors, see on WHICH page the spent HOW MUCH time, and WHERE they came from roughly.

Q: Am I right author, that by setting the default $timeout=600 (10min) >>> 86400 (=24 hours), the scope of the record attempts are broadened and count all activity within a full day?

If this is true, then this is even more interesting for developers who launch a ad-campaign in order to attract traffic over a broader period of time and test the success (or failure) of various campaigns. Looking at the scope of a day or a week for a record collection is then more interesting than just a 10 minute marathon run :chuckle: showing peaks of what happens within a maximum of 10 min time period. A strategic reason why I would like to set it to a full week. But is my presumption right? Is changing the default timeout the same as comparison between a short 60 meter Marathon run and a Tour de France? Are there things I need to take into account before starting to collect data where timeout is?

Anyhow, thanks and keep up the good work.

Posted 2 years ago
Author
Sitebase Sitebase replied

That is totally correct.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Netherlands
Eftegarie says
Purchased

MY ONLY SUGGESTIONS : @Blizzsays and @Sitebase

Only thing that seems not working (at least for me and other user above) is the geotag function: the fields are blanc. Ive tried to fix it myself but im not programmer :( I found this in the code: http://api.hostip.info/get_html.php?ip= that seems to work fine when i manually put the ip address into it then it gives always a country and almost Always the city as well (!) Now that i call Geotagging:

Country: UNITED STATES (US) City: Mountain View, CA

Sitebase, how about implementing the city as well, and raising your price by 4$ THis is a good app and with such functionality your app is more precisely fit marketeers, webdevelopers. Just imagine the quality of knowing someone from “Gent” visited, instead of only “Belgium” :O)

My suggestions is to show the geotagging info from the free service as well: [COUNTRY] | [CITY]

if city avablable:

UNITED STATES (US) | Mountain View, CA

if city unavailable:

UNITED STATES (US)

Let me know when you implement this then I promise you to buy your application one more time. Since it will be worth for me at least double in value! Serious marketeers want to know the city, not just a country. Forgive me for being so extensive ;) let me know if you value my critique / comments / suggestions. I love your apps very much, all of them, and therefore i want to have them perfectly in place :)

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United States
masteryan says
Purchased

some problems with geo. first of all its not explained in the docs how to use it and its not enabled on install. for those that need geo lookup you have to call it before displaying your data, such as:

$Users = new Visitorsonline(); $Users->EnableGeotag(); $array = $Users->VisitorsOverview(FALSE);

EnableGeoTag function rolls thru the Users array and looks up every IP. not very efficient (caching would be better) but for $3 I only expected it to work.

second problem – the ip lookup used here is very weak. i got a huge list of ‘unknown’ locations on my test websites which all have heavy global load. when i looked up these IPs in ARIN a lot were in the US or EU in well known countries.

i used the api from another codecanyon script for the lookups and the ‘unknown’ ips worked ok. here’s the api url i used:

http://api.wipmania.com/#REMOTE_ADDR#

that displays the standardized 2-character country code. there’s lots of databases on the net you can use for looking up country by code.

if you want help implementing this API you can contact me, or maybe this author will want to help :P

Posted 1 year ago
Author
Sitebase Sitebase replied

Thanks for the tip, masteryan. Will replace the API when I have time.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
betterdayz says
Purchased

I have checked permissions on the files and folder.. all is set correctly, the script will create the file, but it is always empty and it doesnt seem to save any data or show any results for any other visitor/member than the one looking at the stats.php page.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
betterdayz says
Purchased

is there a reason why my comment was deleted? I cant find another way to contact the author. Just trying to figure out why it only shows one person logged in/visiting at a time instead of everyone?

Posted 1 year ago
Author
Sitebase Sitebase replied

Sorry, that was my fault. I clicked by mistake the report button instead of reply.

Did you include the visitors online script in your website?

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
betterdayz says
Purchased

Yes, I included it per your instructions.. I included it in every php page I wanted to track but when i run stats.php, it shows only myself.. I had someone else from another ip login in and they only see themself and not me.. it doesnt seem to write any data to the .dat file.. although it gives me no errors. if I change file permisions on the folder it WILL error, so its not a permissions thing as I can tell. but the .DAT file is always empty and reads 0 bytes.

Posted 1 year ago
Author
Sitebase Sitebase replied

If errors are disabled it will not give any errors. To make sure try to set the permission of the .DAT file to 777.

Sorry that I need to ask such a stupid question but are the files where you included the visitors online script .php files?

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
betterdayz says
Purchased

I have already tried manually changing perms on the file itself to 777, still no go. an all files Im including visitorsonline are php files.

Posted 1 year ago
Author
Sitebase Sitebase replied

Does your server has support for file_get_contents php function: You can test that with this script:

<?php echo function_exists('file_get_contents');
?>

If this code shows you a blank page this function is not supported on your server.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
medsites says
Purchased

I Have purchased and install but Geotag is not getting visitors country, can you advice.

Posted 6 months ago
Author
Sitebase Sitebase replied

Like I mentioned in my email, the geotags seems to work just fine on the page you send me.

Posted 5 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • Vietnam
kimanhtuan says

Hi When I use your code I need to do is including the script on each page so inconvenience and difficulty of use. How do I just need to include one that can track users on any page

Thanks

Posted 5 months ago
Author
Sitebase Sitebase replied

Normally if you build a website with PHP you use a index.php file as the entry point for each page of your website. If you build your website this way you only need to include the script once.

Posted 5 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • Canada
  • Referred between 1 and 9 users
CyrusKafaiWu says
Purchased

Just purchased. Put it together. Works perfectly well other than the fact its not getting GEO information.

Posted 3 months ago

You must sign in or sign up to purchase this item.

$3Regular Licence

$3

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$15Extended Licence

$15

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

169 Purchases 39 Comments

Buyer Rating
12345 ( 37 ratings )
Sitebase

Sitebase

  • Has been a member for 2-3 years
  • Won a Competition
  • Author had a File in an Envato Bundle
  • Envato Staff
  • Reviewer
  • Author had a Free File of the Month
  • Exclusive Author
  • Beta Tester
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Belgium
  • Referred between 100 and 199 users
View Portfolio
Created 4 October 09
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, IE8, Safari
Software Version PHP 5.x
Software Framework N/A
Files Included PHP
by
by
by
by
by