Verfasst: 04.12.2005 22:30
zu1: Also ich sehe da keinen Code der sich in irgendeinster Weise überschneidet, oder ähnliches.
Der müsste mit meinem Perfekt zusammenspielen.
Der müsste mit meinem Perfekt zusammenspielen.

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: in /www/htdocs/w005e672/includes/bbcode.php on line 233
Warning: imagecreatefromjpeg(): 'http://www.saarlaendertreff.de/userpix/2_pissmeofflist_1.jpg' is not a valid JPEG file in /www/htdocs/w005e672/includes/bbcode.php on line 233
Warning: imagesx(): supplied argument is not a valid Image resource in /www/htdocs/w005e672/includes/bbcode.php on line 234
Warning: imagesy(): supplied argument is not a valid Image resource in /www/htdocs/w005e672/includes/bbcode.php on line 235
Warning: Division by zero in /www/htdocs/w005e672/includes/bbcode.php on line 236
Warning: Division by zero in /www/htdocs/w005e672/includes/bbcode.php on line 237
Warning: imagecreatetruecolor(): Invalid image dimensions in /www/htdocs/w005e672/includes/bbcode.php on line 241
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /www/htdocs/w005e672/includes/bbcode.php on line 242
Warning: imagejpeg(): supplied argument is not a valid Image resource in /www/htdocs/w005e672/includes/bbcode.php on line 243
Warning: imagedestroy(): supplied argument is not a valid Image resource in /www/htdocs/w005e672/includes/bbcode.php on line 244
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w005e672/includes/bbcode.php:233) in /www/htdocs/w005e672/includes/page_header.php on line 519
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w005e672/includes/bbcode.php:233) in /www/htdocs/w005e672/includes/page_header.php on line 521
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w005e672/includes/bbcode.php:233) in /www/htdocs/w005e672/includes/page_header.php on line 522
## Files To Edit:
## uploadpic.php (included)
## admin_uploadpic.php (included)
##
## posting.php
## admin/admin_users.php
## templates/subSilver/posting_body.tpl
## templates/subSilver/admin/user_edit_body.tpl
## language/lang_english/lang_main.php
## language/lang_german/lang_main.php
## language/lang_english/lang_admin.php
## language/lang_german/lang_admin.php
Code: Alles auswählen
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');
Code: Alles auswählen
if ( extension_loaded('zlib') )
{
$do_gzip_compress = TRUE;
ob_start();
ob_implicit_flush(0);
header('Content-Encoding: gzip');
}
}
}
}
Code: Alles auswählen
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');