Ir para conteúdo
  • 0

gesior suubtopic bugado


bfs102030

Pergunta

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

 

post-384783-0-41843000-1459737543_thumb.png

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

  • 0

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 por bfs102030
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...