| 1 | <!-- INCLUDE overall_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <a name="maincontent"></a>
 | 
|---|
| 4 | 
 | 
|---|
| 5 | <!-- IF S_RESTORE_PERMISSIONS -->
 | 
|---|
| 6 | 
 | 
|---|
| 7 |         <h1>{L_PERMISSIONS_TRANSFERRED}</h1>
 | 
|---|
| 8 | 
 | 
|---|
| 9 |         <p>{L_PERMISSIONS_TRANSFERRED_EXPLAIN}</p>
 | 
|---|
| 10 | 
 | 
|---|
| 11 | <!-- ELSE -->
 | 
|---|
| 12 | 
 | 
|---|
| 13 |         <h1>{L_WELCOME_PHPBB}</h1>
 | 
|---|
| 14 | 
 | 
|---|
| 15 |         <p>{L_ADMIN_INTRO}</p>
 | 
|---|
| 16 | 
 | 
|---|
| 17 |         <!-- IF S_VERSIONCHECK_FAIL -->
 | 
|---|
| 18 |                 <div class="errorbox notice">
 | 
|---|
| 19 |                         <p>{L_VERSIONCHECK_FAIL}</p>
 | 
|---|
| 20 |                         <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> · <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
 | 
|---|
| 21 |                 </div>
 | 
|---|
| 22 |         <!-- ELSEIF not S_VERSION_UP_TO_DATE -->
 | 
|---|
| 23 |                 <div class="errorbox">
 | 
|---|
| 24 |                         <p>{L_VERSION_NOT_UP_TO_DATE_TITLE}</p>
 | 
|---|
| 25 |                         <p><a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> · <a href="{U_VERSIONCHECK}">{L_MORE_INFORMATION}</a></p>
 | 
|---|
| 26 |                 </div>
 | 
|---|
| 27 |         <!-- ENDIF -->
 | 
|---|
| 28 | 
 | 
|---|
| 29 | 
 | 
|---|
| 30 |         <!-- IF S_REMOVE_INSTALL -->
 | 
|---|
| 31 |                 <div class="errorbox">
 | 
|---|
| 32 |                         <h3>{L_WARNING}</h3>
 | 
|---|
| 33 |                         <p>{L_REMOVE_INSTALL}</p>
 | 
|---|
| 34 |                 </div>
 | 
|---|
| 35 |         <!-- ENDIF -->
 | 
|---|
| 36 | 
 | 
|---|
| 37 |         <!-- IF S_WRITABLE_CONFIG -->
 | 
|---|
| 38 |                 <div class="errorbox notice">
 | 
|---|
| 39 |                         <p>{L_WRITABLE_CONFIG}</p>
 | 
|---|
| 40 |                 </div>
 | 
|---|
| 41 |         <!-- ENDIF -->
 | 
|---|
| 42 | 
 | 
|---|
| 43 |         <!-- IF S_PHP_VERSION_OLD -->
 | 
|---|
| 44 |                 <div class="errorbox notice">
 | 
|---|
| 45 |                         <p>{L_PHP_VERSION_OLD}</p>
 | 
|---|
| 46 |                 </div>
 | 
|---|
| 47 |         <!-- ENDIF -->
 | 
|---|
| 48 | 
 | 
|---|
| 49 |         <table cellspacing="1">
 | 
|---|
| 50 |                 <caption>{L_FORUM_STATS}</caption>
 | 
|---|
| 51 |                 <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
 | 
|---|
| 52 |         <thead>
 | 
|---|
| 53 |         <tr>
 | 
|---|
| 54 |                 <th>{L_STATISTIC}</th>
 | 
|---|
| 55 |                 <th>{L_VALUE}</th>
 | 
|---|
| 56 |                 <th>{L_STATISTIC}</th>
 | 
|---|
| 57 |                 <th>{L_VALUE}</th>
 | 
|---|
| 58 |         </tr>
 | 
