FreebieReferralsPTC
|
 |
Feb 12, 2009 07:32 PM |
|
Hey the FreebiereferralsPTC team is looking for a coder to code us a live banner anyone interested?
|
|
|
Logged
|
|
|
|
Shawn
Reputation:
( +34)
Offline
Gender: 
Posts: 11846
Referrals: 23
Just a retarded DUCK
|
 |
Reply #1: Feb 12, 2009 07:41 PM |
|
I could probably do it, I'm free all next week 
But, look for a user named Delusional. He is fast at making stuff, and it will be better 
|
|
|
Logged
|
Every time you kill a kitten, God looks at child porn.
|
|
|
FreebieReferralsPTC
|
 |
Reply #2: Feb 12, 2009 08:20 PM |
|
hmmm how much would you charge?
|
|
|
Logged
|
|
|
|
Shawn
Reputation:
( +34)
Offline
Gender: 
Posts: 11846
Referrals: 23
Just a retarded DUCK
|
 |
Reply #3: Feb 12, 2009 08:21 PM |
|
Idk, I usually make stuff first, then charge what I think is suitable based on my time+effort
|
|
|
Logged
|
Every time you kill a kitten, God looks at child porn.
|
|
|
FreebieReferralsPTC
|
 |
Reply #4: Feb 12, 2009 08:22 PM |
|
Idk, I usually make stuff first, then charge what I think is suitable based on my time+effort
ohh do you think it will be over $15 
|
|
|
Logged
|
|
|
|
Shawn
Reputation:
( +34)
Offline
Gender: 
Posts: 11846
Referrals: 23
Just a retarded DUCK
|
 |
Reply #5: Feb 12, 2009 08:34 PM |
|
For live stats? Yes.
|
|
|
Logged
|
Every time you kill a kitten, God looks at child porn.
|
|
|
Delusional

Reputation:
( +2)
Offline
Gender: 
Posts: 4713
Referrals: 6
GPSBlack Creator
|
 |
Reply #6: Feb 12, 2009 10:51 PM |
|
$35 if done by me
|
|
|
Logged
|
|
|
|
|
A_Z_0_9
Reputation:
( 0)
Offline
Posts: 210
Referrals: 0
|
 |
Reply #8: Feb 13, 2009 09:29 AM |
|
so guys -- i meant coders.. do you use web services for getting live stats? or do you use other techniques/methods
|
|
|
Logged
|
|
|
|
Delusional

Reputation:
( +2)
Offline
Gender: 
Posts: 4713
Referrals: 6
GPSBlack Creator
|
 |
Reply #9: Feb 13, 2009 12:51 PM |
|
php and GD image library
|
|
|
Logged
|
|
|
|
Shawn
Reputation:
( +34)
Offline
Gender: 
Posts: 11846
Referrals: 23
Just a retarded DUCK
|
 |
Reply #10: Feb 13, 2009 07:40 PM |
|
php and GD image library
Yes, that's pretty much what all coders use, unless they are in the dark ages of coding xD
|
|
|
Logged
|
Every time you kill a kitten, God looks at child porn.
|
|
|
Delusional

Reputation:
( +2)
Offline
Gender: 
Posts: 4713
Referrals: 6
GPSBlack Creator
|
 |
Reply #11: Feb 13, 2009 08:29 PM |
|
sample
<?php
header("Content-type: image/png"); $string = $_GET['text']; $im = imagecreatefrompng("images/banner.png"); $text = imagecolorallocate($im, 220, 210, 60); $px = (imagesx($im) - 7.5 * strlen($string)) / 2; imagestring($im, 3, $px, 9, $string, $text); imagepng($im); imagedestroy($im);
?>
|
|
|
Logged
|
|
|
|
FreebieReferralsPTC
|
 |
Reply #12: Feb 14, 2009 01:18 AM |
|
lol any tutorials?
|
|
|
Logged
|
|
|
|
Shawn
Reputation:
( +34)
Offline
Gender: 
Posts: 11846
Referrals: 23
Just a retarded DUCK
|
 |
Reply #13: Feb 14, 2009 10:19 AM |
|
|
|
|
Logged
|
Every time you kill a kitten, God looks at child porn.
|
|
|
FreebieReferralsPTC
|
 |
Reply #14: Feb 14, 2009 10:27 AM |
|
what should i search for?
|
|
|
Logged
|
|
|
|
|