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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/lib/4Suite/tests/Rdf/Borrowed/   drwxr-xr-x
Free 4.9 GB of 27.03 GB (18.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ji_20021211.py (1.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
# http://lists.fourthought.com/pipermail/4suite/2001-December/002966.html


RDF1 = """\
<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:dcq='http://purl.org/dc/terms/' xmlns:gemq='http://gemstar.ischool.washington.edu/schema/2001/04/11/gemq#'>
  <rdf:Description rdf:about='http://magma.nationalgeographic.com/pulseplanet/'>
    <dc:subject>
      <rdf:Seq>
        <rdf:li>
          <gemq:GEM-S>
            <rdf:value>Social studies</rdf:value>
          </gemq:GEM-S>
        </rdf:li>
        <rdf:li>
          <gemq:GEM-S>
            <rdf:value>Geography</rdf:value>
          </gemq:GEM-S>
        </rdf:li>
      </rdf:Seq>
    </dc:subject>
  </rdf:Description>
</rdf:RDF>
"""

def Test(tester):
    from Ft.Lib.Uri import OsPathToUri
    from Ft.Rdf import Util
    from Ft.Xml.Domlette import PrettyPrint

    scope = OsPathToUri(__file__, attemptAbsolute=True)
    scope += '-INTERNAL-XML-STRING'
    model, db = Util.DeserializeFromString(RDF1, scope=scope)
    from Ft.Rdf.Serializers.Dom import Serializer
    serializer = Serializer()
    PrettyPrint(serializer.serialize(model))

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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