|---|
| 59 |         </thead>
 | 
|---|
| 60 |         <tbody>
 | 
|---|
| 61 |         <tr>
 | 
|---|
| 62 |                 <td>{L_NUMBER_POSTS}: </td>
 | 
|---|
| 63 |                 <td><strong>{TOTAL_POSTS}</strong></td>
 | 
|---|
| 64 |                 <td>{L_POSTS_PER_DAY}: </td>
 | 
|---|
| 65 |                 <td><strong>{POSTS_PER_DAY}</strong></td>
 | 
|---|
| 66 |         </tr>
 | 
|---|
| 67 |         <tr>
 | 
|---|
| 68 |                 <td>{L_NUMBER_TOPICS}: </td>
 | 
|---|
| 69 |                 <td><strong>{TOTAL_TOPICS}</strong></td>
 | 
|---|
| 70 |                 <td>{L_TOPICS_PER_DAY}: </td>
 | 
|---|
| 71 |                 <td><strong>{TOPICS_PER_DAY}</strong></td>
 | 
|---|
| 72 |         </tr>
 | 
|---|
| 73 |         <tr>
 | 
|---|
| 74 |                 <td>{L_NUMBER_USERS}: </td>
 | 
|---|
| 75 |                 <td><strong>{TOTAL_USERS}</strong></td>
 | 
|---|
| 76 |                 <td>{L_USERS_PER_DAY}: </td>
 | 
|---|
| 77 |                 <td><strong>{USERS_PER_DAY}</strong></td>
 | 
|---|
| 78 |         </tr>
 | 
|---|
| 79 |         <tr>
 | 
|---|
| 80 |                 <td>{L_NUMBER_FILES}: </td>
 | 
|---|
| 81 |                 <td><strong>{TOTAL_FILES}</strong></td>
 | 
|---|
| 82 |                 <td>{L_FILES_PER_DAY}: </td>
 | 
|---|
| 83 |                 <td><strong>{FILES_PER_DAY}</strong></td>
 | 
|---|
| 84 |         </tr>
 | 
|---|
| 85 | 
 | 
|---|
| 86 | 
 | 
|---|
| 87 |         <tr>
 | 
|---|
| 88 |                 <td>{L_BOARD_STARTED}: </td>
 | 
|---|
| 89 |                 <td><strong>{START_DATE}</strong></td>
 | 
|---|
| 90 |                 <td>{L_AVATAR_DIR_SIZE}: </td>
 | 
|---|
| 91 |                 <td><strong>{AVATAR_DIR_SIZE}</strong></td>
 | 
|---|
| 92 |         </tr>
 | 
|---|
| 93 |         <tr>
 | 
|---|
| 94 |                 <td>{L_DATABASE_SIZE}: </td>
 | 
|---|
| 95 |                 <td><strong>{DBSIZE}</strong></td>
 | 
|---|
| 96 |                 <td>{L_UPLOAD_DIR_SIZE}: </td>
 | 
|---|
| 97 |                 <td><strong>{UPLOAD_DIR_SIZE}</strong></td>
 | 
|---|
| 98 |         </tr>
 | 
|---|
| 99 |         <tr>
 | 
|---|
| 100 |                 <td>{L_DATABASE_SERVER_INFO}: </td>
 | 
|---|
| 101 |                 <td><strong>{DATABASE_INFO}</strong></td>
 | 
|---|
| 102 |                 <td>{L_GZIP_COMPRESSION}: </td>
 | 
|---|
| 103 |                 <td><strong>{GZIP_COMPRESSION}</strong></td>
 | 
|---|
| 104 |         </tr>
 | 
|---|
| 105 |         <tr>
 | 
|---|
| 106 |                 <td>{L_BOARD_VERSION}: </td>
 | 
|---|
| 107 |                 <td>
 | 
