NewsFeaturesDownloadsDevelopmentSupportAbout Us

lifetype-1.2/plugins/badbehavior/index.inc.php File Reference

Go to the source code of this file.


Enumerations

enum  BB2_CWD
enum  BB2_EMERGENCY_EMAIL
enum  BB2_DEFAULT_LOG_TABLE

Functions

 bb2_db_date ()
 bb2_db_affected_rows ()
 bb2_db_escape ($string)
 bb2_db_num_rows ($result)
 bb2_db_query ($query)
 bb2_db_rows ($result)
 bb2_email ()
 bb2_read_settings ()
 bb2_write_settings ($settings)
 bb2_install ()
 bb2_relative_path ()

Variables

 $bb2_mtime = explode(" ", microtime())
 $bb2_timer_start = $bb2_mtime[1] + $bb2_mtime[0]
 $settings = bb2_read_settings()
 $bb2_timer_stop = $bb2_mtime[1] + $bb2_mtime[0]
 $bb2_timer_total = $bb2_timer_stop - $bb2_timer_start

Enumeration Type Documentation

enum BB2_CWD

Definition at line 31 of file index.inc.php.

Definition at line 33 of file index.inc.php.

Definition at line 32 of file index.inc.php.


Function Documentation

bb2_db_affected_rows (  ) 

Definition at line 43 of file index.inc.php.

References $db, Db.getDb(), and lt_include().

bb2_db_date (  ) 

Definition at line 38 of file index.inc.php.

Referenced by bb2_housekeeping(), and bb2_insert().

bb2_db_escape ( string  ) 

Definition at line 51 of file index.inc.php.

References lt_include(), and Db.qstr().

Referenced by bb2_insert(), and bb2_table_structure().

bb2_db_num_rows ( result  ) 

Definition at line 58 of file index.inc.php.

References $result.

bb2_db_query ( query  ) 

Definition at line 64 of file index.inc.php.

References $db, $result, Db.getDb(), and lt_include().

Referenced by bb2_approved(), bb2_housekeeping(), and bb2_install().

bb2_db_rows ( result  ) 

Definition at line 79 of file index.inc.php.

References $result.

bb2_email (  ) 

Definition at line 89 of file index.inc.php.

bb2_install (  ) 

bb2_read_settings (  ) 

Definition at line 94 of file index.inc.php.

References $config, $prefix, Config.getConfig(), Db.getPrefix(), and lt_include().

Referenced by bb2_install().

bb2_relative_path (  ) 

Definition at line 138 of file index.inc.php.

References $config, Config.getConfig(), and lt_include().

Referenced by bb2_screener_cookie().

bb2_write_settings ( settings  ) 

Definition at line 115 of file index.inc.php.

References $config, $settings, Config.getConfig(), and lt_include().

Referenced by bb2_install().


Variable Documentation

$bb2_mtime = explode(" ", microtime())

Definition at line 28 of file index.inc.php.

$bb2_timer_start = $bb2_mtime[1] + $bb2_mtime[0]

Definition at line 29 of file index.inc.php.

$bb2_timer_stop = $bb2_mtime[1] + $bb2_mtime[0]

Definition at line 161 of file index.inc.php.

$bb2_timer_total = $bb2_timer_stop - $bb2_timer_start

Definition at line 162 of file index.inc.php.

Referenced by PluginBadBehavior.showBB2Timer().