Your problem is related to Cron not working as intended.lajos59 wrote:Hello friends!
In my Italian forum this mod has always been working and appreciated, it has always worked well for months.
From February 23, after maintenance work on PLESK by our web hosting, the forum has been blocked in error for about 12 hours.
Once broken down and cleared the cache, this mod works badly: record attendance, but not reset after 24 hours. The result is that the counter is increasing more and more!
I checked all the changes, everything ok.
What should I do?
Thank you and forgive a lot if the subject has been proposed, but there are so many pages!
truepro2 wrote:I am done tryng to get this to work as I failed many times to instal this
iftitaj wrote:if you can, give me FTP access to your forum's directory. I'll try to modify your files accordingly.
Is this compatible with 3.0.7? Never had this problem with any of my other updates and this is a rather simple mod to install...[phpBB Debug] PHP Notice: in file /index.php on line 130: include(./includes/functions_activity_stats.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /index.php on line 130: include(./includes/functions_activity_stats.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /index.php on line 130: include() [function.include]: Failed opening './includes/functions_activity_stats.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
Fatal error: Call to undefined function activity_mod() in /home/dnaelite/public_html/phpbb/index.php on line 131
NVM... simple error on this simple install lol... figured it out... duh...Prophet_DNA wrote:Just updated to 3.0.7 PL1 as a fresh install... reinstalling this mod gives me the following error...
Is this compatible with 3.0.7? Never had this problem with any of my other updates and this is a rather simple mod to install...[phpBB Debug] PHP Notice: in file /index.php on line 130: include(./includes/functions_activity_stats.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /index.php on line 130: include(./includes/functions_activity_stats.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /index.php on line 130: include() [function.include]: Failed opening './includes/functions_activity_stats.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
Fatal error: Call to undefined function activity_mod() in /home/dnaelite/public_html/phpbb/index.php on line 131
Code: Select all
<div colspan="5" align="{S_CONTENT_FLOW_END}"><!-- IF not S_IS_BOT and U_MARK_FORUMS --><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a><!-- ENDIF --> </div><br/>
<!-- BEGIN forumrow -->
<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT -->
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
</div>
</div>
<br />
<!-- ENDIF -->
<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT -->
<div id="f_{forumrow.FORUM_ID}_h" style="display:none;">
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MAX}" onclick="javascript:ShowHide('f_{forumrow.FORUM_ID}','f_{forumrow.FORUM_ID}_h','f_{forumrow.FORUM_ID}');" alt="{L_FORUM}" />
<div class="tbl-title"><h4><!-- IF forumrow.S_IS_CAT -->
<a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></h4>
</div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1"><span class="gensmall"> </span></td></tr>
</table>
</div>
<br />
</div>
<div id="f_{forumrow.FORUM_ID}">
<script type="text/javascript">
<!--
tmp = 'f_{forumrow.FORUM_ID}';
if(GetCookie(tmp) == '2')
{
ShowHide('f_{forumrow.FORUM_ID}', 'f_{forumrow.FORUM_ID}_h', 'f_{forumrow.FORUM_ID}');
}
//-->
</script>
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><img style="padding-top:9px;padding-right:6px;float:right;cursor:pointer;" src="{T_THEME_PATH}{$MG_MIN}" onclick="javascript:ShowHide('f_{forumrow.FORUM_ID}','f_{forumrow.FORUM_ID}_h','f_{forumrow.FORUM_ID}');" alt="{L_FORUM}" /><div class="tbl-title"><h4><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2"> {L_FORUM} </th>
<th width="50"> {L_TOPICS} </th>
<th width="50"> {L_POSTS} </th>
<th> {L_LAST_POST} </th>
</tr>
<!-- ENDIF -->
<!-- IF not forumrow.S_IS_CAT -->
<!-- IF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float:{S_CONTENT_FLOW_BEGIN};margin-{S_CONTENT_FLOW_END}:5px;">{forumrow.FORUM_IMAGE}</div><div style="float:{S_CONTENT_FLOW_BEGIN};">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
</td>
<!-- IF forumrow.CLICKS -->
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
<!-- ELSE -->
<td class="row2" colspan="3" align="center"> </td>
<!-- ENDIF -->
</tr>
<!-- ELSE -->
<tr>
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1h" width="100%">
<!-- IF forumrow.FORUM_IMAGE -->
<div style="float:{S_CONTENT_FLOW_BEGIN};margin-{S_CONTENT_FLOW_END}:5px;">{forumrow.FORUM_IMAGE}</div><div style="float:{S_CONTENT_FLOW_BEGIN};">
<!-- ENDIF -->
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
<!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
</td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
<td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
<td class="row2" align="center" nowrap="nowrap">
<!-- IF forumrow.LAST_POST_TIME -->
<p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
<p class="topicdetails">{forumrow.LAST_POSTER_FULL}
<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF -->
</p>
<!-- ELSE -->
<p class="topicdetails">{L_NO_POSTS}</p>
<!-- ENDIF -->
</td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF forumrow.S_LAST_ROW -->
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
</div>
</div>
<!-- ENDIF -->
<!-- BEGINELSE -->
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4>{L_FORUM}</h4></div></div></div></div>
<table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
<tr><td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td></tr>
<tr><td class="cat-bottom" colspan="5"> </td></tr>
</table>
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<!-- END forumrow -->
In /styles/bluestripe/template/index_body.html the following pieces of code occur twice. You should remove one of both.kimforster wrote:That's a great modbut I have a slight problem with mine LOL
My who's online & statistics are on the board twice & I'm not really sure how I managed to do that LOL
http://www.eclectusparrots.net/forum/
How can I remove 1 lot![]()
Thanks
Code: Select all
<!-- IF not S_IS_BOT --><br /><br />
{USERS_24HOUR_TOTAL}: <!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit -->
<!-- ENDIF -->
Code: Select all
<!-- IF not S_IS_BOT -->
<h3 id="24hour_stats">{L_24HOUR_STATS}</h3>
<p>{24HOUR_POSTS} • {24HOUR_TOPICS} • {24HOUR_USERS}</p>
<!-- ENDIF -->
Do you mean 60 to 5?moh3en wrote:How i can use it for 3.0.7-PL1 ?
I want change 5 minute to 60 minute!!
Hi,HGN wrote:Do you mean 60 to 5?moh3en wrote:How i can use it for 3.0.7-PL1 ?
I want change 5 minute to 60 minute!!
It is told in the third post of this topic: http://www.phpbb.com/community/viewtopi ... 5#p4782825