Try AutoMOD for automatic installations of MODs.

I have no clue even how to instal an auto modHighway of Life wrote:Open the install.xml file in your browser, the instructions are much easier to follow. At most, the MOD should take you 5 minutes to install, 10 minutes max, if you’re experienced, maybe 2-3 minutes.
Try AutoMOD for automatic installations of MODs.
thanksHighway of Life wrote:Okay, the Modification comes with an install.xml file... that's the file you've been reading for instructions on installing it. You need to open that file in your browser (Firefox, Chrome, etc), not a code editor.
As for AutoMOD, it should contain instructions for installing, it’s pretty straight-forward. AutoMOD should make your modification installing life much easier, especially if it’s taking you days to install a 10 minute MOD.
Code: Select all
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<!-- IF not S_IS_BOT -->
<h3 id="24hour_stats">{L_24HOUR_STATS}</h3>
<p>{24HOUR_POSTS} • {24HOUR_TOPICS} • {24HOUR_USERS}</p>
<!-- ENDIF -->
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
Code: Select all
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
</tr>
</table>
<!-- IF not S_IS_BOT -->
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4>{L_24HOUR_STATS}</h4></td>
</tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed">{24HOUR_POSTS} | {24HOUR_TOPICS} | {24HOUR_USERS}</p></td>
</tr>
</table>
<!-- ENDIF -->
Code: Select all
include($phpbb_root_path . 'includes/functions_activity_stats.' . $phpEx);
activity_mod();
Code: Select all
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
page_header('Activity');
$template->set_filenames(array(
'body' => 'activity.html',
));
page_footer();
?>
bump to thistruepro2 wrote:ok I dont know where to find this at so I can edit it open src="index.php <<<<<< ?
man it says a few min to instal and it takes me days to get it right
Code: Select all
<copy> <file from="root/includes/functions_activity_stats.php" to="includes/functions_activity_stats.php" /> <file from="root/language/en/mods/activity_stats.php" to="language/en/mods/activity_stats.php" /> </copy> <open src="index.php"> <edit> <find><![CDATA[// Output page page_header($user->lang['INDEX']);]]></find> <action type="before-add"><![CDATA[include($phpbb_root_path . 'includes/functions_activity_stats.' . $phpEx); activity_mod(); ]]></action> </edit> </open>
Highway of Life had replied to you right when you asked it. I'm quoting his reply here:truepro2 wrote:bump to thistruepro2 wrote:ok I dont know where to find this at so I can edit it open src="index.php <<<<<< ?
man it says a few min to instal and it takes me days to get it right
Code: Select all
<copy> <file from="root/includes/functions_activity_stats.php" to="includes/functions_activity_stats.php" /> <file from="root/language/en/mods/activity_stats.php" to="language/en/mods/activity_stats.php" /> </copy> <open src="index.php"> <edit> <find><![CDATA[// Output page page_header($user->lang['INDEX']);]]></find> <action type="before-add"><![CDATA[include($phpbb_root_path . 'includes/functions_activity_stats.' . $phpEx); activity_mod(); ]]></action> </edit> </open>
Highway of Life wrote:Open the install.xml file in your browser, the instructions are much easier to follow. At most, the MOD should take you 5 minutes to install, 10 minutes max, if you’re experienced, maybe 2-3 minutes.
Try AutoMOD for automatic installations of MODs.
If you simply open install.xml file (from downloaded zip file after unzipping) in any browser like Internet Explorer, you will get very detailed instructions of what you are supposed to do.truepro2 wrote:I cant get the auto mod to load in
I installed it in my FTP then tried to go to the link to uplad it to my board but it did not work
I am lost when it comes to codes and such
I have started a thread asking for help and willing to donate to sombody if they choose to help
in the auto mod zip I see nothing that has an extention .XMLiftitaj wrote:If you simply open install.xml file (from downloaded zip file after unzipping) in any browser like Internet Explorer, you will get very detailed instructions of what you are supposed to do.truepro2 wrote:I cant get the auto mod to load in
I installed it in my FTP then tried to go to the link to uplad it to my board but it did not work
I am lost when it comes to codes and such
I have started a thread asking for help and willing to donate to sombody if they choose to help
I'm not talking about AutoMod ....... I've not tried it ever ........ it still has many problems. I prefer manual MODification.truepro2 wrote:in the auto mod zip I see nothing that has an extention .XMLiftitaj wrote:If you simply open install.xml file (from downloaded zip file after unzipping) in any browser like Internet Explorer, you will get very detailed instructions of what you are supposed to do.truepro2 wrote:I cant get the auto mod to load in
I installed it in my FTP then tried to go to the link to uplad it to my board but it did not work
I am lost when it comes to codes and such
I have started a thread asking for help and willing to donate to sombody if they choose to help
Users browsing this forum: No registered users and 21 guests