-
07-31-2005, 01:17 AM #1
-
07-31-2005, 01:21 AM #2
- Join Date
- Aug 2004
- Age
- 40
- Posts
- 6,210
Re: Fear the signature
That's wicked.
Originally Posted by Mishkan
-
07-31-2005, 01:25 AM #3
-
08-02-2005, 05:28 PM #4
-
08-02-2005, 06:40 PM #5
-
08-02-2005, 06:50 PM #6
-
08-02-2005, 07:27 PM #7
-
08-03-2005, 02:37 AM #8
Re: Fear the signature
Good work and such.
-
08-03-2005, 09:26 AM #9
Re: Fear the signature
I love the blue avatar, it would be awesome of you could get it to work.
-
08-03-2005, 01:03 PM #10
Re: Fear the signature
Originally Posted by Mishkan
What program are you using to do that?Become a supporting member!
Buy a Tactical Duck!
Take the world's smallest political quiz! "I was touched by His Noodly Appendage."
TacticalGamer TX LAN/BBQ Veteran:
-
08-03-2005, 04:50 PM #11
Re: Fear the signature
random scripting but mainly php
There is also an .htaccess file to make it think that its a gifCode:<?php header ("Content-type: image/png"); Header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); Header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); Header('Pragma: no-cache'); $folder = ""; $exts = 'jpg jpeg gif'; $files = array(); $i = -1; // Initialize some variables if ('' == $folder) $folder = './'; $handle = opendir($folder); $exts = explode(' ', $exts); //basically searches through the folder for the exts while (false !== ($file = readdir($handle))) { foreach($exts as $ext) { // for each extension check the extension if (preg_match('/\.'.$ext.'$/i', $file, $test)) { // faster than ereg, case insensitive $files[] = $file; // it's good ++$i; } } } closedir($handle); // We're not using it anymore $rand = date('i', time())%($i+1);//this is set to every minute since the date function has i, it then gives the remainder of the time in minutes divided by the number of files +1. So this way it changes every minute $image = imagecreatefromgif($files[$rand]); //creates the purty image Imagepng($image); imagedestroy($image); ?>
also the originals:
http://mishkanart.com/viewart.php?artid=36
http://mishkanart.com/viewart.php?artid=26
http://mishkanart.com/viewart.php?artid=29
-
08-04-2005, 04:45 AM #12
Re: Fear the signature
OK, I'm an idiot when it comes to code like that... Is that something that I can copy and past to my TG webspace to make it work?
Originally Posted by Mishkan
Become a supporting member!
Buy a Tactical Duck!
Take the world's smallest political quiz! "I was touched by His Noodly Appendage."
TacticalGamer TX LAN/BBQ Veteran:
-
08-04-2005, 06:10 PM #13
-
08-05-2005, 05:08 AM #14
Re: Fear the signature
OK, is it something that someone like Apophis could set me up with very easily? Like with only about five minutes of his time?
Originally Posted by Mishkan
Become a supporting member!
Buy a Tactical Duck!
Take the world's smallest political quiz! "I was touched by His Noodly Appendage."
TacticalGamer TX LAN/BBQ Veteran:
-
08-05-2005, 01:35 PM #15
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)





Reply With Quote







Bookmarks