include(ROOT_PATH.'encuestas.php');
include(ROOT_PATH."includes/page_header.php");
<form method=\"post\" action=\"result_encuestas.php\">
<form method=\"post\" action=\"" . $site_sess->url(ROOT_PATH . "result_encuestas.php") . "\">
<?php // PLUGIN_TITLE: Control de encuestas$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";define('ROOT_PATH', $root_path);require(ROOT_PATH.'admin/admin_global.php');
<?php // PLUGIN_TITLE: Umfrage$nozip = 1;define('IN_CP', 1);$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";define('ROOT_PATH', $root_path);require(ROOT_PATH.'admin/admin_global.php');
Warning: require(./../admin/admin_global.php) [function.require]: failed to open stream: No such file or directory in /home/medvaric/public_html/kopivanec/admin/plugins/admin_encuestas.php on line 4Warning: require(./../admin/admin_global.php) [function.require]: failed to open stream: No such file or directory in /home/medvaric/public_html/kopivanec/admin/plugins/admin_encuestas.php on line 4Fatal error: require() [function.require]: Failed opening required './../admin/admin_global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/medvaric/public_html/kopivanec/admin/plugins/admin_encuestas.php on line 4
require(ROOT_PATH.'admin/admin_global.php');
Ejecución: CREATE TABLE `galerie_encuestas` ( orden int(2) unsigned NOT NULL auto_increment, nombre varchar(50) NOT NULL default '', visitante varchar(4) NOT NULL default '', plazo_votacion varchar(10) NOT NULL default '', fecha_inicio varchar(50) NOT NULL default '', fecha_cierre varchar(50) NOT NULL default '', opcion_1 varchar(30) NOT NULL default '', votos_1 int(2) NOT NULL default '0', opcion_2 varchar(30) NOT NULL default '', votos_2 int(2) NOT NULL default '0', opcion_3 varchar(30) NOT NULL default '', votos_3 int(2) NOT NULL default '0', opcion_4 varchar(30) NOT NULL default '', votos_4 int(2) NOT NULL default '0', opcion_5 varchar(30) NOT NULL default '', votos_5 int(2) NOT NULL default '0', opcion_6 varchar(30) NOT NULL default '', votos_6 int(2) NOT NULL default '0', opcion_7 varchar(30) NOT NULL default '', votos_7 int(2) NOT NULL default '0', opcion_8 varchar(30) NOT NULL default '', votos_8 int(2) NOT NULL default '0', opcion_9 varchar(30) NOT NULL default '', votos_9 int(2) NOT NULL default '0', opcion_10 varchar(30) NOT NULL default '', votos_10 int(2) NOT NULL default '0', KEY `orden` (`orden`) )TYPE=MyISAM Ejecución: INSERT INTO `galerie_encuestas` VALUES ('','Que opinas de esta galería ?', '0', '0', 'Monday - 22 of of 2008 at 11:30', '', 'Opcion_1', 0, 'Opcion_2', 0, 'Opcion_3', 0, 'Opcion_4', 0, 'Opcion_5', 0, '', 0, '', 0, '', 0, '', 0, '', 0)Operación realizada con exito!
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
$root_path = "./../../";