| View previous topic :: View next topic |
| Author |
Message |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Thu Aug 13, 2009 1:22 am Post subject: By command of Mr. Hobo |
|
|
I am to entertain you kiddies.
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Thu Aug 13, 2009 1:27 am Post subject: |
|
|
kcool.
_________________
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Thu Aug 13, 2009 1:27 am Post subject: |
|
|
| Mhm, it changes on each load.
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Thu Aug 13, 2009 1:28 am Post subject: |
|
|
| compactwater wrote: | | Mhm, it changes on each load. | I noticed. Who is the neked dudez?
_________________
|
|
| Back to top |
|
 |
Fifty Shades of J Expert Cheater
Reputation: 32
Joined: 11 Aug 2007 Posts: 236 Location: New York
|
Posted: Thu Aug 13, 2009 2:12 am Post subject: |
|
|
| compactwater wrote: | | Mhm, it changes on each load. | LIAR! it sometimes shows the same one! you should have said it sometimes changes when you reload it.
_________________
|
|
| Back to top |
|
 |
Batman Grandmaster Cheater
Reputation: 0
Joined: 26 Jan 2008 Posts: 956
|
Posted: Thu Aug 13, 2009 2:20 am Post subject: |
|
|
| how 2 make a changing avatar?
|
|
| Back to top |
|
 |
sponge cake recipe Grandmaster Cheater Supreme
Reputation: 22
Joined: 24 Sep 2007 Posts: 1635
|
Posted: Thu Aug 13, 2009 2:22 am Post subject: |
|
|
| Gendo Ikari wrote: | | how 2 make a changing avatar? |
Rotator.
|
|
| Back to top |
|
 |
Up2Admin I'm a spammer
Reputation: 126
Joined: 17 Oct 2007 Posts: 6548 Location: Texas
|
Posted: Thu Aug 13, 2009 2:35 am Post subject: |
|
|
| Gendo Ikari wrote: | | how 2 make a changing avatar? | You needz PHP.
_________________
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Thu Aug 13, 2009 2:38 am Post subject: |
|
|
| Code: | <?php
$path='/var/www/html/datei/';
if ($handle = opendir($path)) {
header('Content-Type: image/png');
$i=0;
while (false !== ($file = readdir($handle))) {
if (strstr($file, '.png') OR strstr($file, '.jpg') OR strstr($file, '.gif') OR strstr($file, '.jpeg')) {
$datei[$i]= "$file";
$i++;
}
}
closedir($handle);
readfile($path.$datei[Rand(0, SizeOf($datei)-1)]);
}
?> | That's how. Of course, you can't use image tags on a PHP file, so you'll have to edit htttpd.conf or .htaccess to execute the "image" file as a PHP script... or you can use my much better dynamic method:
http://67.159.63.74/h4x/website.com/some.php.jpeg
or, if the path to your PHP file requires special symbols:
http://67.159.63.74/h3x/<base64>.jpeg
|
|
| Back to top |
|
 |
-J- Master Cheater
Reputation: 1
Joined: 27 Jan 2008 Posts: 321
|
Posted: Thu Aug 13, 2009 3:30 am Post subject: |
|
|
| compactwater wrote: | | Code: | <?php
$path='/var/www/html/datei/';
if ($handle = opendir($path)) {
header('Content-Type: image/png');
$i=0;
while (false !== ($file = readdir($handle))) {
if (strstr($file, '.png') OR strstr($file, '.jpg') OR strstr($file, '.gif') OR strstr($file, '.jpeg')) {
$datei[$i]= "$file";
$i++;
}
}
closedir($handle);
readfile($path.$datei[Rand(0, SizeOf($datei)-1)]);
}
?> | That's how. Of course, you can't use image tags on a PHP file, so you'll have to edit htttpd.conf or .htaccess to execute the "image" file as a PHP script... or you can use my much better dynamic method:
http://67.159.63.74/h4x/website.com/some.php.jpeg
or, if the path to your PHP file requires special symbols:
http://67.159.63.74/h3x/<base64>.jpeg |
wat?
_________________
|
|
| Back to top |
|
 |
|