Recent content by agmr559

  1. A

    Email quit working in the last 24 hours

    I have same error, my email account doesnt get my parked domain name, so I'm not receiving messages !
  2. A

    error al crear addon domain

    Estimados. Registré un nombre de dominio xyz.cl para asociarlo al hosting x10 En cpanel agregué las direcciones DNS de x10 (dos semanas atrás app) al tratar de crear el addon-domain en el hosting x10, me aparece el sgte error: "Error from park wrapper: Using nameservers with the following IPs...
  3. A

    Problema con cliente de correos

    Estimados Soy nuevo en esto. Estoy usando Ubuntu 8.04 y Evolution como cliente de correo para revisar mi cuenta e-mail en este hosting. El problema es que no puedo recibir ni enviar mensajes, al parecer es el tipo de autenticación para la conexión. Para el POP3 está configurado con el tipo...
  4. A

    POST & GET methods did'nt work

    Hi friends problem fixed! the changes were: 1) change all html tags to lowercase in sending page 2) change $_post to $_POST in receiving page Next I'll follow yours others tips Thank's a lot for yours support
  5. A

    POST & GET methods did'nt work

    Hi, thanks for yours replays This is the sending html page: <BODY> <FORM METHOD="post" ACTION="send_simpleform.php"> <P><strong>Su Nombre:</strong><br> <INPUT type="text" NAME="sender_name" SIZE=30></p> <P><strong>Su E-Mail Address:</strong><br> <INPUT type="text" NAME="sender_email"...
  6. A

    POST & GET methods did'nt work

    Hi friends I'm newby in this business, and I'm trying get variables from a HTML form. I tried GET and POST methods, but variables are not recognized in second PHP page, using $_GET and $_POST functions to work variables. Into localhost work fine, but in x10 don't work please some help regards...
Top