Adding Hitcounter and Who's Online code
Chris P. Bacon
Joined: 2007-04-21
Posts: 39 |
![]() |
Hi, Can i somehow add the Hitcounter and Who's Online code from my main website, in the gallery too, so it count when people are browsing the main site AND the gallery? The code i got on the main website is these simple stings: <?php include("usersonline/useronline.php4"); ?> and <?php include("hitscounter/count.php"); ?> Can I add this code to the gallery?
|
|
Chris P. Bacon
Joined: 2007-04-21
Posts: 39 |
![]() |
Can no one help me with this? |
|
serbanc
Joined: 2006-05-19
Posts: 314 |
![]() |
assuming that the main page is a CMS (joomla, wp) probably not directly. serbanc - www.e-poze.ro |
|
Chris P. Bacon
Joined: 2007-04-21
Posts: 39 |
![]() |
Thanks for the reply, serbanc. No, its not a CMS, its a completely normal PHP site made in Dreamweaver. I wanted to do this, so i dont need to install diffrent counters, but just use the same, so hits on the main page AND in the gallery adds to the total count. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Just add the code to the tempalte you want it to show on (album.tpl of the theme you are using. Dave |
|
Chris P. Bacon
Joined: 2007-04-21
Posts: 39 |
![]() |
floridave wrote:
Just add the code to the tempalte you want it to show on (album.tpl of the theme you are using. Thanks alot for the reply, floridave. I tried adding the code, but i get some errors in the gallery: Warning: include(/usersonline/useronline.php4) [function.include]: failed to open stream: No such file or directory in /mounted-storage/home41b/sub005/sc31606-IXKO/gallery/g2data/smarty/templates_c/%%1126640328/%%25^256^25661EA0%%album.tpl.php on line 86 Warning: include() [function.include]: Failed opening '/usersonline/useronline.php4' for inclusion (include_path='.:/usr/local/lib/php/') in /mounted-storage/home41b/sub005/sc31606-IXKO/gallery/g2data/smarty/templates_c/%%1126640328/%%25^256^25661EA0%%album.tpl.php on line 86 Warning: include(/hitscounter/count.php) [function.include]: failed to open stream: No such file or directory in /mounted-storage/home41b/sub005/sc31606-IXKO/gallery/g2data/smarty/templates_c/%%1126640328/%%25^256^25661EA0%%album.tpl.php on line 88 Warning: include() [function.include]: Failed opening '/hitscounter/count.php' for inclusion (include_path='.:/usr/local/lib/php/') in /mounted-storage/home41b/sub005/sc31606-IXKO/gallery/g2data/smarty/templates_c/%%1126640328/%%25^256^25661EA0%%album.tpl.php on line 88 -------------------- This is the code I have added in the album.tpl (those lines are the last in the bottom of the file: {* System Links only on the root page *} {* Guest preview mode *} {* Our emergency edit link, if the user removes all blocks containing edit links *} |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Quote:
include(/usersonline/useronline.php4) [function.include]: failed to open stream: No such file or directory You might have to change the path(s) to the correct location. Dave |
|
Chris P. Bacon
Joined: 2007-04-21
Posts: 39 |
![]() |
I thought I had tried every path, but I was wrong. It works perfect now, thanks alot! |
|