• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem Myacc headline.php

Sh4dy

New Member
Joined
Jan 17, 2014
Messages
11
Reaction score
1
Location
Mielec
Witaj
Mam problem z moim kontem, ponieważ nie ładuje on dla mnie zdjęć z headline.php
Mój headline.php
Code:
<? PHP
$ tekst = $ _ GET ['tekst'];
if ($ config ['site'] ['check_titles'] == FALSE lub in_array ($ text, $ config ['site'] ['allowed_titles']))
{
    if (! file_exists ('images / head /'.$ tekst.'. png '))
    {
        $ font = "obrazy / głowa / martel.ttf";
        $ image = imagecreatefrompng ('images / head / headline.png');
        imagettftext ($ image, 18, 0, 4, 20, imagecolorallocate ($ image, 240, 209, 164), $ font, $ text);
        imagepng ($ image, 'images / head /'.$ tekst.'. png ');
    }
    $ img = 'images / head /'.$ tekst.'. png ';
    $ pic = imagecreatefrompng ($ img);                    
    nagłówek („Typ treści: obraz / png”);
    imagepng ($ pic);
}
?> [/ code]
Thanks for help!
 

Attachments

  • Zrzut ekranu 2020-11-15 142357.png
    Zrzut ekranu 2020-11-15 142357.png
    292.9 KB · Views: 12 · VirusTotal
  • Zrzut ekranu 2020-11-15 142425.png
    Zrzut ekranu 2020-11-15 142425.png
    5.1 KB · Views: 12 · VirusTotal
  • Zrzut ekranu 2020-11-15 142459.png
    Zrzut ekranu 2020-11-15 142459.png
    108.2 KB · Views: 12 · VirusTotal
Back
Top