Búsqueda en el Foro:
Buscar



te gusto la web ?
si
  65%
[ 28 ]
no
  34%
[ 15 ]
Total de votos : 43

Autor Mensaje
Mensaje27-09-2008, 01:47 (UTC)    
Título del mensaje:

no posteo un dia y me fui a los pies del foro xD !!
______________
まてぃー2い

Mensaje30-09-2008, 14:55 (UTC)    
Título del mensaje:

nuevos botones para la web
______________
まてぃー2い

Mensaje30-09-2008, 17:27 (UTC)    
Título del mensaje:

¡La web está genial! ¿Cómo has hecho el UPLOAD?
En serio, me encanta
Pásate tú por la mía, la acabo de crear y aún no está muy bien, pero me gustaría mucho!!
______________

HTTP://ALIYCARMEN.ES.TL/
Mensaje30-09-2008, 22:43 (UTC)    
Título del mensaje:

gracias !! mira el upload lo hago con us servidor FTP y en otro servidor ya que pwg no acepta php y lo traigo hasta aki con iframe !

saludos
______________
まてぃー2い

Mensaje01-10-2008, 22:11 (UTC)    
Título del mensaje:

sigan dandome criticas ya sean malas como buenas.
______________
まてぃー2い

Mensaje01-10-2008, 22:31 (UTC)    
Título del mensaje:

los invito a participar de la lista top para un link directo ir aca:

http://mati-2i.es.tl/Lista-top.htm
______________
まてぃー2い

Mensaje03-10-2008, 19:09 (UTC)    
Título del mensaje:

Pasen !!
______________
まてぃー2い

Mensaje03-10-2008, 19:25 (UTC)    
Título del mensaje: Esta buenisima

Jajaja esta buenisima!!!!!!!!!!!1
CHe te combiene hacer q cada 1 q entre pages $1 xD enserio ganas bien Bueno pasense por la mia y diganme http://thaw-brsk-clan.es.tl mira yoya tendria $89 xD mira entren porfavor jaja bueno segi haci esta buena
http://thaw-brsk-clan.es.tl http://thaw-brsk-clan.es.tl
http://thaw-brsk-clan.es.tl http://thaw-brsk-clan.es.tl
http://thaw-brsk-clan.es.tl http://thaw-brsk-clan.es.tl
http://thaw-brsk-clan.es.tl http://thaw-brsk-clan.es.tl Entren
Mensaje03-10-2008, 19:33 (UTC)    
Título del mensaje:

jjee gracias ya me pase por la tuya !! muy buena pero no me cargo nin gun titulo...
______________
まてぃー2い

Mensaje03-10-2008, 20:09 (UTC)    
Título del mensaje: aka les dejo el codigo para que tengan un

servidor de alojaminto de imagenes se puede modificar para aceptar .exe y en fin todo tipo de archivos "ESTA HECHO EN PHP" ASI QUE TIENEN QUE ALOJARLO EN TRO SERVIDOR Y LUEGO CON UN IFRAME TRAERLO AKA """xD

Código:
//*josper Inc.

<?php
$varrand = substr(md5(uniqid(rand())),0,10);      
$varallw = array("image/bmp","image/gif","image/jpeg","image/pjpeg","image/png","image/x-png");
$varpath = "http://infosystemas.com.ar/subir/imagehosting/imagehosting.php?image=";
$varstat = "";

if ($_POST["action"] == "upload") {
   if (is_uploaded_file($_FILES["imagen"]["tmp_name"])) {
      $varname = $_FILES["imagen"]['name'];
      $vartemp = $_FILES['imagen']['tmp_name'];
      $vartype = mime_content_type($vartemp);
      
      if (in_array($vartype, $varallw) && $varname != "") {
         $arrname = explode(".", $varname);
         $varname = $varrand.".".$arrname[1];
         if (copy($vartemp, "/tmp/".$varname)) {
            $varpath = $varpath.$varname;
            $varstat = "ok";
         } else {
            $varstat = "Error al subir el archivo";
         }
      } else {
         $varstat = "Archivo no valido";
      }
   }
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>hosting de imaogenes </title>
<link href="cssupload.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="420" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="413" height="40" class="titulo">Hosting de imagenes  </td>
  </tr>
  <tr>
    <td class="text">En esta pagina podras subir tus fotos... sin pagar ningun centavo </td>
  </tr>
  <tr>
  <form action="imagehosting.php" method="post" enctype="multipart/form-data">
    <td height="50" valign="top" class="text">
      <input name="imagen" type="file" class="casilla" id="imagen" size="35" />
      <input name="enviar" type="submit" class="boton" id="enviar" value="subir imagen" />
     <input name="action" type="hidden" value="upload" />     </td>
   </form>
  </tr>
  <?php if ($varstat == "ok") { ?>
  <tr>
    <td class="textinf"><strong>Confirmaci&oacute;n:</strong><br>
   Archivo publicado satisfactoriamente. Puedes utilizar las siguientes opciones para enlazarlo:<br>
   <strong>Enlace HTML:</strong> <br>
   <input name='txt1' type='text' value='<a href="<?php echo $varpath; ?>"><img src="<?php echo $varpath; ?>" border="0" /></a>' size='60'>
   <br>
   <strong>Enlace Directo: </strong><br>
   <input name='txt2' type='text' value='<?php echo $varpath; ?>' size='600000'></td>
  </tr>
  <?php } else { ?>
     <?php if ($varstat != "") { ?>
     <tr>
      <td class="textinf"><strong>Error:</strong><br>
       <?php echo $varstat; ?>&nbsp;</td>
     </tr>
     <?php } ?>
  <?php } ?>
</table>
<?php if ($varstat == "ok") { ?>
<p align="center"><img src="tmp/<?php echo $varname; ?>"></p>
<?php } ?>
<?php if ($_GET['image'] != "") { ?>
<p align="center"><img src="tmp/<?php echo $_GET['image']; ?>"></p>
<?php } ?>
</body>
</html>
Mensaje03-10-2008, 21:50 (UTC)    
Título del mensaje: entrsen x la mia

pasen a mirar
Mensaje03-10-2008, 22:52 (UTC)    
Título del mensaje: Re: LES PRESENTO MI WEB CON UPLOAD PROPIO !!!!!!!!!!!!!!

mati-2i escribió:
pasen y diganme que opinan .. saludos !

Muy buena!!!!!!!

Che agregame facu-ennano@hotmail.com (Agregame) sos re pro men perra pagina che pasense por la mia aver q opinan http://thaw-brsk-clan.es.tl
msn: facu-ennano@hotmail.com
Web: http://thaw-brsk-clan.es.tl
Mensaje08-10-2008, 19:19 (UTC)    
Título del mensaje:

gracias !!!
______________
まてぃー2い

Mensaje09-10-2008, 01:11 (UTC)    
Título del mensaje:

Gracias por sus mensajes !! diganme que les parece la pag !!
______________
まてぃー2い

Mensaje09-10-2008, 19:31 (UTC)    
Título del mensaje:

nesecito que me digan si ustedes pueden escribir en los lugares de la web para teclear (donde dice usuario y contraseña, en el libro de visitas ....) es muy importante !! nesecito respuestas !! gracias!
______________
まてぃー2い

Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group