|
You last visited: Today at 12:15
Advertisement
Der längste e*pvp Thread X
Discussion on Der längste e*pvp Thread X within the Off Topic forum part of the Off-Topics category.
12/27/2009, 12:12
|
#17506
|
elite*gold: 0
Join Date: Sep 2009
Posts: 703
Received Thanks: 144
|
Quote:
Originally Posted by getToasted
1000 nackte Frauen :P?
|
Brauche ich nicht ich habe Ja mich
|
|
|
12/27/2009, 12:20
|
#17507
|
elite*gold: 9
Join Date: Apr 2009
Posts: 4,815
Received Thanks: 568
|
Quote:
Originally Posted by $PAM3R
Brauche ich nicht ich habe Ja mich 
|
btw dein awesome is auch nur geklaut
|
|
|
12/27/2009, 12:23
|
#17508
|
elite*gold: 0
Join Date: Sep 2009
Posts: 703
Received Thanks: 144
|
Quote:
Originally Posted by xblader88
btw dein awesome is auch nur geklaut
|
 danke
|
|
|
12/27/2009, 12:23
|
#17509
|
elite*gold: 20
Join Date: Jun 2008
Posts: 2,504
Received Thanks: 307
|
Morgen.
|
|
|
12/27/2009, 12:23
|
#17510
|
elite*gold: 9
Join Date: Apr 2009
Posts: 4,815
Received Thanks: 568
|
Quote:
Originally Posted by JayJay54321
Morgen.
|
hey!
|
|
|
12/27/2009, 12:24
|
#17511
|
elite*gold: 0
Join Date: Sep 2009
Posts: 703
Received Thanks: 144
|
Quote:
Originally Posted by JayJay54321
Morgen.
|
Morgen
|
|
|
12/27/2009, 12:24
|
#17512
|
elite*gold: 20
Join Date: Jun 2008
Posts: 2,504
Received Thanks: 307
|
Quote:
Originally Posted by xblader88
hey!
|
änderst du eigentlich jeden Tag deinen awesome in der Sig? finds genial
|
|
|
12/27/2009, 12:25
|
#17513
|
elite*gold: 28
Join Date: Dec 2009
Posts: 4,580
Received Thanks: 1,449
|
Hi
|
|
|
12/27/2009, 12:25
|
#17514
|
elite*gold: 9
Join Date: Apr 2009
Posts: 4,815
Received Thanks: 568
|
Quote:
Originally Posted by JayJay54321
änderst du eigentlich jeden Tag deinen awesome in der Sig? finds genial 
|
nein is random sig
|
|
|
12/27/2009, 12:26
|
#17515
|
elite*gold: 20
Join Date: Jun 2008
Posts: 2,504
Received Thanks: 307
|
Quote:
Originally Posted by xblader88
nein is random sig
|
achso.
andere frage: wer hat eigentlich diesen awesome avatar kreiert?
|
|
|
12/27/2009, 12:27
|
#17516
|
elite*gold: 9
Join Date: Apr 2009
Posts: 4,815
Received Thanks: 568
|
Quote:
Originally Posted by JayJay54321
achso.
andere frage: wer hat eigentlich diesen awesome avatar kreiert?
|
kollege hat sie mir gemacht xD
|
|
|
12/27/2009, 12:28
|
#17517
|
elite*gold: 0
Join Date: Sep 2009
Posts: 703
Received Thanks: 144
|
Quote:
Originally Posted by JayJay54321
achso.
andere frage: wer hat eigentlich diesen awesome avatar kreiert?
|
Glaube Eddy² ( mein awesome)
|
|
|
12/27/2009, 12:28
|
#17518
|
elite*gold: 28
Join Date: Dec 2009
Posts: 4,580
Received Thanks: 1,449
|
blader sieht dein php code ungefähr so aus ? ^^
PHP Code:
$URL1="sig/Real.jpg";
$URL2="sig/Lust.jpg";
$URL3="sig/Fate.jpg";
$URL4="sig/Love.jpg";
$URL5="sig/Hate.jpg";
$URL6="sig/Pure.jpg";
$URL7="sig/Hope.jpg";
$URL8="sig/True.jpg";
$URL9="sig/Luck.jpg";
srand((double) microtime() * 1000000);
$random = rand(1,9);
if($random == 1)
@header ("Location: $URL1");
elseif ($random == 2)
@header ("Location: $URL2");
elseif ($random == 3)
@header ("Location: $URL3");
elseif ($random == 4)
@header ("Location: $URL4");
elseif ($random == 5)
@header ("Location: $URL5");
elseif ($random == 6)
@header ("Location: $URL6");
elseif ($random == 7)
@header ("Location: $URL7");
elseif ($random == 8)
@header ("Location: $URL8");
elseif ($random == 9)
@header ("Location: $URL9");
?>
|
|
|
12/27/2009, 12:29
|
#17519
|
elite*gold: 170
Join Date: Mar 2008
Posts: 9,416
Received Thanks: 1,554
|
mhm..
|
|
|
12/27/2009, 12:31
|
#17520
|
elite*gold: 9
Join Date: Apr 2009
Posts: 4,815
Received Thanks: 568
|
Quote:
Originally Posted by St!cK
blader sieht dein php code ungefähr so aus ? ^^
PHP Code:
$URL1="sig/Real.jpg";
$URL2="sig/Lust.jpg";
$URL3="sig/Fate.jpg";
$URL4="sig/Love.jpg";
$URL5="sig/Hate.jpg";
$URL6="sig/Pure.jpg";
$URL7="sig/Hope.jpg";
$URL8="sig/True.jpg";
$URL9="sig/Luck.jpg";
srand((double) microtime() * 1000000);
$random = rand(1,9);
if($random == 1)
@header ("Location: $URL1");
elseif ($random == 2)
@header ("Location: $URL2");
elseif ($random == 3)
@header ("Location: $URL3");
elseif ($random == 4)
@header ("Location: $URL4");
elseif ($random == 5)
@header ("Location: $URL5");
elseif ($random == 6)
@header ("Location: $URL6");
elseif ($random == 7)
@header ("Location: $URL7");
elseif ($random == 8)
@header ("Location: $URL8");
elseif ($random == 9)
@header ("Location: $URL9");
?>
|
so sieht sie aus :
PHP Code:
<?php
$folder = '.';
$extList = array();
$extList['gif'] = 'image/gif';
$extList['jpg'] = 'image/jpeg';
$extList['jpeg'] = 'image/jpeg';
$extList['png'] = 'image/png';
$img = null;
if (substr($folder,-1) != '/') {
$folder = $folder.'/';
}
if (isset($_GET['img'])) {
$imageInfo = pathinfo($_GET['img']);
if (
isset( $extList[ strtolower( $imageInfo['extension'] ) ] ) &&
file_exists( $folder.$imageInfo['basename'] )
) {
$img = $folder.$imageInfo['basename'];
}
} else {
$fileList = array();
$handle = opendir($folder);
while ( false !== ( $file = readdir($handle) ) ) {
$file_info = pathinfo($file);
if (
isset( $extList[ strtolower( $file_info['extension'] ) ] )
) {
$fileList[] = $file;
}
}
closedir($handle);
if (count($fileList) > 0) {
$imageNumber = time() % count($fileList);
$img = $folder.$fileList[$imageNumber];
}
}
if ($img!=null) {
$imageInfo = pathinfo($img);
$contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ];
header ($contentType);
readfile($img);
} else {
if ( function_exists('imagecreate') ) {
header ("Content-type: image/png");
$im = @imagecreate (100, 100)
or die ("Cannot initialize new GD image stream");
$background_color = imagecolorallocate ($im, 255, 255, 255);
$text_color = imagecolorallocate ($im, 0,0,0);
imagestring ($im, 2, 5, 5, "IMAGE ERROR", $text_color);
imagepng ($im);
imagedestroy($im);
}
}
?>
|
|
|
All times are GMT +1. The time now is 12:15.
|
|