Jump to content

Papalex606

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Papalex606's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi guys, everytime somebody sends a message from my contact form on my flash website, an additional window opens saying 'message sent', its not a big problem, its just annoying. Is there any code i could add to the contact.php form to prevent this from happening? Many thanxs.
  2. Oh right, i jsut contacted my web host and switched to linux. It said: - Your account has been swapped, please note this takes place instantly however it may take upto 24 hours for the dns to propigate to all ISP's so your website may not be visible straight away. Please open a support ticket if your site isn't working after 24 hours. So looks like im gonna have to wait 24 hours untill its switched.
  3. Hi, neel ive just installed Zigmoyd, everythings running perfectly, but when i tested the URL ive been show this error <br /> <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>e:\domains\p\pavelockstudios.com\user\htdocs\zm\mail\mail.php</b> on line <b>121</b><br /> any ideas?
  4. did you mean so the sode reads like this? <?php $your_company = $_GET['company']; $your_name = $_GET['name']; $your_phone = $_GET['phone']; $your_email = $_GET['email']; $your_message = $_GET['message']; $recipient_email = "info@pavelockstudios.com"; $subject = "from " . $your_email; $headers = "From: " . $your_name . " <" . $your_email . ">\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1'; $content = "<html><head><title>Contact letter</title></head><body> "; $content .= "Company: " . $your_company . " "; $content .= "Name: " . $your_name . " "; $content .= "Phone: " . $your_phone . " "; $content .= "E-mail: " . $your_email . " "; $content .= $your_message; $content .= " </body></html>"; mail($recipient_email,$subject,$content,$headers); ini_set("sendmail_from", "info@pavelockstudios.com"); ?> <html> <body bgcolor="#282E2C"> <div align="center" style="margin-top:60px;color:#FFFFFF;font-size:11px;font-family:Tahoma;font-weight:bold"> Your message was sent. Thank you. </div> </body> </html> <script>resizeTo(300, 300)</script> If so ive jsut tried that, but still nothing in the inbox. I appreciate your help though esukf, any other ideas? Is the code correct?
  5. man shall i add you on msn? Would that be easier? or would you prefer through the forum. The website is called darkiconstudios.com, all the work for it is on the desktop, in a folder called darkiconstudios. When i uploaded it through ftp server, to ftp://Dark Icon Studios/htdocs. On there i currently have my IE index file, my Flash SWF file, a contact.php (the form im trying to use to get the contact form working and the zigmoyd folder i recently uploaded.
  6. dude....im stuck on 3 ha ha....i dont understand number 3..i saved the folder to my desktop, then uploaded the whole thing to my ftp server. so everthings on there in the htdocs folder. how would i write that? whats this whole /tf/fw thing? 3.Open the config.php File In that Folder With Your Favorite Editor and Change the $fw_install_loc_dir_name To Where You Pasted the Zigmoyd's files e.g. The location of the folder of config.php File. If You Paste the files in http://yoursite.com/tf/fw/ set $fw_install_loc_dir_name To "\tf\fw" or "/tf/fw". If "\tf\fw" Doesn't Work Use "/tf/fw"
  7. yeah nothing different has happened. Still recieve nothing. Man i appreciate you taking the time to help me with this. Its dragged on for soo long.!
  8. is this wwhat you meant neel? im not sure to apply that code! <?php $your_company = $_GET['company']; $your_name = $_GET['name']; $your_phone = $_GET['phone']; $your_email = $_GET['email']; $your_message = $_GET['message']; $recipient_email = "info@pavelockstudios.com"; $subject = "from " . $your_email; $headers = "From: " . $your_name . " <" . $your_email . ">\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1'; $content = "<html><head><title>Contact letter</title></head><body>"; $content .= "Company: " . $your_company . ""; $content .= "Name: " . $your_name . ""; $content .= "Phone: " . $your_phone . ""; $content .= "E-mail: " . $your_email . ""; $content .= $your_message; $content .= "</body></html>"; $content = str_replace("\n", "\r\n", $content); $headers = str_replace("\n", "\r\n", $headers); mail($recipient_email,$subject,$content,$headers); ?> <html> <body bgcolor="#282E2C"> <div align="center" style="margin-top:60px;color:#FFFFFF;font-size:11px;font-family:Tahoma;font-weight:bold"> Your message was sent. Thank you. </div> </body> </html> <script>resizeTo(300, 300)</script>
  9. is there anything i need to have installed, anything i need to do to get this to work? Ive been told theres nothing wrong with my hosting server. (i checked jsut to see) so the only thing i can think is if the contact.php codes wrong or i havnt done something very important. What do you think neel?
  10. yeah, there was nothing there either! Im soo depressed about it lol
  11. No it still has the ame problem, it says 'message sent' but when i check the inbox.....nothing still. any ideas?
  12. Oh ok, ive done it. The code no looks like: - <?php $your_company = $_GET['company']; $your_name = $_GET['name']; $your_phone = $_GET['phone']; $your_email = $_GET['email']; $your_message = $_GET['message']; $recipient_email = "info@pavelockstudios.com"; $subject = "from " . $your_email; $headers = "From: " . $your_name . " <" . $your_email . ">\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1'; $content = "<html><head><title>Contact letter</title></head><body> "; $content .= "Company: " . $your_company . " "; $content .= "Name: " . $your_name . " "; $content .= "Phone: " . $your_phone . " "; $content .= "E-mail: " . $your_email . " "; $content .= $your_message; $content .= " </body></html>"; mail($recipient_email,$subject,$content,$headers); ?> <html> <body bgcolor="#282E2C"> <div align="center" style="margin-top:60px;color:#FFFFFF;font-size:11px;font-family:Tahoma;font-weight:bold"> Your message was sent. Thank you. </div> </body> </html> <script>resizeTo(300, 300)</script> is that correcT? what do you think i should do now neel?
  13. thanxs all of you for your help, your total legends and i really appreciate it. Is there anyway you could show me what you mean? If i paste the whole contact.php code here, could you possibly make the changes so that it runs smoothly with what what your saying. I dont know the first thing about php and im sure i'll end up causing additional problems. Its just a contact form from a flash template im trying to get working. The contact.php code is: - <?php $your_company = $_GET['company']; $your_name = $_GET['name']; $your_phone = $_GET['phone']; $your_email = $_GET['email']; $your_message = $_GET['message']; $recipient_email = "info@darkiconstudios.com"; $subject = "from " . $your_email; $headers = "From: " . $your_name . " <" . $your_email . ">\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1'; $content = "<html><head><title>Contact letter</title></head><body> "; $content .= "Company: " . $your_company . " "; $content .= "Name: " . $your_name . " "; $content .= "Phone: " . $your_phone . " "; $content .= "E-mail: " . $your_email . " "; $content .= $your_message; $content .= " </body></html>"; mail($recipient_email,$subject,$content,$headers, " -finfo@darkiconstudios.com"); ?> <html> <body bgcolor="#282E2C"> <div align="center" style="margin-top:60px;color:#FFFFFF;font-size:11px;font-family:Tahoma;font-weight:bold"> Your message was sent. Thank you. </div> </body> </html> <script>resizeTo(300, 300)</script> also, im using thunderbird rather than oulook and i cant find a 'junk' folder anywhere on there to check. Its really bizzare. Many thanxs guys.
  14. can anyopne help me? Everything works perfect, i jsut dont receive any emails. Ive checked everything! Any ideas? :'(
  15. i have no idea about different servers. lol. but im uploading the contact.php to the ftp server which is connected to my hosting site and then testing the websites URL and contact form online. ive done absolutly everything, ive been trying for two days to get this small contact form to work. i cant belive how difficult its been. Do you have any ideas how i can fix this, i know very little about this sort of stuff, im reletively new to it. Any help would be appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.