Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Email Form PRO

This is a discussion on Email Form PRO within the FlepStudio utilities forums, part of the Tutorials category; hello there how would i change the wording of the email form to my needs??? thanks in advance. i am ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #21 (permalink)  
Old 15-06-08, 22:29
Junior Member
 
Join Date: Apr 2008
Posts: 2
Rep Power: 0
richmann is on a distinguished road
Re: Email Form PRO

hello there how would i change the wording of the email form to my needs???
thanks in advance. i am a noob to this so you may see a fair bit of me hehehe

this site looks brill well done
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #22 (permalink)  
Old 17-06-08, 04:07
Junior Member
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
Hugo is on a distinguished road
Re: Email Form PRO

Hello Flep
I downloaded the zip, did two changes (email, and the server), chmod to 777 and still I can’t make to send the email, the message = message send, but nothing arrive. Can you help, please?
Thank you
Ps: I try your form and did not received as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #23 (permalink)  
Old 26-06-08, 06:38
Junior Member
 
Join Date: Apr 2008
Posts: 18
Rep Power: 0
flowmatic007 is on a distinguished road
Re: Email Form PRO

Is there anything other than "$sendTo =" that needs to be changed on the php file? I still keep getting server busy try again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #24 (permalink)  
Old 17-08-08, 20:19
Junior Member
 
Join Date: Aug 2008
Posts: 3
Rep Power: 0
jambek2003 is on a distinguished road
Re: Email Form PRO

Why should you set permission to 777? It's a security hole. The PHP-script runs fine on my webserver in permission 644.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #25 (permalink)  
Old 17-08-08, 20:28
Junior Member
 
Join Date: Aug 2008
Posts: 3
Rep Power: 0
jambek2003 is on a distinguished road
Re: Email Form PRO

I would advise everybody to use a http-debugger. I like Charles - http://www.charlesproxy.com/ (not free) the most. It also support AMF so you can debug also these binary-packages; Amfphp and Flash/Flex no problem Charles can do it. Bye the way I don't have any shares :-)

Last edited by Onsitus; 17-08-08 at 20:33..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #26 (permalink)  
Old 21-08-08, 13:25
Junior Member
 
Join Date: Jul 2008
Posts: 8
Rep Power: 0
coma is on a distinguished road
Re: Email Form PRO

hey guys

I was customising this form and i noticed that if you're in the first field (First Name) and press TAB it goes to the next field as it should until it gets to "City".

Form "City" it jumps to "Phone Number" instead of "Address", from "Phone Number" it goes onto "Sate" and then finally to "Address". How do i fix this? for most programing languages its a matter of setting the index or tab index. i cant find anything like that in flash.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #27 (permalink)  
Old 22-08-08, 08:49
Junior Member
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
Hugo is on a distinguished road
Re: Email Form PRO

Quote:
Originally Posted by jambek2003 View Post
Why should you set permission to 777? It's a security hole. The PHP-script runs fine on my webserver in permission 644.

Doesn’t matter what chmod I set (777 or 644 just to test if the problem is there) still I can make work properly. I know 777 is full access for anyone and making hole in security. The PHP-script running, but send nothing.
Thanks
Hugo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #28 (permalink)  
Old 22-08-08, 15:40
Toby Palmer
 
Join Date: Aug 2008
Location: Lesmahagow, Scotland
Posts: 1
Rep Power: 0
Toby Palmer is on a distinguished road
Send a message via MSN to Toby Palmer Send a message via Yahoo to Toby Palmer
Re: Email Form PRO

Hi Flep

Having my e mail server on Hotmail, and BT mail servers to Windows Live mail, to which do you recomend the email URLin line 39 to be sent through.
I am seeking a decent server to send the form through so that people using the form can send to my email box.

Sorry I am not a network or servers knowledgebale as my main areas are graphics and using flash.

Can you recomend a decent if not free (Yip poor student here) hostings that can deal with sending e mails to.

Thanks for your excelent forum, only joined today and already my head is spinning on all the stuff in it.

Toby.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #29 (permalink)  
Old 27-08-08, 17:54
Junior Member
 
Join Date: Apr 2008
Posts: 18
Rep Power: 0
flowmatic007 is on a distinguished road
Re: Email Form PRO

I really need some assistance from anyone. I think I have tried everything and triple checked everything a zillion times. Reading threw everyone's comments unfortunately doesn't help. I changed chmod, re-published swf, and I still get server error. Is there anyone that can point me in the right direction?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #30 (permalink)  
Old 27-08-08, 18:16
Junior Member
 
Join Date: Aug 2008
Posts: 3
Rep Power: 0
jambek2003 is on a distinguished road
Re: Email Form PRO

Quote:
Originally Posted by flowmatic007 View Post
I really need some assistance from anyone. I think I have tried everything and triple checked everything a zillion times. Reading threw everyone's comments unfortunately doesn't help. I changed chmod, re-published swf, and I still get server error. Is there anyone that can point me in the right direction?
Are you on windows? Do you have dedicated server or is it hosted by a hostingprovider? If you have a dedicated server and didn't configure the SMTP-server edit your php.ini-file. search for "SMTP" in ini-file.

Add the next code somewhere at the beginning of your php-script if you don't have a dedicated server (you don't have the capability to configure php.ini);
PHP Code:

// SMTP-server for outgoing mail
ini_set("SMTP","smtp.your_provider.xyz"); 
find out SMTP-server from your provider and replace my bogus server-address. Hope this works fine. Use also my suggestion: install Charles and Firefox to debug the packets. What is send back by server?! (It's the webserver by the way)

Last edited by jambek2003; 27-08-08 at 18:20..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Email Form PRO Flep Utilità di FlepStudio 49 28-11-08 11:33
Email form Flep FlepStudio utilities 24 24-11-08 11:57
Email form con Flash CS3 e PHP Flep Utilità di FlepStudio 109 11-11-08 11:14
[email form pro] swf dentro un swf kenzo AIUTO utilità free 1 27-07-08 19:44
mod email form teonji AIUTO utilità free 1 25-07-08 13:02


All times are GMT. The time now is 20:19.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406