te gusto la web ? |
|
Total de votos : 43 |
|
Autor |
Mensaje |
-
mati-2i
Junior
|
27-09-2008, 01:47 (UTC) Título del mensaje: |
|
|
no posteo un dia y me fui a los pies del foro xD !! ______________ まてぃー2い
|
|
↑
|
|
|
-
mati-2i
Junior
|
30-09-2008, 14:55 (UTC) Título del mensaje: |
|
|
nuevos botones para la web ______________ まてぃー2い
|
|
↑
|
|
|
-
aliycarmen
Nuevo
|
30-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/ |
|
↑
|
|
|
-
mati-2i
Junior
|
30-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い
|
|
↑
|
|
|
-
mati-2i
Junior
|
01-10-2008, 22:11 (UTC) Título del mensaje: |
|
|
sigan dandome criticas ya sean malas como buenas. ______________ まてぃー2い
|
|
↑
|
|
|
-
mati-2i
Junior
|
|
↑
|
|
|
-
mati-2i
Junior
|
03-10-2008, 19:09 (UTC) Título del mensaje: |
|
|
Pasen !! ______________ まてぃー2い
|
|
↑
|
|
|
-
thaw-brsk-clan
Nuevo
|
03-10-2008, 19:25 (UTC) Título del mensaje: Esta buenisima |
|
|
|
|
↑
|
|
|
-
mati-2i
Junior
|
03-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い
|
|
↑
|
|
|
-
infosystemas
Nuevo
|
03-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ó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; ?> </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>
|
|
↑
|
|
|
-
todosobrenarutoshipuden
Nuevo
|
03-10-2008, 21:50 (UTC) Título del mensaje: entrsen x la mia |
|
|
pasen a mirar |
|
↑
|
|
|
-
thaw-brsk-clan
Nuevo
|
|
↑
|
|
|
-
mati-2i
Junior
|
08-10-2008, 19:19 (UTC) Título del mensaje: |
|
|
gracias !!! ______________ まてぃー2い
|
|
↑
|
|
|
-
mati-2i
Junior
|
09-10-2008, 01:11 (UTC) Título del mensaje: |
|
|
Gracias por sus mensajes !! diganme que les parece la pag !!______________ まてぃー2い
|
|
↑
|
|
|
-
mati-2i
Junior
|
09-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い
|
|
↑
|
|
|
|