ShellBanner
System:Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686
Software:Apache. PHP/5.3.6-13ubuntu3.10
ID:uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
Safe Mode:OFF
Open_Basedir:OFF
Freespace:27.14 GB of 70.42 GB (38.54%)
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

/ usr/ share/ php/ adodb/ drivers/ - drwxr-xr-x

Directory:
Viewing file:     adodb-sqlitepo.inc.php (1.82 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
V5.10 10 Nov 2009   (c) 2000-2009 John Lim (jlim#natsoft.com). All rights reserved.
  Released under both BSD license and Lesser GPL library license.
  Whenever there is any discrepancy between the two licenses,
  the BSD license will take precedence.

  Portable version of sqlite driver, to make it more similar to other database drivers.
  The main differences are

   1. When selecting (joining) multiple tables, in assoc mode the table
         names are included in the assoc keys in the "sqlite" driver.
      
      In "sqlitepo" driver, the table names are stripped from the returned column names. 
      When this results in a conflict,  the first field get preference.

    Contributed by Herman Kuiper  herman#ozuzo.net  
*/

if (!defined('ADODB_DIR')) die();

include_once(
ADODB_DIR.'/drivers/adodb-sqlite.inc.php');

class 
ADODB_sqlitepo extends ADODB_sqlite {
   var 
$databaseType 'sqlitepo';

   function 
ADODB_sqlitepo()
   {
      
$this->ADODB_sqlite();
   }
}

/*--------------------------------------------------------------------------------------
       Class Name: Recordset
--------------------------------------------------------------------------------------*/

class ADORecordset_sqlitepo extends ADORecordset_sqlite {

   var 
$databaseType 'sqlitepo';

   function 
ADORecordset_sqlitepo($queryID,$mode=false)
   {
      
$this->ADORecordset_sqlite($queryID,$mode);
   }
   
   
// Modified to strip table names from returned fields
   
function _fetch($ignore_fields=false)
   {
      
$this->fields = array();
      
$fields = @sqlite_fetch_array($this->_queryID,$this->fetchMode);
      if(
is_array($fields))
         foreach(
$fields as $n => $v)
         {
            if((
$p strpos($n".")) !== false)
               
$n substr($n$p+1);
            
$this->fields[$n] = $v;
         }

      return !empty(
$this->fields);
   }
}
?>
Command:
Quick Commands:
Upload:
[Read-Only] Max size: 100MB
PHP Filesystem: <@ Ú
Search File:
regexp
Create File:
Overwrite [Read-Only]
View File:
Mass Defacement:
[+] Main Directory: [+] Defacement Url:
LmfaoX Shell - Private Build [BETA] - v0.1 -; Generated: 0.4954 seconds