Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Other - Chit Chat
Author Message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Fri Sep 16, 2005 4:19 pm Reply with quote

[ Only registered users can see links on this board! Get registered or login! ]
 
View user's profile Send private message
VinDSL
Life Cycles Becoming CPU Cycles



Joined: Jul 11, 2004
Posts: 614
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com

PostPosted: Sat Sep 17, 2005 12:16 am Reply with quote

OMG! Now you got me thinking again... Smack

_________________
.:: "The further in you go, the bigger it gets!" ::.
.:: VinDSL's Lenon.com | The Disipal Site ::. 
View user's profile Send private message Visit poster's website ICQ Number
hitwalker







PostPosted: Sat Sep 17, 2005 3:15 am Reply with quote

Oh?..
Explain........ Smile
 
VinDSL







PostPosted: Sat Sep 17, 2005 3:50 am Reply with quote

I don't *normally* put pages up, when I'm playing with them, but since it was your idea (again)...
[ Only registered users can see links on this board! Get registered or login! ]

I got two more to go, so if things look funky, please pardon my dust...
 
hitwalker







PostPosted: Sat Sep 17, 2005 4:16 am Reply with quote

yes indeed your doing it again...
ok when done i wanna have a copy...
 
izone
Involved
Involved



Joined: Sep 07, 2004
Posts: 354
Location: Sweden

PostPosted: Sat Sep 17, 2005 8:59 am Reply with quote

VinDSL, very funny!

But I was looking for this module to download it and I couldn't find it on your site!!

Do you have a direkt link to download this?

Thanks
 
View user's profile Send private message
hitwalker







PostPosted: Sat Sep 17, 2005 9:06 am Reply with quote

he...he...great ideas i allways have..
give him so time to finish it izone..
 
djmaze
Subject Matter Expert



Joined: May 15, 2004
Posts: 727
Location: http://tinyurl.com/5z8dmv

PostPosted: Sat Sep 17, 2005 9:36 am Reply with quote

Here's a simple one
[ Only registered users can see links on this board! Get registered or login! ] [ Only registered users can see links on this board! Get registered or login! ]

Code:
$image = "gmail.png";

$im = imagecreatefrompng($image);
//$tc = ImageColorAllocate($im, 0, 128, 0);
$name = (isset($_GET['id']) ? $_GET['id'] : 'nobody');
$left = (82 - (strlen($name)*7));
$char = 256/strlen($name);
for($i=0; $i<strlen($name);$i++) {
    $top = (is_int($i/2) || $i == 0) ? 2 : 4;
    $tc = imagecolorallocatealpha($im, (256-$i*$char), 128, ($i*$char), 50);
    ImageString($im, 3, ($left + ($i*7)), $top, $name[$i], $tc);
}
header('Pragma: public');
header('Pragma: no-cache');
header("Content-Type: image/png");
Imagepng($im,'',100);
ImageDestroy($im);
 
View user's profile Send private message Visit poster's website
hitwalker







PostPosted: Sat Sep 17, 2005 9:43 am Reply with quote

ah djmaze, thats nice..........lol
 
VinDSL







PostPosted: Sat Sep 17, 2005 5:22 pm Reply with quote

I think I'm in the ballpark... what say you?
[ Only registered users can see links on this board! Get registered or login! ]
 
hitwalker







PostPosted: Sat Sep 17, 2005 5:27 pm Reply with quote

And where's my copy ?
And on your site ...Waiting: 355 ?
Is that new?
 
VinDSL







PostPosted: Sat Sep 17, 2005 5:55 pm Reply with quote

Still working on it...

And, yes, I have 355 users waiting for approval. See above... Wink
 
hitwalker







PostPosted: Sat Sep 17, 2005 6:02 pm Reply with quote

See above?...huh?...
 
VinDSL







PostPosted: Sat Sep 17, 2005 7:06 pm Reply with quote

VinDSL wrote:
Still working on it...

I'm busier than a one-armed wallpaper hanger, most of the time... Don't even have time to okay new members...


Last edited by VinDSL on Sat Sep 17, 2005 10:14 pm; edited 1 time in total 
VinDSL







PostPosted: Sat Sep 17, 2005 9:56 pm Reply with quote

Okay, it's good enough for the girls I go with... Cool

Choose your poison:
  • Dead Link (1583KB)
  • Deak Link (2170KB)
Let me know how it works for you. This was really rushed (less than 24 hrs).
If it looks okay, tell me and I'll put it on my website for public downloading...


Last edited by VinDSL on Sat Sep 17, 2005 11:18 pm; edited 1 time in total 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sat Sep 17, 2005 11:15 pm Reply with quote

Links are 550 errors.
 
View user's profile Send private message
VinDSL







PostPosted: Sat Sep 17, 2005 11:16 pm Reply with quote

LoL! Update time already... Very Happy

I figured out a way to cut down the size considerably. Here are the updates:
  • Dead Link (513KB)
  • Dead Link (537KB)
Demo (production site): [ Only registered users can see links on this board! Get registered or login! ]
Demo (normal theme): [ Only registered users can see links on this board! Get registered or login! ]

With that, I'm gonna go have a beer!


Last edited by VinDSL on Mon Sep 19, 2005 1:54 am; edited 1 time in total 
Raven







PostPosted: Sat Sep 17, 2005 11:20 pm Reply with quote

Cheers
 
hitwalker







PostPosted: Sun Sep 18, 2005 4:30 am Reply with quote

thanks vin...
 
izone







PostPosted: Sun Sep 18, 2005 6:04 am Reply with quote

Thanks VinDSL,

and

Cheers if u still are drinking that beer! Smile
 
VinDSL







PostPosted: Mon Sep 19, 2005 12:13 am Reply with quote

hitwalker wrote:
he...he...great ideas i allways have...

Now that it's been another 24hrs, I can see several deficits in this module. For instance, it only covers 4 different email addys, and I have limited the 'name@whatever' to the name plus 3 characters, when more are obviously needed for some of these email extensions, et cetera.

For instance:
  • hotmail.co.jp
  • hotmail.co.uk
How now brown cow? Limit the extension to 5 characters -- at least for Hotmail?

The devil is in the details... Cool


Last edited by VinDSL on Mon Sep 19, 2005 12:29 am; edited 2 times in total 
VinDSL







PostPosted: Mon Sep 19, 2005 12:22 am Reply with quote

Yahoo is going to need at least 6 characters in the extension for
  • com.ar
  • com.au
  • com.br
  • com.cn
  • com.hk
  • com.mx
  • com.sg
  • com.tw
 
VinDSL







PostPosted: Mon Sep 19, 2005 12:27 am Reply with quote

MSN is only gonna need a '.com' extension, like Google...

*Sigh* The life of a hacker...

I can see another update coming! Any other 'ideas', mijn leider? Mr. Green
 
Raven







PostPosted: Mon Sep 19, 2005 1:45 am Reply with quote

Did you get the file I sent you?
 
VinDSL







PostPosted: Mon Sep 19, 2005 1:51 am Reply with quote

Raven wrote:
Did you get the file I sent you?

Hrm..

I dunno -- I'll check. Mail/PM and I don't get along well together... Lycos?
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Other - Chit Chat

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©