Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /usr/share/doc/lynx-2.8.6/samples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/lynx-2.8.6/samples/lynxdump
#!/bin/sh
# lynx -dump w/o numbers
: ${TMPDIR-/tmp}
: ${HOME-`pwd`}
oldmask=`umask`
umask 077
MYTMP=$TMPDIR/mytmp$$
mkdir $MYTMP || exit 1
trap 'cd /; rm -rf $MYTMP' 0 1 2 5 15
if test $HOME/.lynxrc ; then
  cp $HOME/.lynxrc $MYTMP/.lynxrc
fi
echo 'keypad_mode=NUMBERS_AS_ARROWS' >> $MYTMP/.lynxrc
HOME=$MYTMP; export HOME
lynx -justify -dump -force_html -with_backspaces -nolist $*

haha - 2025