How do you make a fansign?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XTuber
    Confirmed User
    • Mar 2006
    • 149

    #1

    How do you make a fansign?

    I like the REAL fansigns and I know how to make one of them, but I am more curious about the generated ones. I have been poking around, viewing all sorts of them, but I have not been able to determine how they are created.

    I was hoping somone here might be able to point me in the direction of a tutorial of some kind. Preferably an XML fansign.

    Any ideas?
    thanks


    Lance Cassidy, Director, XTube.com. NOW KNOWN AS XTube_Lance.
    Advertise on XTube.com: Over 5 million uniques/day, 15 million PV/day and 3.2 million members.
    www.XTube.com. P: 416.321.0588, F: 416.913.4212, ICQ: 301214977, Email: lance[at]xtube[dot]com
  • MikeVega
    **Porntrepreneur**
    • Jul 2004
    • 12788

    #2
    you buy a script ...


    Mike Vega-ICQ:253868499-AIM:mikeydicevega

    Comment

    • XTuber
      Confirmed User
      • Mar 2006
      • 149

      #3
      Oh ya? That was clear and concise, yet it completely lacked information of any use. Thanks for the effort though. ;)


      Lance Cassidy, Director, XTube.com. NOW KNOWN AS XTube_Lance.
      Advertise on XTube.com: Over 5 million uniques/day, 15 million PV/day and 3.2 million members.
      www.XTube.com. P: 416.321.0588, F: 416.913.4212, ICQ: 301214977, Email: lance[at]xtube[dot]com

      Comment

      • tranza
        ICQ: 197-556-237
        • Jun 2003
        • 57559

        #4
        This thread is too funny.

        I'm just a newbie.

        Comment

        • DutchTeenCash
          I like Dutch Girls
          • Feb 2003
          • 21684

          #5
          check out quantum-x he made ours too he rocks

          icq 52-779-009

          Last edited by DutchTeenCash; 03-20-2006, 01:10 PM.

          ICQ 16 91 547 - SKYPE dutchteencash
          bob AT dutchteencash DOT com
          ... did you see our newest Sweet Natural Girl Priscilla (18)?

          Comment

          • MikeVega
            **Porntrepreneur**
            • Jul 2004
            • 12788

            #6
            Originally posted by thinkx
            check out quantum-x he made ours too he rocks

            icq 52-779-009

            he made ours also ..great script and worth the money


            Mike Vega-ICQ:253868499-AIM:mikeydicevega

            Comment

            • DutchTeenCash
              I like Dutch Girls
              • Feb 2003
              • 21684

              #7
              yeah hes cool made some nice special stuff for the script and now that we have geocity too affiliates really use it, its worth every penny imho

              ICQ 16 91 547 - SKYPE dutchteencash
              bob AT dutchteencash DOT com
              ... did you see our newest Sweet Natural Girl Priscilla (18)?

              Comment

              • SilentKnight
                Megan Fox's fluffer
                • Oct 2005
                • 24812

                #8
                Originally posted by XTuber
                I like the REAL fansigns and I know how to make one of them
                College grad?

                Comment

                • sixone
                  Confirmed User
                  • Apr 2004
                  • 503

                  #9
                  I have a script.
                  196-900-713

                  Comment

                  • Why
                    MFBA
                    • Mar 2003
                    • 7230

                    #10
                    i wrote a script that does them and i would give it away for free.

                    dont pay.

                    Comment

                    • chronic avenger
                      Confirmed User
                      • Aug 2003
                      • 2509

                      #11


                      !hotl!nk!n!

                      | Sexxy Toons | Blog Designs |

                      Icq 333676510

                      Comment

                      • Why
                        MFBA
                        • Mar 2003
                        • 7230

                        #12
                        use this code that was found at... http://http://us3.php.net/manual/en/...agettftext.php
                        Code:
                        <?php
                        // Set the content-type
                        header("Content-type: image/png");
                        
                        // Create the image
                        $im = imagecreatetruecolor(400, 30);
                        
                        // Create some colors
                        $white = imagecolorallocate($im, 255, 255, 255);
                        $grey = imagecolorallocate($im, 128, 128, 128);
                        $black = imagecolorallocate($im, 0, 0, 0);
                        imagefilledrectangle($im, 0, 0, 399, 29, $white);
                        
                        // The text to draw
                        $text = 'Testing...';
                        // Replace path by your own font path
                        $font = 'arial.ttf';
                        
                        // Add some shadow to the text
                        imagettftext($im, 20, 0, 11, 21, $grey, $font, $text);
                        
                        // Add the text
                        imagettftext($im, 20, 0, 10, 20, $black, $font, $text);
                        
                        // Using imagepng() results in clearer text compared with imagejpeg()
                        imagepng($im);
                        imagedestroy($im);
                        ?>
                        just install GD and TrueType, compile PHP with support for both. and then edit the above script. its very very easy to do.

                        Comment

                        • XTuber
                          Confirmed User
                          • Mar 2006
                          • 149

                          #13
                          Originally posted by SilentKnight
                          College grad?
                          Yea, but didn't major in any language.


                          Lance Cassidy, Director, XTube.com. NOW KNOWN AS XTube_Lance.
                          Advertise on XTube.com: Over 5 million uniques/day, 15 million PV/day and 3.2 million members.
                          www.XTube.com. P: 416.321.0588, F: 416.913.4212, ICQ: 301214977, Email: lance[at]xtube[dot]com

                          Comment

                          • XTuber
                            Confirmed User
                            • Mar 2006
                            • 149

                            #14
                            Originally posted by Why
                            use this code that was found at...
                            Code:
                            <?php
                            ...?>
                            just install GD and TrueType, compile PHP with support for both. and then edit the above script. its very very easy to do.

                            Dead link, but thanks for the generosity. I bet you just pissed a few ppl off with that, haha. I like your style


                            Lance Cassidy, Director, XTube.com. NOW KNOWN AS XTube_Lance.
                            Advertise on XTube.com: Over 5 million uniques/day, 15 million PV/day and 3.2 million members.
                            www.XTube.com. P: 416.321.0588, F: 416.913.4212, ICQ: 301214977, Email: lance[at]xtube[dot]com

                            Comment

                            • lilith_godess
                              Confirmed User
                              • Mar 2006
                              • 673

                              #15
                              Originally posted by thinkx
                              check out quantum-x he made ours too he rocks

                              icq 52-779-009

                              i love romanian guys too...

                              295-655-277

                              Comment

                              Working...