View Poll Results: What sig should I use?

Voters
65. You may not vote on this poll
  • 27 41.54%
  • 20 30.77%
  • 8 12.31%
  • 10 15.38%
Page 4 of 4 FirstFirst 1234
Results 31 to 35 of 35

Thread: Signature Your Opinion

  1. #31
    BANNED
    Join Date
    Mar 2003
    Posts
    3,946
    Lookin again be honest i kinda like the second one m8

    it has more of an aura to it

  2. Internet, Programming and Graphics   -   #32
    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
    Can' go back now


    use all of them. create a random php file and rename the extention to png
    Won't the filesize be massive, and i dont know how to do that anyway


  3. Internet, Programming and Graphics   -   #33
    Out of The Ordinary
    Join Date
    Feb 2003
    Posts
    3,927
    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&#045;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
    Can&#39; go back now


    use all of them. create a random php file and rename the extention to png
    Won&#39;t the filesize be massive, and i dont know how to do that anyway [/b][/quote]
    Go here.

    BOT

  4. Internet, Programming and Graphics   -   #34
    h1
    Guest
    sig.png (upload in ASCII mode&#33
    Code:
    &#60;?php
    &#036;dir=opendir&#40;&#34;.&#34;&#41;;
    while&#40;&#40;&#036;file=readdir&#40;&#036;dir&#41;&#41;&#33;===false&#41;
    {
     &nbsp; if&#40;pregi_match&#40;&#39;/&#092;.gif&#036;/i&#39;,&#036;file&#41;&#41;
     &nbsp; {
     &nbsp; &nbsp; &nbsp;&#036;list&#91;&#93;=&#036;file;
     &nbsp; }
    }
    closedir&#40;&#036;dir&#41;;
    unset&#40;&#036;dir&#41;;
    srand&#40;&#40;double&#41;microtime&#40;&#41;*1000000&#41;;
    &#036;n=rand&#40;0,sizeof&#40;&#036;list&#41;-1&#41;;
    header&#40;&#39;Cache-control&#58; no-cache, must-revalidate, no-store&#39;&#41;;
    header&#40;&#39;Cache-control&#58; post-check=0, pre-check=0&#39;,false&#41;;
    header&#40;&#39;Content-disposition&#58; inline; filename=&#34;sig.png&#34;&#39;&#41;;
    header&#40;&#39;Content-type&#58; image/gif&#39;&#41;;
    header&#40;&#39;Expires&#58; 0&#39;&#41;;
    header&#40;&#39;Pragma&#58; no-store&#39;&#41;;
    readfile&#40;&#39;./&#39;.&#036;list&#91;&#036;n&#93;&#41;;
    unset&#40;&#036;list&#41;;
    unset&#40;&#036;n&#41;;
    ?&#62;
    .htaccess
    Code:
    &#60;Files .htaccess&#62;
    order allow, deny
    deny from all
    &#60;/Files&#62;
    AddType application/x-httpd-php .png
    .htaccess (if the above one doesn&#39;t work)
    Code:
    &#60;Files .htaccess&#62;
    order allow, deny
    deny from all
    &#60;/Files&#62;
    AddType x-mapp-php4 .png
    Hope this helps.

  5. Internet, Programming and Graphics   -   #35
    U should use mine.
    Need a cheap/easy way of modding your xbox? Check this out.


Page 4 of 4 FirstFirst 1234

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •