PHP | /var/www/ats/planet-lepote.com/library/Zend/Db/Adapter/Pdo/Abstract.php, line 144 |
---|---|
URI | GET /forum/s-pudrom-ali-brez- |
if (!empty($this->_config['charset'])) {
$initCommand = "SET NAMES '" . $this->_config['charset'] . "'";
$this->_config['driver_options'][1002] = $initCommand; // 1002 = PDO::MYSQL_ATTR_INIT_COMMAND
}
parent::_connect();
}
/**
* @return string
*/
* @return Zend_Db_Statement_Interface
*/
public function query($sql, $bind = array())
{
// connect to the database if needed
$this->_connect();
// is the $sql a Zend_Db_Select object?
if ($sql instanceof Zend_Db_Select) {
if (empty($bind)) {
$bind = $sql->getBind();
Arg | Name | Value |
---|---|---|
0 | $sql |
'UPDATE `forum_topics` SET `views_count` = views_count + 1 WHERE (forum_topic_id = 19149)'
|
1 | $bind |
array ( |
}
}
}
try {
return parent::query($sql, $bind);
} catch (PDOException $e) {
/**
* @see Zend_Db_Statement_Exception
*/
require_once 'Zend/Db/Statement/Exception.php';
Arg | Name | Value |
---|---|---|
0 | $sql |
'UPDATE `forum_topics` SET `views_count` = views_count + 1 WHERE (forum_topic_id = 19149)'
|
1 | $bind |
array ( |
/**
* Execute the statement and return the number of affected rows
*/
if ($this->supportsParameters('positional')) {
$stmt = $this->query($sql, array_values($bind));
} else {
$stmt = $this->query($sql, $bind);
}
$result = $stmt->rowCount();
return $result;
Arg | Name | Value |
---|---|---|
0 | $table |
'forum_topics'
|
1 | $bind |
array ( |
2 | $where |
'(forum_topic_id = 19149)'
|
{
if ($this->_topicId) {
if (!isset($_COOKIE['forum_topic_' . $this->_topicId])) {
$this->_db->update('forum_topics', array(
'views_count' => new Zend_Db_Expr('views_count + 1')
), 'forum_topic_id = ' . $this->_topicId);
}
$now = time();
setcookie('forum_topic_' . $this->_topicId, $now, $now + (24 * 60 * 60));
}
}
}
//$this->_redirect($this->view->url() . $this->view->scrollTo);
}
}
} else {
$forums->updateViews();
}
}
public function editPostAction()
{
// preDispatch() didn't change the action, so we can continue
if ($this->getInvokeArg('useCaseSensitiveActions') || in_array($action, $this->_classMethods)) {
if ($this->getInvokeArg('useCaseSensitiveActions')) {
trigger_error('Using case sensitive actions without word separators is deprecated; please do not rely on this "feature"');
}
$this->$action();
} else {
$this->__call($action, array());
}
}
$this->postDispatch();
Arg | Name | Value |
---|---|---|
0 | $action |
'indexAction'
|
if (empty($disableOb)) {
ob_start();
}
try {
$controller->dispatch($action);
} catch (Exception $e) {
// Clean output buffer on error
$curObLevel = ob_get_level();
if ($curObLevel > $obLevel) {
do {
Arg | Name | Value |
---|---|---|
0 | $request |
Zend_Controller_Request_Http::__set_state(array( |
1 | $response |
Zend_Controller_Response_Http::__set_state(array( |
/**
* Dispatch request
*/
try {
$dispatcher->dispatch($this->_request, $this->_response);
} catch (Exception $e) {
if ($this->throwExceptions()) {
throw $e;
}
$this->_response->setException($e);
'No default controller directory registered with front controller'
);
}
$front->setParam('bootstrap', $this);
$response = $front->dispatch();
if ($front->returnResponse()) {
return $response;
}
}
*
* @return void
*/
public function run()
{
$this->getBootstrap()->run();
}
/**
* Load configuration file of options
*
APPLICATION_STATE,
$finalConfig
);
$application->bootstrap()
->run();
accept: */*
user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
cookie: profile-views=18888; Planet-Lepote=udp0220qmelhi4tqv4160v3gap
accept-encoding: gzip, br, zstd, deflate
host: www.planet-lepote.com
No data
No data
Variable | Value |
---|---|
profile-views |
'18888'
|
Planet-Lepote |
'udp0220qmelhi4tqv4160v3gap'
|
Variable | Value |
---|---|
REDIRECT_APPLICATION_STATE |
'production'
|
REDIRECT_HTTPS |
'on'
|
REDIRECT_SSL_TLS_SNI |
'www.planet-lepote.com'
|
REDIRECT_STATUS |
'200'
|
APPLICATION_STATE |
'production'
|
HTTPS |
'on'
|
SSL_TLS_SNI |
'www.planet-lepote.com'
|
HTTP_ACCEPT |
'*/*'
|
HTTP_USER_AGENT |
'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
|
HTTP_COOKIE |
'profile-views=18888; Planet-Lepote=udp0220qmelhi4tqv4160v3gap'
|
HTTP_ACCEPT_ENCODING |
'gzip, br, zstd, deflate'
|
HTTP_HOST |
'www.planet-lepote.com'
|
PATH |
'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
SERVER_SIGNATURE |
''
|
SERVER_SOFTWARE |
'Apache/2.4.29 (Ubuntu)'
|
SERVER_NAME |
'www.planet-lepote.com'
|
SERVER_ADDR |
'144.76.83.145'
|
SERVER_PORT |
'443'
|
REMOTE_ADDR |
'18.224.64.24'
|
DOCUMENT_ROOT |
'/var/www/ats/planet-lepote.com/htdocs/'
|
REQUEST_SCHEME |
'https'
|
CONTEXT_PREFIX |
''
|
CONTEXT_DOCUMENT_ROOT |
'/var/www/ats/planet-lepote.com/htdocs/'
|
SERVER_ADMIN |
'andrej.somrak@ats-on.net'
|
SCRIPT_FILENAME |
'/var/www/ats/planet-lepote.com/htdocs/index.php'
|
REMOTE_PORT |
'39494'
|
REDIRECT_URL |
'/forum/s-pudrom-ali-brez-'
|
GATEWAY_INTERFACE |
'CGI/1.1'
|
SERVER_PROTOCOL |
'HTTP/1.1'
|
REQUEST_METHOD |
'GET'
|
QUERY_STRING |
''
|
REQUEST_URI |
'/forum/s-pudrom-ali-brez-'
|
SCRIPT_NAME |
'/index.php'
|
PATH_INFO |
'/forum/s-pudrom-ali-brez-'
|
PATH_TRANSLATED |
'redirect:/index.php/forum/s-pudrom-ali-brez-'
|
PHP_SELF |
'/index.php/forum/s-pudrom-ali-brez-'
|
REQUEST_TIME_FLOAT |
1747306782.161
|
REQUEST_TIME |
1747306782
|
No data
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-type: text/html; charset=UTF-8