Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Gift for V1
|
Author |
Message |
Vegetano1
$urf
Posts: 9,083.2507 Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
|
RE: Gift for V1
Thanks!! great!
Added to my random sign,.!!
|
|
28/12/2007 02:38 PM |
|
Shady
Sometimes when poo, I hungry
Posts: 4,355.4586 Threads: 472
Joined: 18th Mar 2007
Reputation: 9.99582
E-Pigs: 508.0987
|
RE: Gift for V1
(09/06/2011 06:25 AM)S7* Wrote: Spambots are strange, mysterious creatures.
|
|
28/12/2007 02:40 PM |
|
Vegetano1
$urf
Posts: 9,083.2507 Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
|
RE: Gift for V1
Shady545 Wrote:nice i see it now O_O
lOOl its 3 sign's,.. in 1,.!!
There are not many picture's of foster's on the web,.?! :S
|
|
28/12/2007 02:44 PM |
|
rockhead
Storm Trooper
Posts: 1,699.4096 Threads: 118
Joined: 30th Jul 2007
Reputation: -3.8334
E-Pigs: 8.7806
|
RE: Gift for V1
v1 how do u do the random sig thing?
|
|
28/12/2007 02:55 PM |
|
Shady
Sometimes when poo, I hungry
Posts: 4,355.4586 Threads: 472
Joined: 18th Mar 2007
Reputation: 9.99582
E-Pigs: 508.0987
|
RE: Gift for V1
(09/06/2011 06:25 AM)S7* Wrote: Spambots are strange, mysterious creatures.
|
|
28/12/2007 02:56 PM |
|
Vegetano1
$urf
Posts: 9,083.2507 Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
|
RE: Gift for V1
rockhead Wrote:v1 how do u do the random sig thing?
You need a server wich suport's image's and you need a php script,.
|
|
28/12/2007 02:57 PM |
|
Tetris999
..............................
Posts: 2,390.4622 Threads: 298
Joined: 15th Apr 2007
Reputation: -6.7936
E-Pigs: 82.5657
|
RE: Gift for V1
Vegetano1 Wrote:rockhead Wrote:v1 how do u do the random sig thing?
You need a server wich suport's image's and you need a php script,.
wow damn, but if i recall can't you just use your computer as a server? and the php script shouldnt be all to hard to make right?
MY SIG IS FUCKING DEAD
|
|
31/12/2007 06:55 AM |
|
Vegetano1
$urf
Posts: 9,083.2507 Threads: 397
Joined: 2nd Mar 2007
Reputation: 6.06988
E-Pigs: 2756.6280
|
RE: Gift for V1
Tetris999 Wrote:Vegetano1 Wrote:rockhead Wrote:v1 how do u do the random sig thing?
You need a server wich suport's image's and you need a php script,.
wow damn, but if i recall can't you just use your computer as a server? and the php script shouldnt be all to hard to make right?
Server and computer are different,. but should work,.
The script: i think ZingaBurga made this script,.. but i am not sure,.
save as .txt and rename to .php place in the same dir as the picture's
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?php
// Force no caching
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Content-Type: image");
//****************** CHANGE THIS PART **************************
//Add lines to add images
$pic = array(
"1.png",
"2.png",
"3.png",
);
//**************************************************************
$rpic = $pic[mt_rand(0, count($pic)-1)];
header("Content-Length: ".filesize($rpic));
$fp = fopen($rpic, 'rb');
fpassthru($fp);
fclose($fp);
?>
|
|
|
31/12/2007 06:59 AM |
|
RIKKU
Storm Trooper
Posts: 2,380.2478 Threads: 288
Joined: 12th Aug 2007
Reputation: -2.68834
E-Pigs: 69.6099
|
|
31/12/2007 07:05 AM |
|
User(s) browsing this thread: 1 Guest(s)