hi people Could anyone show me how to fake a php file please. Our file has been rejected twice already
this is the method we used to create a fake php contact form. So there is not a request just an interval instead. This one s been rejected as well ,// on release event function mailSend(){ formHolder.errorTxt.text = “sending mail..”; myInterval = setInterval(myHello, 2000); } function myHello(){ clearInterval(myInterval); formHolder.errorTxt.text = “thank you.”; resetField(); } function resetField(){ formHolder.ntxt.text = ””; formHolder.emtxt.text = ””; formHolder.mastxt.text = ””; formHolder.errorTxt.text = ””; }
Thanks in advance
curiousIT said
hi people Could anyone show me how to fake a php file please. Our file has been rejected twice alreadythis is the method we used to create a fake php contact form. So there is not a request just an interval instead. This one s been rejected as well ,// on release event function mailSend(){ formHolder.errorTxt.text = “sending mail..”; myInterval = setInterval(myHello, 2000); } function myHello(){ clearInterval(myInterval); formHolder.errorTxt.text = “thank you.”; resetField(); } function resetField(){ formHolder.ntxt.text = ””; formHolder.emtxt.text = ””; formHolder.mastxt.text = ””; formHolder.errorTxt.text = ””; }
Thanks in advance
Yes, I think that’s perfectly fine. Just mention somewhere in your preview that mail is not actually sent in the preview and it does work in the actual file. That should do it.
Thank you for quick reply. I ll try to include the fla file as well
curiousIT said
Thank you for quick reply. I ll try to include the fla file as well
And make sure you don’t include the php file. Whether the php is called or not it won’t be accepted if the php file is present in the preview package.
