FFR Signature Toy *HOW TO USE IT!*
Collapse
This topic is closed.
X
X
-
...huh? That just went woosh over my head. What does that mean in English? :POriginally posted by GBobUmm, you sure about that? It appears to be a warning that is okay to ignore by this thread:
hello,
I had the same problem, via Google I found this thread.
My error line was
$newcount = @mysql_result($result,0,"teller"); // gives error on site[sic]
However, it was working good, there was only a warning message.
I've put the @ before the mysql command, and now the warning is gone.
wimb
What I think he ment was this:
The php code:
generates a warning whileCode:$newcount = mysql_result($result,0,"teller");
does not. If you put the url for the image in, you'll see an error:Code:$newcount = @mysql_result($result,0,"teller");
So a possible solution is to add the @ to the mysql command.Code:Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 3 in /home/virtual/site1/fst/var/www/html/ffrsiggy.php on line 11
The proof is, if you wget the file and remove the error lines, you get a vaild png file. (Which I would attach for all to see, if the board would let me.)Comment
-
-
-
Guys, it only works with html code. You know the whole "img scr" jazz.
trulife, your sig won't work because of the song for some reason. See, if you remove that part at the end, it works fine.
Just copy paste from the code box into your signature section in your profile.Code:[img]http://www.flashflashrevolution.com/ffrsiggy.php?user=truelife[/img]
Originally posted by Bahamut-XCan anyone give me the code for the red sig? I tried Synth's and for some reason it posted a link to a page with the sig on it.
This is it below:
Code:[img]http://www.flashflashrevolution.com/ffrsiggy.php?user=Bahamut-X&url=http://www.flashflashrevolution.com/signature/signature2.png[/img]

Comment
-

Comment