01:
02:
03:
04:
05:
06:
07:
08:
09:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
<?php


$dat=file_get_contents('klaucounter.php');
$today = date("Y-m-d H:i:s"); 
$ff=$_SERVER['HTTP_REFERER'];
file_put_contents('klaucounter.php',$today.'='.$ff.'
'. $dat);



$font = 'commentics-3.4/upload/frontend/view/default/stylesheet/fonts/fontawesome-webfont.ttf';
$font = 'spiele/snakes-master/fonts/sf_fedora_titles-webfont.woff';

$im = imagecreatetruecolor(800, 600);
$red = imagecolorallocate($im, 0xFF, 0x00, 0x00);
$black = imagecolorallocate($im, 0x00, 0x00, 0x00);

// Make the background red
imagefilledrectangle($im, 100, 100, 700, 500, $red);

// Path to our ttf font file


// Draw the text 'PHP Manual' using font size 13
imagefttext($im, 53, 0, 215, 245, $black, $font, 'Das sollte');
imagefttext($im, 53, 0, 165, 345, $black, $font, 'ein Bild sein');
// Output image to the browser
header('Content-Type: image/png');

imagepng($im);
imagedestroy($im);;
?>

Fatal error: Uncaught Error: Undefined constant "php" in /mnt/web106/b1/68/59381968/htdocs/BASTI1012INDEX/codedazu/iframe.php(30) : eval()'d code:75 Stack trace: #0 /mnt/web106/b1/68/59381968/htdocs/BASTI1012INDEX/codedazu/iframe.php(30): eval() #1 {main} thrown in /mnt/web106/b1/68/59381968/htdocs/BASTI1012INDEX/codedazu/iframe.php(30) : eval()'d code on line 75

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0