- Has been a member for 3-4 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Sweden
Nice. Might buy it.
Nice. Might buy it.
can this be added to an html page as well?
khuul,
Unfortunately PHP scripts cannot be included in an html page unless you use an iframe but that’s not a great solution.
The alternative is to simply change your .html files into .php ones and use the include code as described in the readme. Changing your files from .html to .php will not affect how they function at all, the only difference will be that they now understand PHP code and the script will work.
Thanks for your interest, Jigowatt
Does that count all users that are online anywhere on the web site (on any page) or only users who are viewing that particular page? For example, I am on the home page, other user is on “about us” page, is it going to display 2 users online, or will it display 1 user online on home page, and one user online on about us page?
palusko,
Thanks for your interest, the count is for users anywhere on the website.
It’s best used in PHP websites (included in the header.php file or similar so the function is included for every page load) if the user visits the page that includes the script (header.php would be requested every time a page loaded), a record for that user is entered into the database and will remain there for the time period you set.
Jigowatt
hey jigowatt
i like the look of your scripts, just wanted to say well done,
you really have pushed the boat out with your user managment system and users online
i am working on a big golf project at the moment, meeting the client tomoro , think i will be pushing them towards a login system now
please keep up the good work
respect for SCOTLAND
Been cranking out some solid stuff lately. Keep up the good work!
Very nice script. Easy to add to your site.
does it also reports the “most users online” as well?
Hi Jigowatt, I want to use it to both, most ever users online and currently users online? Can I purchase assitance for som cost?
thank you for great script.
This is awesome. Will be buying soon. You have some really great scripts.
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
@makis77
This isn’t a standard feature however in this script, however with little PHP knowledge it could be adapted to suit your needs. You could use it as both or adapt it to be a ‘most users online’ script.
Thanks for the interest, Jigowatt