Lookin again be honest i kinda like the second one m8
it has more of an aura to it
Printable View
Lookin again be honest i kinda like the second one m8
it has more of an aura to it
Can' go back now :PQuote:
Originally posted by ck-uk@11 April 2004 - 08:30
Lookin again be honest i kinda like the second one m8
it has more of an aura to it
Won't the filesize be massive, and i dont know how to do that anyway :(Quote:
use all of them. create a random php file and rename the extention to png
Can' go back now :PQuote:
Originally posted by peerzyboy+11 April 2004 - 11:43--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (peerzyboy @ 11 April 2004 - 11:43)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-ck-uk@11 April 2004 - 08:30
Lookin again be honest i kinda like the second one m8
it has more of an aura to it
Won't the filesize be massive, and i dont know how to do that anyway :( [/b][/quote]Quote:
use all of them. create a random php file and rename the extention to png
Go here.
BOT
sig.png (upload in ASCII mode!).htaccessCode:<?php
$dir=opendir(".");
while(($file=readdir($dir))!===false)
{
if(pregi_match('/\.gif$/i',$file))
{
$list[]=$file;
}
}
closedir($dir);
unset($dir);
srand((double)microtime()*1000000);
$n=rand(0,sizeof($list)-1);
header('Cache-control: no-cache, must-revalidate, no-store');
header('Cache-control: post-check=0, pre-check=0',false);
header('Content-disposition: inline; filename="sig.png"');
header('Content-type: image/gif');
header('Expires: 0');
header('Pragma: no-store');
readfile('./'.$list[$n]);
unset($list);
unset($n);
?>
.htaccess (if the above one doesn't work)Code:<Files .htaccess>
order allow, deny
deny from all
</Files>
AddType application/x-httpd-php .png
:lol: Hope this helps. :)Code:<Files .htaccess>
order allow, deny
deny from all
</Files>
AddType x-mapp-php4 .png
U should use mine. :lol:
:rolleyes: