Foros del Web » Programando para Internet » PHP »

formulario de contacto flash xml

Estas en el tema de formulario de contacto flash xml en el foro de PHP en Foros del Web. me descarge una plantilla flash xml y quiero hacer funcionar el formulario de contacto este es el archivo main.xml : @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código XML: Ver ...
  #1 (permalink)  
Antiguo 09/07/2010, 11:55
 
Fecha de Ingreso: julio-2010
Mensajes: 5
Antigüedad: 13 años, 9 meses
Puntos: 0
formulario de contacto flash xml

me descarge una plantilla flash xml y quiero hacer funcionar el formulario de contacto

este es el archivo main.xml :
Código XML:
Ver original
  1. <!-- 2 -->
  2.         <page type="contacts" x="-2000" y="-800" z="1000" rotationX="20" rotationY="60" rotationZ="28">
  3.             <images>
  4.                 <image url="about/20361_contactsPic1.jpg"/>
  5.             </images>
  6.             <texts>
  7.                 <text><![CDATA[Informacion de Contacto]]></text>
  8.                 <text><![CDATA[Si  consideras  un comentario  para la  pagina,  algun  trabajo  o  para   su servidor puedes  hacerlo  aqui, todas   sus  opiniones  son  bien  recibidas. De  igual  manera  si  gustan ponerse  en contacto  conmigo  les dejo mi correo “    [email protected]  “   y  num.   cel. 6771022221 ]]></text>
  9.                 <text><![CDATA[Contact Form]]></text>
  10.                 <text><![CDATA[<FONT COLOR="#C8FC00"><U>CLEAR</U></FONT>]]></text>
  11.                 <text><![CDATA[<FONT COLOR="#C8FC00"><U>SEND</U></FONT>]]></text>
  12.             </texts>
  13.             <buttons>
  14.                 <button><![CDATA[<FONT COLOR="#C8FC00"><U>CLEAR</U></FONT>]]></button>
  15.                 <button><![CDATA[<FONT COLOR="#C8FC00"><U>SEND</U></FONT>]]></button>
  16.             </buttons>
  17.             <form configuration="20361_formConfiguration.xml">
  18.                 <items>
  19.                     <item label="Name">NAME</item>
  20.                     <item label="Email">EMAIL</item>
  21.                     <item label="Phone">PHONE</item>
  22.                     <item label="Address">ADDRESS</item>
  23.                     <item label="Message">MESSSAGE</item>
  24.                 </items>
  25.             </form>
  26.         </page>

este el archivo 20361_formConfiguration.xml :
Código XML:
Ver original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.   --    Please read this information to learn how to set up the contact form integrated
  4.   --    into the template.
  5.   --   
  6.   --    This readme file explains in details the meaning of the settings that can be
  7.   --    done in the fcContactFormConfiguration.xml configuration file.
  8.   --   
  9.   --    It is recommended for you to use an XML editor to make changes to this file
  10.   --    because it’s less possible to make an error in the markup which can cause to
  11.   --    a not working contact form.
  12.  -->
  13. <contactFormConfiguration>
  14.            
  15.     <!--
  16.       --    An e-mail address which will be used to receive messages from your contact form.
  17.       --    You can specify several e-mail addresses separating them with a comma.
  18.       -->
  19.     <emailTo>[email protected]</emailTo>
  20.    
  21.     <!--
  22.       --    A server script type which will process sending e-mails. It depends on your
  23.       --    hosting and in the current version of the contact form it is allowed to use
  24.       --    two types:  php (Apache, PHP Hosting); asp (IIS web server, ASP).
  25.       -->
  26.     <serverProcessorType>php</serverProcessorType>
  27.    
  28.     <!--
  29.       --    A name of the script file which process sending e-mails on your server (without
  30.       --    extension). The name contact is used by default.
  31.       -->
  32.     <serverProcessorFileName>contact</serverProcessorFileName>
  33.    
  34.     <!--
  35.       --    Text showing to the user when the form is submitted without any errors.
  36.       -->
  37.     <messageSentText>Gracias por su mensaje.</messageSentText>
  38.    
  39.     <!--
  40.       --    Text showing in case the form is not submitted because of a server error.
  41.       -->
  42.     <messageSentFailedText>Se ha producido un error.</messageSentFailedText>
  43.    
  44.     <!--
  45.       --    Text your visitor will see while waiting till the processing is over.
  46.       -->
  47.     <formProcessingText>procesando...</formProcessingText>
  48.    
  49.     <!--
  50.       --    Your SMTP server (for ASP only).
  51.       -->
  52.     <smtpServer>localhost</smtpServer>
  53.    
  54.     <!--
  55.       --    Your SMTP port (for ASP only).
  56.       -->
  57.     <smtpPort>25</smtpPort>
  58.    
  59.     <!--
  60.       --    Set whether to send the message as a plain text (true) or as HTML (false).
  61.       -->
  62.     <plainText>false</plainText>
  63.    
  64.     <!--
  65.       --    ID of the input field (in the structure XML file) to use for the “from: ”
  66.       --    or “sender: ” label in your e-mail client.
  67.       -->
  68.     <emailFromSource>1</emailFromSource>
  69.    
  70.     <!--
  71.       --    Subject of the e-mails that will be sent through this contact form or ID of
  72.       --    the input field (in the structure XML file) to use for the “subject: ” label
  73.       --    in your e-mail client.
  74.       -->
  75.     <subjectSource>Formulario de contacto de su sitio</subjectSource>
  76.    
  77. </contactFormConfiguration>


y lo que quiero que me digan como debe de ir el php si alguien me pudiera ayudar se lo agradeceria

Etiquetas: cs4, flash, forosdelweb, xml
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 10:09.