( ! ) Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 298
Call Stack
#TimeMemoryFunctionLocation
10.0001378312{main}( ).../showthread.php:0
20.0002403240require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00571728816pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00571728848google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00581729536preg_replace( $pattern = '/\\?([^&?=]+)([=&])/u', $replacement = '&$1$2', $subject = NULL ).../redirect.php:298

( ! ) Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 315
Call Stack
#TimeMemoryFunctionLocation
10.0001378312{main}( ).../showthread.php:0
20.0002403240require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00571728816pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00571728848google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00611730416parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Overview

Overview
* Plugin Overview * Version 3.9.2 * Autor Andreas Klauer * Traductor Sama34 (Omar G.) * Idioma Español (MX) Spoiler: <?php /** * This file is...

  • Plugin Overview
  • Version 3.9.2
  • Autor Andreas Klauer
  • Traductor Sama34 (Omar G.)
  • Idioma Español (MX)

[spoiler]
Código PHP:
<?php
/**
 * This file is part of Overview plugin for MyBB.
 * Copyright (C) 2005-2009 Michael Schlechtinger <kontakt@mybboard.de>
 * Copyright (C) 2010 Andreas Klauer <Andreas.Klauer@metamorpher.de>
 *
 * 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 3 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, see <http://www.gnu.org/licenses/>.
 *
 */

$l['overview_author'] = "Autor";
$l['overview_bestrep_members'] = "Usuarios con mas Reputacion";
$l['overview_edited_posts'] = "Mensajes editados recientemente";
$l['overview_event'] = "Evento";
$l['overview_favourite_threads'] = "Temas Populares";
$l['overview_most_replies'] = "Temas con mas respuestas";
$l['overview_newest_members'] = "Nuevos Miembros";
$l['overview_newest_polls'] = "Nuevas Encuestas";
$l['overview_newest_posts'] = "Nuevos Mensajes";
$l['overview_newest_threads'] = "Nuevos Temas";
$l['overview_next_events'] = "Siguientes Eventos";
$l['overview_overview'] = "Estadisticas";
$l['overview_posts'] = "Mensajes";
$l['overview_question'] = "Pregunta";
$l['overview_replies'] = "Respuestas";
$l['overview_reputation'] = "Reputacion";
$l['overview_subject'] = "Titulo";
$l['overview_top_posters'] = "Top Mensajeros";
$l['overview_topic'] = "Tema";
$l['overview_username'] = "Usuario";
$l['overview_views'] = "Vistas";

?>
[/spoiler]

Descargar: [attachment=1416]
{SIGNATURE_IMAGE}