|---|
| 108 |                         <strong><a href="{U_VERSIONCHECK}" <!-- IF S_VERSION_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF --> title="{L_MORE_INFORMATION}">{BOARD_VERSION}</a></strong> [ <a href="{U_VERSIONCHECK_FORCE}">{L_VERSIONCHECK_FORCE_UPDATE}</a> ]
 | 
|---|
| 109 |                 </td>
 | 
|---|
| 110 |         <!-- IF S_TOTAL_ORPHAN -->
 | 
|---|
| 111 |                 <td>{L_NUMBER_ORPHAN}: </td>
 | 
|---|
| 112 |                 <td><strong>{TOTAL_ORPHAN}</strong></td>
 | 
|---|
| 113 |         <!-- ELSE -->
 | 
|---|
| 114 |                 <td> </td>
 | 
|---|
| 115 |                 <td> </td>
 | 
|---|
| 116 |         <!-- ENDIF -->
 | 
|---|
| 117 |         </tr>
 | 
|---|
| 118 |         </tbody>
 | 
|---|
| 119 |         </table>
 | 
|---|
| 120 | 
 | 
|---|
| 121 |         <!-- IF S_ACTION_OPTIONS -->
 | 
|---|
| 122 |                 <fieldset>
 | 
|---|
| 123 |                         <legend>{L_STATISTIC_RESYNC_OPTIONS}</legend>
 | 
|---|
| 124 | 
 | 
|---|
| 125 |                         <form id="action_online_form" method="post" action="{U_ACTION}">
 | 
|---|
| 126 |                                 <dl>
 | 
|---|
| 127 |                                         <dt><label for="action_online">{L_RESET_ONLINE}</label><br /><span> </span></dt>
 | 
|---|
| 128 |                                         <dd><input type="hidden" name="action" value="online" /><input class="button2" type="submit" id="action_online" name="action_online" value="{L_RUN}" /></dd>
 | 
|---|
| 129 |                                 </dl>
 | 
|---|
| 130 |                         </form>
 | 
|---|
| 131 | 
 | 
|---|
| 132 |                         <form id="action_date_form" method="post" action="{U_ACTION}">
 | 
|---|
| 133 |                                 <dl>
 | 
|---|
| 134 |                                         <dt><label for="action_date">{L_RESET_DATE}</label><br /><span> </span></dt>
 | 
|---|
| 135 |                                         <dd><input type="hidden" name="action" value="date" /><input class="button2" type="submit" id="action_date" name="action_date" value="{L_RUN}" /></dd>
 | 
|---|
| 136 |                                 </dl>
 | 
|---|
| 137 |                         </form>
 | 
|---|
| 138 | 
 | 
|---|
| 139 |                         <form id="action_stats_form" method="post" action="{U_ACTION}">
 | 
|---|
| 140 |                                 <dl>
 | 
|---|
| 141 |                                         <dt><label for="action_stats">{L_RESYNC_STATS}</label><br /><span>{L_RESYNC_STATS_EXPLAIN}</span></dt>
 | 
|---|
| 142 |                                         <dd><input type="hidden" name="action" value="stats" /><input class="button2" type="submit" id="action_stats" name="action_stats" value="{L_RUN}" /></dd>
 | 
|---|
| 143 |                                 </dl>
 | 
|---|
| 144 |                         </form>
 | 
|---|
| 145 | 
 | 
|---|
| 146 |                         <form id="action_user_form" method="post" action="{U_ACTION}">
 | 
|---|
| 147 |                                 <dl>
 | 
|---|
| 148 |                                         <dt><label for="action_user">{L_RESYNC_POSTCOUNTS}</label><br /><span>{L_RESYNC_POSTCOUNTS_EXPLAIN}</span></dt>
 | 
|---|
| 149 |                                         <dd><input type="hidden" name="action" value="user" /><input class="button2" type="submit" id="action_user" name="action_user" value="{L_RUN}" /></dd>
 | 
|---|
| 150 |                                 </dl>
 | 
