GKIye Posted October 8, 2009 Share Posted October 8, 2009 Hello Everybody, I have searched all around the web, but didn't found what I'm looking for ... it excists and it can be made into java and html I'm in search for the following script who makes it possible that the following text appearce on the website : We have served xxxxxxx visitors | xxx online users - The script don't has to be cookie based (ex: time delay hits) - It only has to contain the text as written into the example - If possible it makes realtime updates of new incoming visitors into "both counter" sections Thanks to all who are able to help Me in fixing this :biggrinthumb: Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
GKIye Posted October 17, 2009 Author Share Posted October 17, 2009 After nearly 811 posts ... this is about the first time that I wanna ask : Please - Can anyone help Me to solve my problem ? So far no replies to my question :( Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Lloyd Posted October 17, 2009 Share Posted October 17, 2009 http://www.lissaexplains.com/fun11.shtml That might do what you want, with the online users... Im not sure about the served xxxx amount of users... ill keep looking for now *EDIT* or anything from this site might work http://www.findmysoft.com/scripts/search_result.php?word=online+users&x=0&y=0&search=Search Link to comment Share on other sites More sharing options...
GKIye Posted October 18, 2009 Author Share Posted October 18, 2009 Thanks Lloyd, I made a download of several of the scripts .. many are SQL based and the script who should give the right results has a broken download link :( The tool that I'm willing to find is something similar as on this website : http://www.proxy2.de/scripts.php >> See right upper corner As I quoted on top : it excists .. but I don't find the right "full" code package Anyway, thanks for your time and advice ! Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Lloyd Posted October 18, 2009 Share Posted October 18, 2009 Is it possible that it might be two different scripts? Is it possible for you to give me a link to where the right script is? Ill see if i can work out something from that But, http://www.proxy2.de/demo/dcounter.php that one should do the daily counter. I managed to download it from the proxy2.de site And after reading the readme, it should do exactly what you want. Ill upload it here. <?php include ("./config.inc.php"); if ($COUNT_CFG['use_db']) { include ("./mysql.class.php"); } include ("./counter.class.php"); $counter = new dcounter(); $visits = $counter->show_counter(); /* Returns an associative array */ echo $visits['total']; echo $visits['visits_today']; ?> Sounds like what you require? [ATTACH]2138[/ATTACH] Link to comment Share on other sites More sharing options...
GKIye Posted October 18, 2009 Author Share Posted October 18, 2009 Thanks Lloyd, I'm gonna figure it out one of the upcoming days ... its currently way to late (read = to early aka morning) at my place I made a download of your file ... so I guess it gonna work out Thanks again and enjoy your Sunday ! Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Lloyd Posted October 21, 2009 Share Posted October 21, 2009 GKREurope, Did you manage to get the script to work? - Lloyd Link to comment Share on other sites More sharing options...
GKIye Posted October 21, 2009 Author Share Posted October 21, 2009 Hi Lloyd, No not yet ... I'm busy with some other things ... but by looking (aka reading) to the scripts I guess it gonna work out - except it don't show the online users, but the "total and daily" users Anyway thanks a lot for all details Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Lloyd Posted October 21, 2009 Share Posted October 21, 2009 hmm, fair enough, well atleast it's a start then And it's relativly easy to get a script that shows online people i think - Lloyd Link to comment Share on other sites More sharing options...
GKIye Posted October 22, 2009 Author Share Posted October 22, 2009 Yep .. indeed Lloyd ... its a start, and thats important During my search I have seen "some" wonderful scripts .. but those where operational if MySql was activated .. and not that many webspaces support MySql Anyway, thanks for the input ! Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Lloyd Posted October 22, 2009 Share Posted October 22, 2009 hmmm, that one that i found requries MySql doesnt it? Link to comment Share on other sites More sharing options...
GKIye Posted October 22, 2009 Author Share Posted October 22, 2009 Realy ? I have opend all files by notebloc and didn't have seen any input of MySql user, password etc The directory contains a "mysql.class" file but it don't has any demand for supplement data such as user, pass etc ... I guess that file act as being used with MySql Not sure .. but that's what I see .. unless I'm wrong Visit and listen @ BW ! Link to comment Share on other sites More sharing options...
Lloyd Posted October 22, 2009 Share Posted October 22, 2009 Realy ? I have opend all files by notebloc and didn't have seen any input of MySql user, password etc The directory contains a "mysql.class" file but it don't has any demand for supplement data such as user, pass etc ... I guess that file act as being used with MySql Not sure .. but that's what I see .. unless I'm wrong Ah, ok then, I just remember seeing the mysql.class file. Wel'll find out soon then Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.