Private Method Details |
get_ipb_user_details |
private array get_ipb_user_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$user_start_at, int &$user_per_page )
|
|
Returns the userid to user name array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$user_start_at |
|
|
Start point |
|
|
int |
&$user_per_page |
|
|
End point |
|
Returns |
array |
|
get_ipb_css |
private array get_ipb_css( object databaseobject &$DB_object, string &$database_type, string &$table_prefix )
|
|
Returns the cssid to css details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
Returns |
array |
|
get_ipb_category_details |
private array get_ipb_category_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix )
|
|
Returns the category details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
Returns |
array |
|
get_ipb_forum_details |
private array get_ipb_forum_details( object databaseobject &$DB_object, string $database_type, string $table_prefix, int $forum_start_at, int $forum_per_page )
|
|
Returns the forum details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
$database_type |
|
|
Table database type |
|
|
string |
$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
$forum_start_at |
|
|
Start point |
|
|
int |
$forum_per_page |
|
|
End point |
|
Returns |
array |
|
get_imported_ipb_style_ids |
private array get_imported_ipb_style_ids( object databaseobject &$DB_object )
|
|
Returns the styleid to style details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
Returns |
array |
|
get_ipb_parent_forum_id |
private int get_ipb_parent_forum_id( object databaseobject &$DB_object, string $database_type, string $table_prefix, int $import_forum_id )
|
|
Returns the parent id of a forum
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
$database_type |
|
|
Table database type |
|
|
string |
$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
$import_forum_id |
|
|
The import forum id |
|
Returns |
int |
|
get_ipb_thread_details |
private array get_ipb_thread_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$thread_start_at, int &$threads_per_page )
|
|
Returns the thread details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$thread_start_at |
|
|
Start point |
|
|
int |
&$threads_per_page |
|
|
End point |
|
Returns |
array |
|
get_ipb_posts_details |
private array get_ipb_posts_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$post_start_at, int &$posts_per_page )
|
|
Returns the post details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$post_start_at |
|
|
Start point |
|
|
int |
&$posts_per_page |
|
|
End point |
|
Returns |
array |
|
unconvert_size |
private string unconvert_size( [ string $size, string $text ] )
|
|
Regex call back
|
Parameter |
|
string |
$size |
= >>""<< |
|
Table database type |
|
|
string |
$text |
= >>""<< |
|
The prefix to the table name i.e. 'vb3_' |
|
Returns |
string |
|
ipb_html |
private string ipb_html( string $post )
|
|
HTML parser
|
Parameter |
|
string |
$post |
|
|
The string to be parsed |
|
Returns |
string |
|
get_ipb_polls_details |
private int get_ipb_polls_details( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$poll_start_at, int &$poll_per_page )
|
|
Returns the IPB poll details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$poll_start_at |
|
|
Start point |
|
|
int |
&$poll_per_page |
|
|
End point |
|
Returns |
int |
|
get_ipb_poll_question_text |
private string get_ipb_poll_question_text( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$message_id )
|
|
Returns the poll question text
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$message_id |
|
|
The poll question text |
|
Returns |
string |
|
get_ipb_pms |
private array get_ipb_pms( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$pm_start_at, int &$pm_per_page )
|
|
Returns the IPB PM details array
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$pm_start_at |
|
|
Start point |
|
|
int |
&$pm_per_page |
|
|
End point |
|
Returns |
array |
|
get_ipb_buddy_ignore_lists |
private array get_ipb_buddy_ignore_lists( object databaseobject &$DB_object, string &$database_type, string &$table_prefix, int &$list_start_at, int &$list_per_page )
|
|
Returns the IPB poll details
|
Parameter |
|
object databaseobject |
&$DB_object |
|
|
The database object to run the query against |
|
|
string |
&$database_type |
|
|
Table database type |
|
|
string |
&$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
&$list_start_at |
|
|
Start point |
|
|
int |
&$list_per_page |
|
|
End point |
|
Returns |
array |
|
get_ipb_moderators_details |
private array get_ipb_moderators_details( object databaseobject $DB_object, string $database_type, string $table_prefix, int $moderators_start_at, int $moderators_per_page )
|
|
Returns the IPB moderators details
|
Parameter |
|
object databaseobject |
$DB_object |
|
|
The database object to run the query against |
|
|
string |
$database_type |
|
|
Table database type |
|
|
string |
$table_prefix |
|
|
The prefix to the table name i.e. 'vb3_' |
|
|
int |
$moderators_start_at |
|
|
Start point |
|
|
int |
$moderators_per_page |
|
|
End point |
|
Returns |
array |
|
get_ipb_members_list |
private void get_ipb_members_list( &$Db_object, &$databasetype, &$tableprefix, &$start, &$per_page )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
&$Db_object |
|
|
Warning: documentation is missing. |
|
|
|
&$databasetype |
|
|
Warning: documentation is missing. |
|
|
|
&$tableprefix |
|
|
Warning: documentation is missing. |
|
|
|
&$start |
|
|
Warning: documentation is missing. |
|
|
|
&$per_page |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|