Help with XML guild cards

Takhasis

Can't get enough of FH
Joined
Dec 23, 2003
Messages
1,078
Spremuta said:
Hi, i'm a new italian user :)
I tried the link above but using the charlogo.php that i put on my site...and works partially...i can't see the guild name and the pg name..this is the link:
click

I wanna use your charlogo for my pg in the italian server :)

Again, that looks like a font problem :/ it cant find the mael.ttf file for the fancy font...not really sure why most peeps seem to not get this bit working...ALl i can say is try displaying the results from a phpinfo() call in a .php file - im sure somewhere in there it says where it picks up the font files from...

charlogo.php
 

Zalok

Fledgling Freddie
Joined
Feb 1, 2004
Messages
78
Takhasis u finally know as is possible make the bubs images for realm ranks as here ???
 

Takhasis

Can't get enough of FH
Joined
Dec 23, 2003
Messages
1,078
Zalok said:
Takhasis u finally know as is possible make the bubs images for realm ranks as here ???

Still working on the bulbs, but i can do the rank titles so far (see sig...)
 

Deadnala

Fledgling Freddie
Joined
Jan 3, 2004
Messages
678
I figured it out why it did'nt work. This was my old code with the bug:

PHP:
$TextCol = "L";    // Textcolor L/D
$textpos[0] = "T";   // Ver Textposition T/B
$TextPos[1] = "C";   // Hor Textposition L/C/R

looks like nothing wrong eh...
at the end of the code you find:

PHP:
if ($TextPos[0] == 'T'){

see the bug?
Anyway it took some while before i noticed the caps, Yes it's case sencitive.
Hope we all learned a bit here, ill never forget anyway ;)
Here it is...

Greetings
 

Takhasis

Can't get enough of FH
Joined
Dec 23, 2003
Messages
1,078
Deadnala said:
I figured it out why it did'nt work. This was my old code with the bug:

PHP:
$TextCol = "L";    // Textcolor L/D
$textpos[0] = "T";   // Ver Textposition T/B
$TextPos[1] = "C";   // Hor Textposition L/C/R

looks like nothing wrong eh...
at the end of the code you find:

PHP:
if ($TextPos[0] == 'T'){

see the bug?
Anyway it took some while before i noticed the caps, Yes it's case sencitive.
Hope we all learned a bit here, ill never forget anyway ;)
Here it is...

Greetings


well spotted m8 - php is a bitch for being case sensitive...
 

Users who are viewing this thread

Top Bottom