Papalex606 Posted May 14, 2007 Author Share Posted May 14, 2007 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" Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-252874 Share on other sites More sharing options...
neel_basu Posted May 14, 2007 Share Posted May 14, 2007 Tell me whats your Site name and where you have Installed (In which folder) ?? Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-252896 Share on other sites More sharing options...
Papalex606 Posted May 14, 2007 Author Share Posted May 14, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-252944 Share on other sites More sharing options...
clown[NOR] Posted May 14, 2007 Share Posted May 14, 2007 one thing about the "message sent" part... that will always appear since it's not a part of the php code.. you should add something like this to your code $result = mail(.......); if ($result) { echo "Message sent!"; } else { echo "Something went wrong. Message wasn't sent"; } that wont help you get the mail sent, but it will at least let you know if the mail was sent or not Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-252982 Share on other sites More sharing options...
Papalex606 Posted May 15, 2007 Author Share Posted May 15, 2007 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? Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-253434 Share on other sites More sharing options...
neel_basu Posted May 15, 2007 Share Posted May 15, 2007 If your Cofiguration is Correct ------------------------------------ Zigmoyd Doesn't use PHP's mail() Function It sends mail Itself And the Error msg Tells this Following things 1. You are using Windows Server 2. There is NO SMTP (Mail) server on your Server if there is its either not accessible or not on port 25 Ask your Host to provide SMTP server If you can switch to linux I think there You will get one sendmail. Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-253438 Share on other sites More sharing options...
Papalex606 Posted May 15, 2007 Author Share Posted May 15, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-253462 Share on other sites More sharing options...
irvieto Posted May 16, 2007 Share Posted May 16, 2007 hey papalex.. A suggestion. Use POST insted of GET in your code when sending emails. GET params. can be object of exploits by external loops over the url. Take that in mind too when it comes about including things... I apologize for the topic detour of my post ...and for my bad grammar. Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-254199 Share on other sites More sharing options...
neel_basu Posted May 16, 2007 Share Posted May 16, 2007 Is your site switched compleately ?? Quote Link to comment https://forums.phpfreaks.com/topic/51230-can-anyone-tell-me-why-i-dont-recieve-mail/page/2/#findComment-254203 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.