
Mein Forum:
http://networx.kilu2.de/index.php
#-----[ SQL ]------------------------------------------
#
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_users', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_time', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_counter_date', '20060717');
CREATE TABLE `phpbb_wwd_counter_ips` (`ip` VARCHAR( 8 ) NOT NULL , PRIMARY KEY ( `ip` ));
#
Code: Alles auswählen
#
#-----[ FIND ]------------------------------------------
#
</tbody></table>
<table border="0" cellpadding="1" cellspacing="1" width="100%">
<tbody><tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</tbody></table>
#
#-----[ REPLACE WITH ]------------------------------------------
#
<tr>
<td class="row1" align="left"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{COUNT_USER_TODAY}</span><br />
<div style="overflow: auto" align="justify" class="gensmall">{USER_TODAY}</div>
<br /><span class="gensmall">{RECORD_USER_TODAY}</span>
</td>
</tr>
</tbody></table>
#
Code: Alles auswählen
</table>
<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
Code: Alles auswählen
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_users', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_record_time', '0');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('wwd_counter_date', '20060717');
CREATE TABLE `phpbb_wwd_counter_ips` (`ip` VARCHAR( 8 ) NOT NULL , PRIMARY KEY ( `ip` ));
ja ist esDJ Networx hat geschrieben:Code: Alles auswählen
# #-----[ FIND ]------------------------------------------ # </tbody></table> <table border="0" cellpadding="1" cellspacing="1" width="100%"> <tbody><tr> <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> </tr> </tbody></table> # #-----[ REPLACE WITH ]------------------------------------------ # <tr> <td class="row1" align="left"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> </tr> <tr> <td class="row1" align="left"><span class="gensmall">{COUNT_USER_TODAY}</span><br /> <div style="overflow: auto" align="justify" class="gensmall">{USER_TODAY}</div> <br /><span class="gensmall">{RECORD_USER_TODAY}</span> </td> </tr> </tbody></table> #
Ich habe nur die gefunden ist die das???
P.S. Forum ist geupdatet neuer Style.^^Code: Alles auswählen
</table> <table width="100%" cellpadding="1" cellspacing="1" border="0"> <tr> <td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td> </tr> </table>