Fritz!Box 7270 Firmware-Version 54.04.86

Hallo,

habe vor zwei Tagen die neue Firmware der FB7270 installiert. Seit dem mehrmals am Tag ein reboot und mir ist aufgefallen das das FB-Script DSL-Info nicht mehr funktioniert. Falsche Darstellung in der html-Box.

Lukky

Die Firmware läuft bei mir einwandfrei.

Im Script von den DSL Details musst Du in der for Schleife die Zeilen ändern.

for ($i = 2709; $i <= 2861; $i++)

Hallo Rainer,

danke für die Rückantwort.

Ganz funzt es noch nicht.

Lukky

for ($i = 2709; $i <= 2861; $i++)
{
    $ausgabe = $lines[$i];
    $ausgabe = str_replace('<table id="t1" class="tborder" width="600" style="margin: auto;">', '<table border="1" width="990px" style="margin: 15px; background-color:#FFFFC0; color:#000000;">', $ausgabe);
    $ausgabe = str_replace('<table id="t4" class="tborder" width="600" style="margin: auto;">', '<table border="1" width="990px" style="margin: 15px; background-color:#FFFFC0; color:#000000;">', $ausgabe);
    $ausgabe = str_replace('<td class="c3">', '<td style="text-align:right;">', $ausgabe);
    $ausgabe = str_replace('<td class="c2">', '<td style="text-align:right;">', $ausgabe);
   //$ausgabe = str_replace('<th class="c3">', '<th style="text-align:right;">', $ausgabe);
   //$ausgabe = str_replace('<th class="c1"></th>', '<th style="text-align:left; background-color:#C0C0C0;">Informationen</th>', $ausgabe);
   //$ausgabe = str_replace('<th class="c2"></th>', '<th style="background-color:#C0C0C0;">', $ausgabe);
    echo utf8_decode($ausgabe);
}

Danke,

das habe ich auch gebraucht ! :slight_smile:

Gruß Michael