403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.168
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/databases/sqlite-ext-miscfuncs/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/databases/sqlite-ext-miscfuncs/files/README.in
Usage instructions for applications calling the sqlite3 API functions:

  In your application, call sqlite3_enable_load_extension(db,1) to
  allow loading external libraries.  Then load the library
  %%LIBFILE%% using sqlite3_load_extension; the third argument
  should be 0. See http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions.
  Select statements may now use these functions, as in:

  SELECT cos(radians(inclination)) FROM satsum WHERE satnum = 25544;


Usage instructions for the sqlite3 program:

  If the program is built so that loading extensions is permitted,
  the following will work:

  sqlite> SELECT load_extension('%%LIBFILE%%');
  sqlite> select cos(radians(45));
  0.707106781186548

  Note: Loading extensions is by default prohibited as a
  security measure; see "Security Considerations" in
  http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions.

  If the sqlite3 program and library are built this
  way, you cannot use these functions from the program, you
  must write your own program using the sqlite3 API, and call
  sqlite3_enable_load_extension as described above, or else
  rebuilt the sqlite3 program to allow loadable extensions.

Youez - 2016 - github.com/yon3zu
LinuXploit