Foros del Web » Programando para Internet » PHP »

Codigos para contactar con el webmaster y...

Estas en el tema de Codigos para contactar con el webmaster y... en el foro de PHP en Foros del Web. pues eso necesito los codigos para contactar con el webmaster y para recomendar a un amigo...
  #1 (permalink)  
Antiguo 23/05/2002, 21:10
 
Fecha de Ingreso: febrero-2002
Mensajes: 503
Antigüedad: 22 años, 2 meses
Puntos: 0
Codigos para contactar con el webmaster y...

pues eso necesito los codigos para contactar con el webmaster y para recomendar a un amigo
  #2 (permalink)  
Antiguo 23/05/2002, 22:31
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

Contacto.php


<?

if(isset($envio))
{
$email = "[email protected]";
$subject = "SUBJECT"; // O como sea que se llama el campo de subject.

//Enviando el mensaje
mail($email, $subject, $texto, "From: $from_nombre<$from_correo>\nReply-To:$from_correo\n");

//Gracias por los comentarios....
echo "<br><br><center>Gracias $from_nombre, su comentario ha sido recibido<br></center>";
}
else
{
?>
<html>
<title>Comentarios</title>
<body>
<form method="Post">
<input type="hidden" name="envio">
<table border="0" width="30%" bgcolor="#000000" cellspacing="1">
<tr>
<td width="19%" bgcolor="#FFFFFF" align="center"><font size="2"
face="Arial">nombre:</font></td>
<td width="81%" bgcolor="#FFFFFF"><font size="2" face="Arial">
<input type="text" name="from_nombre" size="20">
</font></td>
</tr>
<tr>
<td width="19%" bgcolor="#FFFFFF" align="center"><font face="Arial,
Helvetica, sans-serif" size="2">email:</font></td>
<td width="81%" bgcolor="#FFFFFF"><font size="2" face="Arial">
<input type="text" name="from_correo" size="20">
</font></td>
</tr>
<tr>
<td width="19%" bgcolor="#FFFFFF" align="center"><font size="2"
face="Arial">asunto:</font></td>
<td width="81%" bgcolor="#FFFFFF"><font size="2" face="Arial">
<input type="hidden" name="subject">Contacto
</font></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" colspan="2"><font size="2"
face="Arial">Comentarios:
<textarea rows="5" name="texto" cols="38"></textarea>
</font></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" colspan="2" align="center"><font size="2" face="Arial">
<input type="submit" value=" Enviar ">
<input type="reset" value="Borrar" name="B2">
</font></td>
</tr>
</table>
</form>
<?}?>

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #3 (permalink)  
Antiguo 23/05/2002, 22:31
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

el de recomendación ve el mio que esta en

<a href='ir.asp?http://www.poexia.com' target='_blank'>http://www.poexia.com...</a>


y si te gusta contactame para que te lo pase saludos

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #4 (permalink)  
Antiguo 23/05/2002, 22:57
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

ok dejame organizarme y te lo paso de nuevo saludos

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #5 (permalink)  
Antiguo 23/05/2002, 23:01
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

a ver te lo mando en varios tramitos pero todo es continuio

&lt;?

