GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How do you make a fansign? (https://gfy.com/showthread.php?t=588829)

XTuber 03-20-2006 03:02 PM

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 :helpme

MikeVega 03-20-2006 03:04 PM

you buy a script ...:winkwink:

XTuber 03-20-2006 03:06 PM

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

tranza 03-20-2006 03:07 PM

This thread is too funny.

:)

DutchTeenCash 03-20-2006 03:08 PM

check out quantum-x he made ours too he rocks

icq 52-779-009

http://www.dutchteencash.com/fansign...y/1/AAhahahaha

MikeVega 03-20-2006 03:12 PM

Quote:

Originally Posted by thinkx
check out quantum-x he made ours too he rocks

icq 52-779-009

http://www.dutchteencash.com/fansign...y/1/AAhahahaha

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

DutchTeenCash 03-20-2006 03:23 PM

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

SilentKnight 03-20-2006 03:59 PM

Quote:

Originally Posted by XTuber
I like the REAL fansigns and I know how to make one of them

College grad?

sixone 03-20-2006 04:12 PM

I have a script.

Why 03-20-2006 04:23 PM

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

dont pay.

chronic avenger 03-20-2006 04:27 PM

http://www.allproducts.com/manufactu...4227152339.jpg

!hotl!nk!n!

Why 03-20-2006 04:33 PM

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.

XTuber 03-21-2006 08:09 AM

Quote:

Originally Posted by SilentKnight
College grad?

Yea, but didn't major in any language. :error

XTuber 03-21-2006 08:22 AM

Quote:

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 :thumbsup

lilith_godess 03-21-2006 08:25 AM

Quote:

Originally Posted by thinkx
check out quantum-x he made ours too he rocks

icq 52-779-009

http://www.dutchteencash.com/fansign...y/1/AAhahahaha

i love romanian guys too...:1orglaugh :1orglaugh :1orglaugh :thumbsup


All times are GMT -7. The time now is 01:27 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123