HEX
Server: Apache
System: Linux pdx1-shared-a1-06 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: ednermusika (2886498)
PHP: 8.4.2
Disabled: NONE
Upload Files
File: /home/ednermusika/ednergranados.com/testimoniales.php
<?php require_once('Connections/con_edner.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
{
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  }

  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;    
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  }
  return $theValue;
}
}

mysql_select_db($database_con_edner, $con_edner);
$query_testimonios = "SELECT tes_consecutivo, usu_consecutivo, tes_descripcion, tes_autor, tes_puesto, tes_ruta, tes_imagen, tes_orden, CASE tes_activo WHEN 1 THEN 'SI' WHEN 0 THEN 'NO' END as tes_activo FROM testimonio ORDER BY tes_orden ASC";
$testimonios = mysql_query($query_testimonios, $con_edner) or die(mysql_error());
$row_testimonios = mysql_fetch_assoc($testimonios);
$totalRows_testimonios = mysql_num_rows($testimonios);
?>
<!DOCTYPE html>
<html><!-- InstanceBegin template="/Templates/plantilla.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>

    <title>Conferencista Edner Granados</title>
	<!-- keywords: -->
    <META NAME="TITLE" CONTENT="Conferencista Edner Granados">
    <META NAME="SUBJECT" CONTENT="Conferencista">
    <META NAME="RATING" CONTENT="GENERAL">
    <META NAME="DESCRIPTION" CONTENT= "Conferencista empresarial impactante, especializado en conferencias de crecimiento personal y performance en M&eacute;xico, EUA y Latinoam&eacute;rica. Comparte con m�s de 60,000 personas al a&ntilde;o, en m�s de 100 eventos y convenciones y con una experiencia probada de m&aacute;s de 12 a&ntilde;os de experiencia.">
    <META NAME="ABSTRACT" CONTENT="Conferencista de Alto Impacto en temas de crecimiento personal, organizacional y peak performance en empresas de clase mundial, empresas en crecimiento, instituciones y personas.">
    <META NAME="KEYWORDS" CONTENT="Conferencista, Conferencista de Impacto, Conferencias, Conferencistas, Conferencista Internacional, Motivador">
    <META NAME="REVISIT-AFTER" CONTENT="15 DAYS">
    <META NAME="LANGUAGE" CONTENT="SP">
    <META NAME="OWNER" CONTENT="Conferencista Edner Granados">
    <META NAME="ROBOTS" CONTENT="ALL">
    <!-- keywords: -->
    <meta charset="iso-8859-1" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Conferencista Edner Granados</title>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
	<script type="text/javascript">
    $(document).ready(function(){
      var currentPosition = 0;
      var slideWidth = 870;
      var slides = $('.slide');
      var numberOfSlides = slides.length;
    
      // Remove scrollbar in JS
      $('#slidesContainer').css('overflow', 'hidden');
    
      // Wrap all .slides with #slideInner div
      slides
        .wrapAll('<div id="slideInner"></div>')
        // Float left to display horizontally, readjust .slides width
        .css({
          'float' : 'left',
          'width' : slideWidth
        });
    
      // Set #slideInner width equal to total width of all slides
      $('#slideInner').css('width', slideWidth * numberOfSlides);
    
      // Insert controls in the DOM
      $('#slideshow')
        .prepend('<span class="control" id="leftControl">Clicking moves left</span>')
        .append('<span class="control" id="rightControl">Clicking moves right</span>');
     
      // Hide left arrow control on first load
      manageControls(currentPosition);
    
      // Create event listeners for .controls clicks
      $('.control')
        .bind('click', function(){
        // Determine new position
        currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;
        
        // Hide / show controls
        manageControls(currentPosition);
        // Move slideInner using margin-left
        $('#slideInner').animate({
          'marginLeft' : slideWidth*(-currentPosition)
        });
      });
    
      // manageControls: Hides and Shows controls depending on currentPosition
      function manageControls(position){
        // Hide left arrow if position is first slide
        if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() }
        // Hide right arrow if position is last slide
        if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() }
      }	
    });
    </script>
    <!-- InstanceEndEditable -->
    <link rel="stylesheet" href="css/estilos.css" /> 
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />

    <!--[if gte IE 9]>
  	<style type="text/css">
    	/* Support Gradians for IE-9 */
    	.gradient { filter:none; }
 	</style>
	<![endif]-->
    <script src="js/jquery-v8.js"></script>
    <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
	<script type="text/javascript">
	_uacct = "UA-32219003-1";
	urchinTracker();
	</script>
	<!-- InstanceBeginEditable name="head" -->      
    <!-- InstanceEndEditable -->
</head>

<body>
<?php include_once 'includes/menu-encabezado.php'; ?>

<div id="logo-general">
	<div id="logo"><a href="/"><img src="imagenes/logo-edner.png" /></a></div>
</div><!--#logo-general-->

<div id="edner">
<!-- InstanceBeginEditable name="edner" -->

<div id="edner-eventos"></div>

<!-- InstanceEndEditable -->
</div><!--#edner-->

