Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Poor Mans Site Analytics

Asked Modified Viewed 6,601 times
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
asked
Veteran Member

This is just a simple snippet you can load into a custom page which will show you when your site was created, how many days it's been live and the average visits per day.
You can save the page or just preview it to get a result.
Not to be taken too seriously :)

<?php
$start_date = dbarray(dbquery("SELECT user_joined FROM ".DB_USERS." WHERE user_id = '1'"));
echo $settings['sitename']." Created: ".showdate("longdate", $start_date['user_joined']);
$duration = (time()-$start_date['user_joined']); $days = ($duration/86400);
echo "<br /><br />\n";
echo "Site live: ".round($days,2)." Days";
echo "<br /><br />\n";
echo "Site Visits: ".number_format($settings['counter']);
echo "<br /><br />\n";
echo "Average Visits per day: ".number_format($settings['counter']/$days,2);
?>


I ran it on this site and here's the results....

Quote

PHPFusion Created: Apr 12 2003 at 12:27:55

Site live: 3297.84 Days

Site Visits: 95,644,174

Average Visits per day: 29,002.07


Enjoy :)
0 replies

14 posts

H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,246 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

Quote

PHPFusion Sverige Created: 03-03-2005 08:53:33

Site live: 2607.02 Days

Site Visits: 3,236,562

Average Visits per day: 1,241.48


Hehe, too many decimals on the visitors average, but swell nevertheless.
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Here's the stat's from our Tips-site:

Quote

PHPFusion-Tips.dk Created: 25. januar 2008 01:26

Site live: 1549.51 Days

Site Visits: 7,412,906

Average Visits per day: 4,784.02
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Here's mine..

Quote

Free PHPFusion Themes Created: March 19 2012 21:40:55

Site live: 33.65 Days

Site Visits: 28,120

Average Visits per day: 835.57
0 replies
S
Septron
S
  • Junior Member, joined since
  • Contributed 27 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

which is then times by my side
they're already there are 28 August 2008
v6 simply deleted, starting with v7 new

Quote

SGI Fusion Created: 28. Oktober 2009 01:56

Site live: 907.53 Days

Site Visits: 354,340

Average Visits per day: 390.45
0 replies
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

http://php-fusion.it

Quote

PHPFusion CMS web open-source Created: marzo 15 2006 16:29:36

Site live: 2230.08 Days

Site Visits: 5,987,861

Average Visits per day: 2,685.05
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
answered
Member

:) My site

Quote

KARAKEÇ&#304;L&#304;LER | Nam-&#305; di&#287;er Karakeçili A&#351;ireti Created: 12 Aral&#305;k 2009 14:28

Site live: 862.24 Days

Site Visits: 1,858,303

Average Visits per day: 2,155.21
0 replies
D
DrunkeN
D
  • Member, joined since
  • Contributed 161 posts on the community forums.
  • Started 18 threads in the forums
answered
Member

http://dark-fusion.se/

Quote

Dark Fusion Created: September 14 2009 21:46:54

Site live: 951.05 Days

Site Visits: 192,438

Average Visits per day: 202.34
0 replies
K
kneekoo
K
  • Senior Member, joined since
  • Contributed 289 posts on the community forums.
  • Started 12 threads in the forums
  • Answered 1 question
answered
Senior Member

Quote

PHPFusion România Created: 19 iunie 2006, 20:46:39

Site live: 2134.28 Days

Site Visits: 10,773,269

Average Visits per day: 5,047.74
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

HAYALETSEVGiLi.COM Created: Ekim 05 2008 06:45:28

Site live: 1295.91 Days

Site Visits: 18,794,793

Average Visits per day: 14,503.15
www.derbent.gen.tr/images/smiley/hmm.gif
0 replies
F
FILON
F
FILON 10
What's common between Halloween and Christmas? Every programmer knows: 31 oct = 25 dec.
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 14 threads in the forums
answered
Junior Member

Quote

Smart System for PHPFusion Created: October 25 2011 15:42:23

Site live: 180.87 Days

Site Visits: 48,698

Average Visits per day: 269.24


Nice widget, perfect idea. Thanks.
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

Yikes!! :D

some popular sites here, lol
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Yes indeed..Thanks for the script Mr Philip :)
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
answered
Veteran Member

No problem, Gillette. I've a ton of these things :)

I thought I'd play along and I just realised my own site is coming up on a million visits soon :D

Quote

phpnuclear Created: 24 March 2007

Site live: 1857.08 Days

Site Visits: 994,638

Average Visits per day: 535.59
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Hereby my best 3 performing websites:

Quote

T-Mobile Online Gebruikers Groep ADSL VDSL Livebox Huawei internet telefonie Created: februari 05 2006 02:34:46

Site live: 2269.55 Days

Site Visits: 11,617,989

Average Visits per day: 5,119.07


Quote

Ziggo Gebruikers Groep forum helpdesk klachten storingen internet televisie telefonie Created: januari 02 2007 11:12:46

Site live: 1938.19 Days

Site Visits: 8,288,520

Average Visits per day: 4,276.42


Quote

KPN Gebruikers Groep helpdesk internet telefonie mobiel iptv digitenne experiabox Created: april 15 2007 15:19:25

Site live: 1835.06 Days

Site Visits: 7,003,017

Average Visits per day: 3,816.23
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 12 members

12 participants

H
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,246 posts on the community forums.
  • Started 108 threads in the forums
K
K
  • Senior Member, joined since
  • Contributed 289 posts on the community forums.
  • Started 12 threads in the forums
  • Answered 1 question
W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
L
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
  • Started this discussions
H
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
D
D
  • Member, joined since
  • Contributed 161 posts on the community forums.
  • Started 18 threads in the forums
M
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
S
S
  • Junior Member, joined since
  • Contributed 27 posts on the community forums.
  • Started 4 threads in the forums
F
F
FILON 10
What's common between Halloween and Christmas? Every programmer knows: 31 oct = 25 dec.
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 14 threads in the forums
G
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet