Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SamX

Pages: [1]
1
Espaņol / Castellano / 2 problemitas
« on: August 19, 2005, 04:51:36 PM »
Hola a todos, ayer estuve instalando algunos mods, entre ellos el clickstream y el watermark y me surigio este problemita en member.php ahora que quiero entrar al panel o subir una imagen me aparece este error

Parse error: parse error, unexpected $ in /home/ondanxd/public_html/galerias/member.php on line 1588

Lo raro de todo es que esta linea es la que termina el php, espero que alguien pueda ayudarme porque ya me estoy volviendo loco :p jajaja bueno el siguiente error es en el watermark

He puesto

<?php
header ("Content-type: image/png");
$im = imagecreate (180, 30);
$black = imagecolorallocate ($im, 0, 0, 0);
$white = imagecolorallocate ($im, 255, 255, 255);
imagettftext ($im, 14, 0, 10, 21, $white, "/home/ondanxd/public_html/galerias/arial.ttf", "GD Freetype test");
imagepng ($im);
imagedestroy ($im);
?>

y cuando abro el archivo me dice " La imagen  no puede mostrarse, porque contiene errores " y las caracteristicas de mi servidor son

GD Support              enabled
GD Version               bundled (2.0.28 compatible)
GIF Read Support        enabled
GIF Create Support    enabled
JPG Support              enabled
PNG Support             enabled
WBMP Support           enabled
XBM Support             enabled

Ojala puedan ayudarme.

Pages: [1]