<div id="contenedor-interiores">

	<div id="plataforma-superior">
    	<div id="plataforma-menu">
        	<?php include_once 'includes/menu-chico.php' ?>
        </div><!--#pedestal-menu-->
    </div><!--#plataforma.superior-->
    
    <?php include_once 'includes/menu-interiores-celular.php' ?>
    
    <div id="plataforma-contenido">
	<!-- InstanceBeginEditable name="plataforma-contenido-interior" -->
    
    <div id="plataforma-contenido-testimoniales">
    	<div id="testimoniales-texto">
        	<h1 class="hd1a letra-azul-claro">TESTIMONIALES</h1>
			<div id="linea-azul"></div>
        </div><!--#testimoniales-texto--> 
    
    	<div id="testimoniales-testimonios">
            <div id="slideshow">
                <div id="slidesContainer">
                	<?php do { ?>
                    <div class="slide">
                    	<?php if ($row_testimonios ['tes_imagen']!='') { ?>
                          <div class="testimoniales-individual">
                                <div class="testimoniales-descripcion"><p class="letra-blanca2"><?php echo $row_testimonios['tes_descripcion']; ?><img src="imagenes/comillas/azul-claro3.png" width="13" height="13"></p><span class="letra-azul-claro letra22px"><?php echo $row_testimonios['tes_autor']; ?></span><br><span class="letra-azul-claro letra-bold"><?php echo $row_testimonios['tes_puesto']; ?></span>
                                </div>
                                <div class="testimoniales-logo"><img src="<?php echo $row_testimonios['tes_ruta'].$row_testimonios['tes_imagen']; ?>"></div>
                         </div><!--#testimoniales-individual-->
                         <?php } ?>   
                        <?php $row_testimonios = mysql_fetch_assoc($testimonios); ?>
                        <?php if ($row_testimonios ['tes_imagen']!='') { ?>
                         <div class="testimoniales-individual">
                                <div class="testimoniales-descripcion"><p class="letra-blanca2"><?php echo $row_testimonios['tes_descripcion']; ?><img src="imagenes/comillas/azul-claro3.png" width="13" height="13"></p><span class="letra-azul-claro letra22px"><?php echo $row_testimonios['tes_autor']; ?></span><br><span class="letra-azul-claro letra-bold"><?php echo $row_testimonios['tes_puesto']; ?></span>
                                </div>
                                <div class="testimoniales-logo"><img src="<?php echo $row_testimonios['tes_ruta'].$row_testimonios['tes_imagen']; ?>"></div>
                         </div><!--#testimoniales-individual-->
                         <?php } ?>   
                    	 <?php $row_testimonios = mysql_fetch_assoc($testimonios); ?>	
                         <?php if ($row_testimonios ['tes_imagen']!='') { ?>
                         <div class="testimoniales-individual">
                                <div class="testimoniales-descripcion"><p class="letra-blanca2"><?php echo $row_testimonios['tes_descripcion']; ?><img src="imagenes/comillas/azul-claro3.png" width="13" height="13"></p><span class="letra-azul-claro letra22px"><?php echo $row_testimonios['tes_autor']; ?></span><br><span class="letra-azul-claro letra-bold"><?php echo $row_testimonios['tes_puesto']; ?></span>
                                </div>
                                <div class="testimoniales-logo"><img src="<?php echo $row_testimonios['tes_ruta'].$row_testimonios['tes_imagen']; ?>"></div>
                         </div><!--#testimoniales-individual-->
                         <?php } ?>   
                       	 <?php $row_testimonios = mysql_fetch_assoc($testimonios); ?>
                         <?php if ($row_testimonios ['tes_imagen']!='') { ?>
                         <div class="testimoniales-individual">
                                <div class="testimoniales-descripcion"><p class="letra-blanca2"><?php echo $row_testimonios['tes_descripcion']; ?><img src="imagenes/comillas/azul-claro3.png" width="13" height="13"></p><span class="letra-azul-claro letra22px"><?php echo $row_testimonios['tes_autor']; ?></span><br><span class="letra-azul-claro letra-bold"><?php echo $row_testimonios['tes_puesto']; ?></span>
                                </div>
                                <div class="testimoniales-logo"><img src="<?php echo $row_testimonios['tes_ruta'].$row_testimonios['tes_imagen']; ?>"></div>
                         </div><!--#testimoniales-individual-->
                         <?php } ?>   
                    </div> <!--Slide-->
                    <?php } while ($row_testimonios = mysql_fetch_assoc($testimonios)); ?>
                </div>
            </div>  
        </div><!--#testimoniales-testimonios-->
    </div>
	<!-- InstanceEndEditable -->   
    </div><!--#plataforma-contenido-->
    
    <div id="plataforma-inferior-general">
    <div id="plataforma-inferior">
    
  		<div id="plataforma-menu-completo">
        	<?php include_once 'includes/contacto-pie.php' ?>
        </div><!--#plataforma-menu-completo-->
        
        <div id="plataforma-contacto-completo">
        	<?php include_once 'includes/menu-completo-pie.php' ?>
        </div><!--#plataforma-contacto-completo-->                                               
        
        <!--MUESTRA LA INFORMACION DE CONTACTO-->
        <div id="pedestal-contenido-texto-fondo">
            <div id="pedestal-contenido-texto1"><a href="/contacto" class="letra-blanca letra22px letra-century letra-bold">Contacto</a></div>
            <div id="pedestal-contenido-texto2">
                <p>
                M&eacute;xico<br><span class="letra-blanca"><?php include 'includes/num_mexico.php' ?></span><br><br>
                Internacional<br><span class="letra-blanca"><?php include 'includes/num_internacional.php' ?></span><br><br>
                Email<br><a class="liga-contacto" href="mailto:info@ednergranados.com"><span class="letra-azul letra16px">  </span><span class="letra-blanca"><?php include 'includes/correo_edner.php' ?></span></a>
                </p>
            </div>
        </div><!--#pedestal-contenido-texto-fondo-->
        
        
        <div id="pie-celular">
		<!-- InstanceBeginEditable name="pie-celular" -->
		
        <?php include 'includes/pie-cel-interiores.php'; ?>
        
		<!-- InstanceEndEditable -->
        </div><!--#pie-celular-->
        
    </div><!--#plataforma-inferior-->
    </div><!--#plataforma-inferior-general-->
    
</div><!--#contenedor-secc-->

</body>
<!-- InstanceEnd --></html>
<?php
mysql_free_result($fotografias);
?>