|---|
| 151 |                         </form>
 | 
|---|
| 152 | 
 | 
|---|
| 153 |                         <form id="action_db_track_form" method="post" action="{U_ACTION}">
 | 
|---|
| 154 |                                 <dl>
 | 
|---|
| 155 |                                         <dt><label for="action_db_track">{L_RESYNC_POST_MARKING}</label><br /><span>{L_RESYNC_POST_MARKING_EXPLAIN}</span></dt>
 | 
|---|
| 156 |                                         <dd><input type="hidden" name="action" value="db_track" /><input class="button2" type="submit" id="action_db_track" name="action_db_track" value="{L_RUN}" /></dd>
 | 
|---|
| 157 |                                 </dl>
 | 
|---|
| 158 |                         </form>
 | 
|---|
| 159 | 
 | 
|---|
| 160 |                         <!-- IF S_FOUNDER -->
 | 
|---|
| 161 |                         <form id="action_purge_sessions_form" method="post" action="{U_ACTION}">
 | 
|---|
| 162 |                                 <dl>
 | 
|---|
| 163 |                                         <dt><label for="action_purge_sessions">{L_PURGE_SESSIONS}</label><br /><span>{L_PURGE_SESSIONS_EXPLAIN}</span></dt>
 | 
|---|
| 164 |                                         <dd><input type="hidden" name="action" value="purge_sessions" /><input class="button2" type="submit" id="action_purge_sessions" name="action_purge_sessions" value="{L_RUN}" /></dd>
 | 
|---|
| 165 |                                 </dl>
 | 
|---|
| 166 |                         </form>
 | 
|---|
| 167 |                         <form id="action_purge_cache_form" method="post" action="{U_ACTION}">
 | 
|---|
| 168 |                                 <dl>
 | 
|---|
| 169 |                                         <dt><label for="action_purge_cache">{L_PURGE_CACHE}</label><br /><span>{L_PURGE_CACHE_EXPLAIN}</span></dt>
 | 
|---|
| 170 |                                         <dd><input type="hidden" name="action" value="purge_cache" /><input class="button2" type="submit" id="action_purge_cache" name="action_purge_cache" value="{L_RUN}" /></dd>
 | 
|---|
| 171 |                                 </dl>
 | 
|---|
| 172 |                         </form>
 | 
|---|
| 173 |                         <!-- ENDIF -->
 | 
|---|
| 174 |                 </fieldset>
 | 
|---|
| 175 |         <!-- ENDIF -->
 | 
|---|
| 176 | 
 | 
|---|
| 177 |         <!-- IF .log -->
 | 
|---|
| 178 |                 <h2>{L_ADMIN_LOG}</h2>
 | 
|---|
| 179 | 
 | 
|---|
| 180 |                 <p>{L_ADMIN_LOG_INDEX_EXPLAIN}</p>
 | 
|---|
| 181 | 
 | 
|---|
| 182 |                 <div style="text-align: right;"><a href="{U_ADMIN_LOG}">» {L_VIEW_ADMIN_LOG}</a></div>
 | 
|---|
| 183 | 
 | 
|---|
| 184 |                 <table cellspacing="1">
 | 
|---|
| 185 |                 <thead>
 | 
|---|
| 186 |                 <tr>
 | 
|---|
| 187 |                         <th>{L_USERNAME}</th>
 | 
|---|
| 188 |                         <th>{L_IP}</th>
 | 
|---|
| 189 |                         <th>{L_TIME}</th>
 | 
|---|
| 190 |                         <th>{L_ACTION}</th>
 | 
|---|
| 191 |                 </tr>
 | 
|---|
| 192 |                 </thead>
 | 
|---|
| 193 |                 <tbody>
 | 
|---|
| 194 |                 <!-- BEGIN log -->
 | 
|---|
| 195 |                         <!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 196 | 
 | 
|---|
| 197 |                                 <td>{log.USERNAME}</td>
 | 
