Jump to content

Recommended Posts

  • Administrators
Posted

It's in the pilotdata.class.php a f unction called generateSignature(). I don't remember off the top of my head but if you poke around it's in there

Posted

I know where it is located, but not sure.....do I add some kind of align= code? Again, the code that is there confuses me as to what to add?!

Line 1122:

$text = 'powered by phpvms, '. SITE_NAME.' ';

Sorry, but I am not sure?! I know it is probably easy, but....

  • Administrators
Posted

Find this line:

imagestring($img, $font, $width-(strlen($text)*imagefontwidth($font)), 

This determines the starting point from the right side, and substract it to get the right width. Change it to:

imagestring($img, $font, 10, 

Which will start it from 10 pixel from the left.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...