Verifica o caminho que ele puxa a imagem, usando o inspecionar elemento do chrome, depois basta ver se o arquivo que puxa existe.
4
2.2k
info
Grupo: Conde
Registrado: 07/04/15
Posts: 962
Reputação: +258
Gênero: Masculino

04 de abril de 2016 às 10:35
Melhor resposta
04 de abril de 2016 às 23:29
Olhei la ta assim
<img class="Title" src="headline.php?text=<?php echo $topic ?>" alt="Contentbox headline" />
ae olhei no meu htdocs e a tem oo headline.php e nele esta assim
<?php
$text = $_GET['txt'];
$text = strtoupper($text[0]).substr($text,1,strlen($text));
$size = 18;
$sizex = 280;
$sizey = 28;
$x = 4;
$y = 20;
$color = 'efcfa4';
$red = (int)hexdec(substr($color,0,2));
$green = (int)hexdec(substr($color,2,2));
$blue = (int)hexdec(substr($color,4,2));
$img = imagecreatetruecolor($sizex,$sizey);
ImageColorTransparent($img, ImageColorAllocate($img,0,0,0));
imagefttext($img, $size, 0, $x, $y, ImageColorAllocate($img,$red,$green,$blue), './images/headline.ttf', $text);
header('Content-type: image/png');
imagepng($img);
imagedestroy($img);
?>
agora nao sei oq faco pois ja tentei muudar varias coisas alguem ajuda ae plixx
OBS : PODE DEXAR CONSEGUIR RESOLVER SHuhsUSH MAIS GRAÇAS A SUA AJUDA E TAMBEM ME VIREI AQUE FUTICANDO VLWW PODEM MOVER
Editado Abril 4 por bfs102030
10 meses depois...




info
Grupo: Campones
Registrado: 13/08/15
Posts: 86
Reputação: 0
Galera boa noite estou precisando de uma ajudinha pois nao consegui arrumar.. ja tentei tudo mais n sei o lugar certo.
meu gesior fica com subtopic bugado nao esta aparecendo os nomes em nunhum topic.
abaixo esta imagem par explicar melhor