|
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.73 GB of 70.42 GB (39.38%) |
|
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,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
share/
php/
adodb/
lang/
- drwxr-xr-x
|
Viewing file: adodb-bg.inc.php (1.99 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
<?php /* Bulgarian language, v1.0, 25.03.2004, encoding by Windows-1251 charset contributed by Valentin Sheiretsky <valio#valio.eu.org> */
$ADODB_LANG_ARRAY = array ( 'LANG' => 'bg', DB_ERROR => 'неизвестна грешка', DB_ERROR_ALREADY_EXISTS => 'вече съществува', DB_ERROR_CANNOT_CREATE => 'не може да бъде създадена', DB_ERROR_CANNOT_DELETE => 'не може да бъде изтрита', DB_ERROR_CANNOT_DROP => 'не може да бъде унищожена', DB_ERROR_CONSTRAINT => 'нарушено условие', DB_ERROR_DIVZERO => 'деление на нула', DB_ERROR_INVALID => 'неправилно', DB_ERROR_INVALID_DATE => 'некоректна дата или час', DB_ERROR_INVALID_NUMBER => 'невалиден номер', DB_ERROR_MISMATCH => 'погрешна употреба', DB_ERROR_NODBSELECTED => 'не е избрана база данни', DB_ERROR_NOSUCHFIELD => 'несъществуващо поле', DB_ERROR_NOSUCHTABLE => 'несъществуваща таблица', DB_ERROR_NOT_CAPABLE => 'DB backend not capable', DB_ERROR_NOT_FOUND => 'не е намерена', DB_ERROR_NOT_LOCKED => 'не е заключена', DB_ERROR_SYNTAX => 'грешен синтаксис', DB_ERROR_UNSUPPORTED => 'не се поддържа', DB_ERROR_VALUE_COUNT_ON_ROW => 'некоректен брой колони в реда', DB_ERROR_INVALID_DSN => 'невалиден DSN', DB_ERROR_CONNECT_FAILED => 'връзката не може да бъде осъществена', 0 => 'няма грешки', // DB_OK DB_ERROR_NEED_MORE_DATA => 'предоставените данни са недостатъчни', DB_ERROR_EXTENSION_NOT_FOUND=> 'разширението не е намерено', DB_ERROR_NOSUCHDB => 'несъществуваща база данни', DB_ERROR_ACCESS_VIOLATION => 'нямате достатъчно права' ); ?>
|