|
|
#73 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
934 posts
Gave thanks: 2
Thanked 94 times
|
Quote:
Also remember that since this script only outputs an image, There cannot be a blank line in the script before the opening tag, <?php , when you run it by itself.
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
|
#74 (permalink) |
|
He shoots.. He scores!
Super #1
Joined in Feb 2007
Lives in A room with no windows.
Hosted on SH110
1,424 posts
Gave thanks: 43
Thanked 137 times
|
Worked for me... I had to take out a couple of blank lines before the <?PHP tag...
![]() Puckchaser...
__________________
SH110
|
|
|
|
|
|
#75 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Feb 2007
16 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
heres the piece of text of getting the error in .. i can see an error .. i removed all the spaces!
$im=imageCreate(80,15); $width=imagesx($im); $height=imagesy($im); $textcolor=imagecolorallocate($im,0,0,0); $textcolor2=imagecolorallocate($im,255,255,255); $fillcolor1=imagecolorallocate($im,255,255,255); $fillcolor2=imagecolorallocate($im,255,85,0); $metercolor=imagecolorallocate($im,0,240,0); $bordercolor=imagecolorallocate($im,0,0,0); $bordercolor2=imagecolorallocate($im,40,40,40); $textWidth=imagefontwidth($font)*strlen($str); < --- error this line $textHeight=imagefontheight($font); /*getserverload*/
__________________
|
|
|
|
|
|
#76 (permalink) |
|
Registered User
Seasoned Poster
Joined in Jan 2007
Lives in Brunswick, ME
Hosted on sh112
99 posts
Gave thanks: 13
Thanked 1 Time in 1 Post
|
Hi there, I am having trouble as well. The sig shows fine when looking at my UserCP and preview but don't see it in the forums...
matt |
|
|
|
|
|
#79 (permalink) |
|
Surpass Fan
On a golden path...
Joined in Oct 2004
Lives in UK
355 posts
Gave thanks: 6
Thanked 13 times
|
Does it work? erm...no...
__________________
D17/D21/P59/P62/VPSX - "Faith can move mountains" (Faiths a big girl....) - I'm not paranoid, I know they are out to get me! |
|
|
|
|
|
#80 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Feb 2007
3 posts
Gave thanks: 0
Thanked 0 times
|
Well, didn't work for me, and no time to muck about editing code for it...Guess I'll stick to plain old sigs. Might want to edit the code in the first post if that's the problem.
__________________
|
|
|
|
|
|
#81 (permalink) |
|
Registered User
Super #1
Joined in Jul 2003
Lives in So. NJ
1,557 posts
Gave thanks: 0
Thanked 9 times
|
Since all servers are configured a little bit differently, it will work on some more easily than others.
It works on my two reseller accounts but not on my dedi. Well....one of my reseller accounts seems to have problems now. |
|
|
|