Warning: Undefined array key "name_orig" in /home/operator/public_html2/vbz/includes/vb5/template/bbcode.php on line 1425 FFR Sig Problem - Soultion - Flash Flash Revolution

FFR Sig Problem - Soultion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Draigun
    om nom nom nom.
    FFR Music Producer
    • Jun 2004
    • 751

    #1

    FFR Sig Problem - Soultion

    OK, since no one pays attention to what people say in the FFR Sig Tool topic, I decided to make a new one telling you what to do.

    FOR NOW, THE [IMG] TAGS ARE NOT WORKING FOR SOME REASON..SO YOU WILL NEED TO USE HTML.

    So for me, instead of:
    Code:
    [img]http://www.flashflashrevolution.com/ffrsiggy.php?user=draigun[/img]
    It would be:
    Code:
    [img]http://www.flashflashrevolution.com/ffrsiggy.php?user=draigun[/img]
    Between the quotes, just put what you normally would between the IMGs..
    What?
  • Afrobean
    Admiral in the Red Army
    • Dec 2003
    • 13262

    #2
    I already posted about that in the correct topic... Although, I guess you're right; more people will see it like this.

    Also,
    Originally posted by Draigun
    FOR NOW, THE [IMG] TAGS ARE NOT WORKING FOR SOME REASON..SO YOU WILL NEED TO USE HTML.
    LD said that img tags don't work because the url has to end with .jpg, .png, .gif, or another graphic format. I don't know how accurate that is, though.

    Comment

    • Squeek
      let it snow~
      • Jan 2004
      • 14444

      #3
      The [img] tags still work if you're going to use them for something other than FFR Signatures. JPG, PNG, GIF, and all other supported file types still work.

      ~Squeek

      Comment

      • lightdarkness
        Summer!!
        • Jul 2003
        • 11308

        #4
        Originally posted by Afrobean
        I already posted about that in the correct topic... Although, I guess you're right; more people will see it like this.

        Also,
        Originally posted by Draigun
        FOR NOW, THE [IMG] TAGS ARE NOT WORKING FOR SOME REASON..SO YOU WILL NEED TO USE HTML.
        LD said that img tags don't work because the url has to end with .jpg, .png, .gif, or another graphic format. I don't know how accurate that is, though.
        It is very accurate.

        Lets' take a look at the bbcode.php file:
        Code:
        // [img]image_url_here[/img] code..
        	$text = preg_replace&#40;"#\&#91;img\&#93;&#40;&#40;http|ftp|https|ftps&#41;&#58;//&#41;&#40;&#91;^ \?&=\#\"\n\r\t<&#93;*?&#40;\.&#40;jpg|jpeg|gif|png&#41;&#41;&#41;\&#91;/img\&#93;#sie", "'&#91;img&#58;$uid&#93;\\1' . str_replace&#40;' ', '%20', '\\3'&#41; . '&#91;/img&#58;$uid&#93;'", $text&#41;;
        Right there, it is searching for a url, that starts with a proper protocol, then for illlegal charachters, then for an ending. It also is nice enough to replace spaces with %20 for ya! There is a simple fix, and it is as follows.

        Code:
        // &#91;img&#93;image_url_here&#91;/img&#93; code..
        	$text = preg_replace&#40;"#\&#91;img\&#93;&#40;&#40;http|ftp|https|ftps&#41;&#58;//&#41;&#40;&#91;^ \?&=\#\"\n\r\t<&#93;*?&#40;\.&#40;jpg|jpeg|gif|png|php&#41;&#41;&#41;\&#91;/img\&#93;#sie", "'&#91;img&#58;$uid&#93;\\1' . str_replace&#40;' ', '%20', '\\3'&#41; . '&#91;/img&#58;$uid&#93;'", $text&#41;;
        Notice how I added php to the ending? Yea... that will do it

        Comment

        • Layladay
          FFR Player
          • Sep 2004
          • 44

          #5
          ive been looking around and im still confused and this rlly isnt helping becuz i dont know about all them letters and things.
          You want me dont you.
          I know you do.
          Im every woman.

          Comment

          • Kilgamayan
            Super Scooter Happy
            FFR Simfile Author
            • Feb 2003
            • 6583

            #6
            That's odd, yours seems to be broken.

            If I do this...

            Code:
            [img]http&#58;//www.flashflashrevolution.com/ffrsiggy.php?user=Kilgamayan[/img]
            I get this...



            But if I do this...

            Code:
            [img]http&#58;//www.flashflashrevolution.com/ffrsiggy.php?user=Layladay[/img]
            I get a Red X.

            I watched clouds awobbly from the floor o' that kayak. Souls cross ages like clouds cross skies, an' tho' a cloud's shape nor hue nor size don't stay the same, it's still a cloud an' so is a soul. Who can say where the cloud's blowed from or who the soul'll be 'morrow? Only Sonmi the east an' the west an' the compass an' the atlas, yay, only the atlas o' clouds.

            Comment

            • flypie743
              FFR Player
              • Jun 2004
              • 3210

              #7
              Probably because he/she doesn't have a high enough grand total score and/or the ranks haven't been updated. Just keep playing and your signature should show up in a few days.

              IF YOU ARE THE BOMB YOU WILL CLICK THIS and if you dont, you suck.

              Comment

              • Kilgamayan
                Super Scooter Happy
                FFR Simfile Author
                • Feb 2003
                • 6583

                #8
                Apparently so.

                bjstrattonIM: http://www.flashflashrevolution.com/...=234688#234688
                lightdarkness42: ranks havn't been updated since they joined
                I watched clouds awobbly from the floor o' that kayak. Souls cross ages like clouds cross skies, an' tho' a cloud's shape nor hue nor size don't stay the same, it's still a cloud an' so is a soul. Who can say where the cloud's blowed from or who the soul'll be 'morrow? Only Sonmi the east an' the west an' the compass an' the atlas, yay, only the atlas o' clouds.

                Comment

                • ddrking133
                  FFR Player
                  • Jun 2004
                  • 584

                  #9
                  so how do i add the level scores?
                  [/center]

                  Comment

                  • jimerax
                    FFR Simfile Author
                    FFR Music Producer
                    • Nov 2003
                    • 8185

                    #10
                    Originally posted by ddrking133
                    so how do i add the level scores?
                    Read "how to use it" thread in the Sticky.

                    Comment

                    Working...