|---|
| 198 |                                 <td style="text-align: center;">{log.IP}</td>
 | 
|---|
| 199 |                                 <td style="text-align: center;">{log.DATE}</td>
 | 
|---|
| 200 |                                 <td>{log.ACTION}</td>
 | 
|---|
| 201 |                         </tr>
 | 
|---|
| 202 |                 <!-- END log -->
 | 
|---|
| 203 |                 </tbody>
 | 
|---|
| 204 |                 </table>
 | 
|---|
| 205 | 
 | 
|---|
| 206 |                 <br />
 | 
|---|
| 207 | 
 | 
|---|
| 208 |         <!-- ENDIF -->
 | 
|---|
| 209 | 
 | 
|---|
| 210 |         <!-- IF S_INACTIVE_USERS -->
 | 
|---|
| 211 |                 <h2>{L_INACTIVE_USERS}</h2>
 | 
|---|
| 212 | 
 | 
|---|
| 213 |                 <p>{L_INACTIVE_USERS_EXPLAIN_INDEX}</p>
 | 
|---|
| 214 | 
 | 
|---|
| 215 |                 <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">» {L_VIEW_INACTIVE_USERS}</a></div>
 | 
|---|
| 216 | 
 | 
|---|
| 217 |                 <table cellspacing="1">
 | 
|---|
| 218 |                 <thead>
 | 
|---|
| 219 |                 <tr>
 | 
|---|
| 220 |                         <th>{L_USERNAME}</th>
 | 
|---|
| 221 |                         <th>{L_JOINED}</th>
 | 
|---|
| 222 |                         <th>{L_INACTIVE_DATE}</th>
 | 
|---|
| 223 |                         <th>{L_LAST_VISIT}</th>
 | 
|---|
| 224 |                         <th>{L_INACTIVE_REASON}</th>
 | 
|---|
| 225 |                 </tr>
 | 
|---|
| 226 |                 </thead>
 | 
|---|
| 227 |                 <tbody>
 | 
|---|
| 228 |                 <!-- BEGIN inactive -->
 | 
|---|
| 229 |                         <!-- IF inactive.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
 | 
|---|
| 230 | 
 | 
|---|
| 231 |                                 <td style="vertical-align: top;">
 | 
|---|
| 232 |                                         {inactive.USERNAME_FULL}
 | 
|---|
| 233 |                                         <!-- IF inactive.POSTS --><br />{L_POSTS}: <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF -->
 | 
|---|
| 234 |                                 </td>
 | 
|---|
| 235 |                                 <td style="vertical-align: top;">{inactive.JOINED}</td>
 | 
|---|
| 236 |                                 <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td>
 | 
|---|
| 237 |                                 <td style="vertical-align: top;">{inactive.LAST_VISIT}</td>
 | 
|---|
| 238 |                                 <td style="vertical-align: top;">
 | 
|---|
| 239 |                                         {inactive.REASON}
 | 
|---|
| 240 |                                         <!-- IF inactive.REMINDED --><br />{inactive.REMINDED_EXPLAIN}<!-- ENDIF -->
 | 
|---|
| 241 |                                 </td>
 | 
|---|
| 242 |                         </tr>
 | 
|---|
| 243 |                 <!-- BEGINELSE -->
 | 
|---|
| 244 |                         <tr>
 | 
|---|
| 245 |                                 <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td>
 | 
|---|
| 246 |                         </tr>
 | 
|---|
| 247 |                 <!-- END inactive -->
 | 
|---|
| 248 |                 </tbody>
 | 
|---|
| 249 |                 </table>
 | 
|---|
| 250 | 
 | 
|---|
| 251 |         <!-- ENDIF -->
 | 
|---|
| 252 | 
 | 
|---|
| 253 | <!-- ENDIF -->
 | 
|---|
| 254 | 
 | 
|---|
| 255 | <!-- INCLUDE overall_footer.html -->
 | 
|---|