if(isset($envio))
{
$email = $HTTP_POST_VARS[&quot;email&quot;]; // O como sea que se llama el campo de email.
$subject = &quot;Amigo te recomiendo MISITIO.COM&quot;; // O como sea que se llama el campo de subject.

//Aqui va el mensaje junto con la IP concatenada
$Mensaje = &quot; Hola, $from_nombre paso por http://www.poexia.com/ y como le gusto la página te la quiere recomendar para que la veas ademas te envia el siguiente mensaje \n\n\n\n $texto \n\n\n&quot;;

//Enviando el mensaje
mail($email, $subject, $Mensaje, &quot;From: $from_nombre&lt;$from_correo&gt;\nReply-To:$from_correo\n&quot;);

//Gracias por los comentarios....
echo &quot;&lt;script language=\&quot;JavaScript\&quot;&gt; function cerrar() { setTimeout(\&quot;window.close()\&quot;,1000); } &lt;/script&gt; &lt;/head&gt;\n&lt;body onLoad=\&quot;cerrar();\&quot;&gt;\nLa recomendación ha sido enviado exitosamente&lt;br&gt;&lt;br&gt;&lt;center&gt;&lt; a href=\&quot;javascript:window.close();\&quot;&gt;C errar&lt;/a&gt;&lt;/center&gt;&quot;;
}
else
{
?&gt;

&lt;html&gt;
&lt;title&gt;Enviar Email&lt;/title&gt;
&lt;body&gt;

&lt;FORM NAME=&quot;mainform&quot; method=&quot;Post&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;envio&quot;&gt;
&lt;div align=&quot;center&quot;&gt;&lt;center&gt;&lt;tabl e border=&quot;2&quot; width=&quot;600&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; bgcolor=&quot;#C0C0C0&quot;&gt;&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot;&gt;&lt;table border=&quot;0&quot; width=&quot;100%&quot; bgcolor=&quot;#000080&quot; cellspacing=&quot;0&quot;
cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;4%&quot;&gt;&lt;img src=&quot;imagenes/email01.gif&quot; width=&quot;20&quot; height=&quot;18&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;td width=&quot;76%&quot;&gt;&lt;font face=&quot;Arial&quot; color=&quot;#FFFFFF&quot;&gt;&lt;strong&gt;&lt;sma ll&gt;Mensaje Nuevo&lt;/small&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td width=&quot;20%&quot; align=&quot;right&quot;&gt;&lt;img src=&quot;imagenes/email02.gif&quot; width=&quot;32&quot; height=&quot;14&quot; border=&quot;0&quot;&gt;&lt;a
href=&quot;javascript:close()&quot;&gt;&lt;img src=&quot;imagenes/email03.gif&quot; width=&quot;16&quot; height=&quot;14&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;

CONTINUA

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #6 (permalink)  
Antiguo 23/05/2002, 23:03
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

CONTINUACION

&lt;/table&gt;
&lt;div align=&quot;center&quot;&gt;&lt;center&gt;&lt;tabl e border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;imagenes/email04.gif&quot; width=&quot;600&quot; height=&quot;25&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;&lt;/div&gt;&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;imagenes/email08.gif&quot; width=&quot;11&quot; height=&quot;43&quot; border=&quot;0&quot;&gt;&lt;input type=&quot;image&quot; src=&quot;imagenes/email09.gif&quot; width=&quot;68&quot; height=&quot;43&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;img
src=&quot;imagenes/email10.gif&quot; width=&quot;520&quot; height=&quot;43&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;table border=&quot;0&quot; width=&quot;600&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;30&quot; align=&quot;right&quot;&gt;&lt;/td&gt;
&lt;td width=&quot;150&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Arial&quot;&gt;&lt;small&gt;Tu Nombre:&lt;/small&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td width=&quot;520&quot;&gt;&lt;input TYPE=&quot;text&quot; NAME=&quot;from_nombre&quot; SIZE=&quot;63&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;30&quot; align=&quot;right&quot;&gt;&lt;img src=&quot;imagenes/email07.gif&quot; width=&quot;19&quot; height=&quot;14&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;td width=&quot;150&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Arial&quot;&gt;&lt;small&gt;Tu Correo:&lt;/small&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td width=&quot;520&quot;&gt;&lt;input TYPE=&quot;text&quot; NAME=&quot;from_correo&quot; SIZE=&quot;63&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;30&quot; align=&quot;right&quot;&gt;&lt;img src=&quot;imagenes/email07.gif&quot; width=&quot;19&quot; height=&quot;14&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;td width=&quot;150&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Arial&quot;&gt;&lt;small&gt;Correo Amigo:&lt;/small&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td width=&quot;520&quot;&gt;&lt;input TYPE=&quot;text&quot; NAME=&quot;email&quot; SIZE=&quot;63&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;30&quot; align=&quot;right&quot;&gt;&lt;/td&gt;
&lt;td width=&quot;150&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Arial&quot;&gt;&lt;small&gt;Asunto:&lt;/small&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td width=&quot;520&quot;&gt;Amigo te recomiendo MISITIO.COM&lt;/td&gt;
&lt;/tr&gt;

CONTINUA

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #7 (permalink)  
Antiguo 23/05/2002, 23:04
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

CONTINUACION

&lt;/table&gt;
&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;imagenes/email05.gif&quot; width=&quot;591&quot; height=&quot;28&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; align=&quot;center&quot;&gt;&lt;textarea NAME=&quot;texto&quot; WRAP=&quot;VIRTUAL&quot; COLS=&quot;70&quot; ROWS=&quot;8&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;table border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;100%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;imagenes/email06.gif&quot; width=&quot;594&quot; height=&quot;23&quot; border=&quot;0&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;?}?&gt;



FIN

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #8 (permalink)  
Antiguo 23/05/2002, 23:06
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

las imagenes te las mando a tu correo


saludos...

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
  #9 (permalink)  
Antiguo 23/05/2002, 23:07
asound
Invitado
 
Mensajes: n/a
Puntos:
Re: Codigos para contactar con el webmaster y...

perdonen... se me olvido mencionar que si alguien mas las quiere me las pida saludos

<center>
<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.ansiwebs.com/Poexia/index.html" width=468 height=60></iframe>
</center>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 18:41.