Ahh, i forget about this sql query. Ok please close topic, my mistake
1 2009-11-16 14:38
Re: Mysqli Database class - +1 empty query (2 replies, posted in PunBB 1.3 bug reports)
2 2009-11-14 07:15
Topic: Mysqli Database class - +1 empty query (2 replies, posted in PunBB 1.3 bug reports)
Hi
I found a little error in include/dblayer/mysqli.php, what error? Ok listen.
I use this database class on my page, when i turn on to see how many is querys i see 1 SQL QUERY, but I did not create any sql query.
I'm not sure, but in PunBB may add +1 empty query, ofc where User choise is db_type MYSQLI (config.php -> $db_type = 'mysqli';)
Please check this.
3 2009-11-02 13:18
Re: Unbuffered in mysqli Database Class (2 replies, posted in PunBB 1.3 discussion)
Forum core? where is "Forum core" It is common.php?
4 2009-11-01 17:21
Topic: Unbuffered in mysqli Database Class (2 replies, posted in PunBB 1.3 discussion)
Hi.
In \include\dblayer\mysqli.php we can see Query/Query build function:
#1
function query($sql, $unbuffered = false)
#2
function query_build($query, $return_query_string = false, $unbuffered = false)
Can anybody tell me when unbuffered is true?
5 2009-10-23 13:04
Re: Csrf_token and Confirm_cancel ($_POST) (6 replies, posted in PunBB 1.3 discussion)
OK, thanks for help
/Close topic ;-)
6 2009-10-22 15:43
Re: Csrf_token and Confirm_cancel ($_POST) (6 replies, posted in PunBB 1.3 discussion)
Ok, i have last question (i think so..:P)
In the prefix_online (structure) we can see "idle" please tell me, what is this?
7 2009-10-22 11:55
Re: Csrf_token and Confirm_cancel ($_POST) (6 replies, posted in PunBB 1.3 discussion)
Ok, can you tell me what is this csrf token ?
This is to update the list online & Status Online user?
8 2009-10-21 13:31
Topic: Csrf_token and Confirm_cancel ($_POST) (6 replies, posted in PunBB 1.3 discussion)
Hi !
I have one question about some code from include/common.php.
if (!empty($_POST) && (isset($_POST['confirm_cancel']) || (!isset($_POST['csrf_token']) || $_POST['csrf_token'] !== generate_form_token(get_current_url()))) && !defined('FORUM_SKIP_CSRF_CONFIRM'))
csrf_confirm_form();
Where i found a $_POST['confirm_cancel'] ? and this constants "FORUM_SKIP_CSRF_CONFIRM" ?
/Sorry for my English