!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\Intranet\C\xampp\htdocs\xampp\special\ps\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     text.php (4.45 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$ps 
ps_new();
if (!
ps_open_file($ps"D:/xampp/htdocs/xampp/external/ps/text.ps")) {
    print 
"Cannot open PostScript file\n";
    exit;
}

ps_set_parameter($ps"warning""false");

ps_set_info($ps"Creator""text.php");
ps_set_info($ps"Author""Uwe Steinmann");
ps_set_info($ps"Title""Text output");
ps_set_info($ps"BoundingBox""0 0 596 842");
ps_set_info($ps"Orientation""Portrait");

if(!
$font ps_findfont($ps"Dustismo""builtin"1)) {
    echo 
"Could not find font.\n";
    exit;
}
ps_begin_page($ps596842);
ps_setfont($ps$font14.0);
ps_show_xy($ps"Text starting at position (100, 700) with kerning"100700);
ps_set_parameter($ps"kerning""false");
ps_show_xy($ps"Text starting at position (100, 670) without kerning"100670);
ps_set_parameter($ps"kerning""true");
ps_set_parameter($ps"underline""true");
ps_show_xy($ps"Text starting at position (100, 640) with underlining"100640);
ps_set_parameter($ps"underline""false");
ps_set_parameter($ps"overline""true");
ps_show_xy($ps"Text starting at position (100, 610) with overlining"100610);
ps_set_parameter($ps"overline""false");
ps_set_parameter($ps"strikeout""true");
ps_show_xy($ps"Text starting at position (100, 580) striked out"100580);
ps_set_parameter($ps"strikeout""false");

ps_show_xy($ps"Text with some ligatures ffi fi fl ff"100550);

ps_set_parameter($ps"ligatures""false");
ps_show_xy($ps"Text without ligatures ffi fi fl ff"100520);
ps_set_parameter($ps"ligatures""true");

ps_set_value($ps"charspacing"2.0);
ps_show_xy($ps"Text with char spacing set to 2.0"100490);
ps_set_value($ps"charspacing"0.0);
ps_show_xy($ps"Text with char spacing set to 0.0"100460);
ps_set_value($ps"charspacing", -2.0);
ps_show_xy($ps"Text with char spacing set to -2.0"100430);
ps_set_value($ps"charspacing"0.0);
ps_show_xy($ps"Some text which will be continued ..."100400);
ps_continue_text($ps"... in the next line ...");
ps_set_value($ps"leading"30);
ps_continue_text($ps"... and another one with leading set to 30.");

ps_setcolor($ps"both""rgb"1.00.00.00.0);
ps_show_xy($ps"Text can be written in color."100340);

ps_end_page($ps);

ps_begin_page($ps596842);
ps_setfont($ps$font14.0);
ps_set_value($ps"leading"16);
ps_show_boxed($ps"Text can be put into a box. It will automatically line wrapped. The text can left or right justified or centered. The given coordinates specify the lower left corner."100550100200"left");
ps_show_boxed($ps"Text can be put into a box. It will automatically line wrapped. The text can left or right justified or centered. The given coordinates specify the lower left corner."235550100200"center");
ps_show_boxed($ps"Text can be put into a box. It will automatically line wrapped. The text can left or right justified or centered. The given coordinates specify the lower left corner."370550100200"right");
ps_set_value($ps"leading"30);
$text "The line spacing (leading) can be set as on page 1. If the text does not fit into the box, it will be cut off. The string length of the remaining text is returned. This makes it quite easy to continue the remaining text in a second, third, fourth etc. box.";
$len ps_show_boxed($ps$text100320100200"justify");
$len ps_show_boxed($pssubstr($textstrlen($text)-$len), 235320100200"justify");
$len ps_show_boxed($pssubstr($textstrlen($text)-$len), 370320100200"justify");

ps_set_value($ps"leading"20);
ps_set_parameter($ps"hyphenation""true");
ps_set_parameter($ps"hyphendict""D:/xampp/htdocs/xampp/external/ps/hyph_en.dic");
ps_set_value($ps"hyphenminchars"2);
$text "You wonder if hyphenation is supported? Yes, of course and it uses the hyphenation files from scribus. Scribus provides hyphenation dictionaries for 14 languages. Another nice feature is Protution. This means that certain characters reach over the left or right margin. This is very useful for hyphens or punctuation to make straight looking margins like the one in the first column (it is very exaggerated).";
ps_set_parameter($ps"RightMarginKerning""hyphen=1000");
$len ps_show_boxed($ps$text10090100200"justify");
$len ps_show_boxed($pssubstr($textstrlen($text)-$len), 23590100200"right");
$len ps_show_boxed($pssubstr($textstrlen($text)-$len), 37090100200"left");
ps_end_page($ps);

ps_close($ps);
ps_delete($ps);
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--