Ver Mensaje Individual
  #24 (permalink)  
Antiguo 19/01/2010, 22:28
sofi_y_naty
 
Fecha de Ingreso: mayo-2009
Mensajes: 29
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Se borran bases de datos solas

Esta parte del sript es la que muestra el fommulario para que el usuario postée...
aqui está todo entero... lo pongo en dos veces porque el foro no me permite que sean tan largos los post


Código PHP:
<?php require_once('Connections/coneccion.php');
session_start();
if (
$_SESSION['s_username'])
{
function 
java(){
?>

<script type="text/javascript" src="index_files/gradientes.js">
        </script>
        <script type="text/javascript" src="index_files/fade.js">
        </script>
        <script type="text/javascript" src="index_files/editor.js">
        </script>
        <script type="text/javascript">

            var fondos = transitar("000000", "eeeeee", 36);
            var elEditor;    // declaración necesaria para el funcionamiento de la librería editor.js

            // simple ejemplo de inserción dentro de un textarea

            function imagen()    {
                _insertar(elEditor, '<img src=\"' + prompt("imagen", _lector()) + '\"/>');
            }
            function grande()    {
                _insertar(elEditor, '<h1>' + prompt("grande", _lector()) + '</h1>');
            }

            function negrita()    {
                _insertar(elEditor, '<b>' + prompt("negrita", _lector()) + '</b>');
            }
            function video()    {
            
                _insertar(elEditor, '<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/wKaK31X7xAs&hl=es_ES&fs=1&\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/' + prompt("Ingrese el ID del video de YouTube\:\nEjemplo\:\nSi la URL de su video es\:\nhttp\://www.youtube.com/watch\?v\=oF4x6rkHBqc\nEl ID es\: oF4x6rkHBqc", _lector()) + '&hl=es_ES&fs=1&\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"></embed></object>');
            }
            function centrar()    {
                _insertar(elEditor, '<center>' + prompt("centrar", _lector()) + '</center>');
            }

            function uri()    {
            
        
            if (_lector()){
                var enlace = prompt("Introduzca la URL:", "http://");
                
                _insertar(elEditor, '<a href="' + enlace + '">' +  _lector() + '</a>');
                }
                else {
                var enlace = prompt("Introduzca la URL:", "http://");
                
                _insertar(elEditor, '<a href="' + enlace + '">' +  enlace + '</a>');
                }
                
                
                
                
                
                
            }

            function ponerEmoticon(cual)    {
                _insertar(elEditor, cual);
            }
            var emotis = [
                "[:)]",
                "[:(]",
                "[:x]",
                "[BIEN]",
                "[MAL]",
                "[SI]",
                "[NO]",
                "[APLAUSOS]",
                "[MEJORABLE]",
                "[¡A VER!]",
                "[¡DÉJAME PENSAR!]",
                "[FLIPE]",
                "[¡SIN PALABRAS!]"
            ];

            var fichs = [
                "00.gif",
                "01.gif",
                "02.gif",
                "03.gif",
                "04.gif",
                "05.gif",
                "06.gif",
                "07.gif",
                "08.gif",
                "09.gif",
                "10.gif",
                "11.gif",
                "12.gif"
            ];

            function procesamiento(texto)    {
                for (var i = 0; i < emotis.length; i ++)
                    texto = texto.split(emotis[i]).join("<img src='../visitas/" + fichs[i] + "' />");
                if (texto.split("[url=").length > 1)
                    texto = texto.split("[url=").join("<a href=").split("[/url]").join("</a>").split("]").join(" >");
                return texto;
            }

            function resultados()    {
                var ventana = window.open("", "_blank", "");
                with    (ventana.document)    {
                    open();
                    writeln(procesamiento(elEditor.value));
                    close();
                }
            }
            function preview(formulario)    {
                with(formulario)    {
                    tex.value = procesamiento(elEditor.value);
                }
                window.open("", "popup", "");
            }
        </script>
<?php
}

function 
error(){
java();
require (
"clases.php");
  
$clase_clases = new Clases();
  
$clase_clases->estilos();
  
$clase_clases->LOGO_Cabecara();
  
$clase_clases->Botonera();
  
?>

<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#406A99">
      <tr>
        <td background="imagenes/boton_02a.png">&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;        
<form  action="<?php echo $editFormAction?>" method="POST" name="editor" onSubmit="preview(this)">
        <div align="center">
          
        
          <h3>Hay campos vacios...!!!</h3> 
          
          <strong>Titulo del post</strong>

          <input name="titulo" type="text" id="titulo" size="50" value="<?php echo $_POST['titulo']?>">
          <input name="username" type="hidden" value="<?php echo $_SESSION['s_username'];?>">
          <input name="data_time" type="hidden" value="<?php $data_time date("Y-m-d H:i:s"); echo $data_time?>">

          <br><br>
          <strong>Elige el juego</strong>
            <select name="selec" size="1">
            
<option value="<?php 
  
if ($_POST['selec']){
  echo 
$_POST['selec'];
  }
?>"><?php 
  
if ($_POST['selec']){
  echo 
$_POST['selec'];
  }else { echo
"Seleccionar Juego"; }
?></option>

<option></option>
<option value="Hamachi">Hamachi</option>
<option value="Software">Software</option>
</select>          <br>
          <br>
          <input name="button" type="button" id="tabulador" onClick="centrar()" onMouseOver="cambiaColor(this.id)" onMouseOut="recuperaColor(this.id)" value=" Centrar">
            <input name="button" type="button" id="insertor" style="background-color: rgb(238, 238, 238); color: rgb(0, 0, 0);" onClick="imagen()" onMouseOver="cambiaColor(this.id)" onMouseOut="recuperaColor(this.id)" value="Insertar imagen" vamospor="37" cambiandocolor="0">
            <input name="button" type="button" id="resultados" style="background-color: rgb(238, 238, 238); color: rgb(0, 0, 0);" onClick="grande()" onMouseOver="cambiaColor(this.id)" onMouseOut="recuperaColor(this.id)" value="Agrandar texto" vamospor="37" cambiandocolor="0">
            <input name="button" type="button" id="comillador" style="background-color: rgb(238, 238, 238); color: rgb(0, 0, 0);" onClick="negrita()" onMouseOver="cambiaColor(this.id)" onMouseOut="recuperaColor(this.id)" value="negrita" vamospor="37" cambiandocolor="0">
            <input name="button" type="button" id="url" style="background-color: rgb(238, 238, 238); color: rgb(0, 0, 0);" onClick="uri()" onMouseOver="cambiaColor(this.id)" onMouseOut="recuperaColor(this.id)" value=" URL " vamospor="37" cambiandocolor="0">
            <input name="button" type="button" id="Video" style="background-color: rgb(238, 238, 238); color: rgb(0, 0, 0);" onClick="video()" onMouseOver="cambiaColor(this.id)" onMouseOut="recuperaColor(this.id)" value=" Video YouTube " vamospor="37" cambiandocolor="0">
            <br>
            <script type="text/javascript">
                for (i = 0; i < emotis.length; i ++)
                    document.writeln("<img src='index_files/" + fichs[i] + "' onclick='ponerEmoticon(\"" + emotis[i] + "\")' style='cursor: pointer' />");
            </script>
<br>


            <textarea name="texto" id="texto" cols="80" rows="20" onFocus="elEditor = ini_editor(this)"><?php echo $_POST['texto']?></textarea>
            <br>
            <br>
            <strong>Categorias</strong><br>
            <select name="categorias">
        
<option value="<?php 
  
if ($_POST['categorias']){
  echo 
$_POST['categorias'];
  }
?>"><?php 
  
if ($_POST['categorias']){
  echo 
$_POST['categorias'];
  }else { echo
"Seleccionar Categoria"; }
?></option>



  <option value="Hamachi">Hamachi</option>
  <option value="Links Descargas">Links Descargas</option>
  <option value="Tutoriales">Tutoriales</option>
  <option value="Trucos">Trucos</option>
  <option value="Partidas Grabadas">Partidas Grabadas</option>
            </select>
<br>
        
            <br>
            <input type="submit" name="Submit" value="Publicar post">
            <br>
  </div>
        
        <input type="hidden" name="MM_insert" value="editor">
</form>    </td>
      </tr>
      <tr>
        <td background="imagenes/boton_02a.png">&nbsp;</td>
      </tr>
</table>
<?php


}