Funpic hat seine Server auf PHP 4.3.11 umgestellt.
Daher kommt es zu fehlern im Script.
Bitte keine weiteren Threads zu dem Thema aufmachen
Eine Lösung gibt es leider zum jetzigen zeitpunkt noch nicht
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
$maxLength = 50; $lines = explode(\' \',$s); $ntxt = \'\'; foreach ($lines as $v) { if ( strpos ($v, \'src=\"\') === FALSE AND strpos ($v, \'href=\"\') === FALSE AND strpos ($v, \'</table>\') === FALSE) { $ntxt .= chunk_split($v, $maxLength, \' \'); } else { $ntxt .= $v; } } $s = $ntxt;
# $maxLength = 50; # $lines = explode(\' \',$s); # $ntxt = \'\'; # foreach ($lines as $v) { # if ( strpos ($v, \'src=\"\') === FALSE AND strpos ($v, \'href=\"\') === FALSE AND strpos ($v, \'</table>\') === FALSE) { # $ntxt .= chunk_split($v, $maxLength, \' \'); # } else { # $ntxt .= $v; # } # } # $s = $ntxt;
Geschlossen | ||
Zurück zu Fehlersuche und Probleme |