VideoHive

how to fake a contact form php file

10 posts
  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Sold between 1 000 and 5 000 dollars
curiousIT says

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

662 posts
  • Author had a Free File of the Month
  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • Sold between 1 000 and 5 000 dollars
outandouter says

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

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.

10 posts
  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Sold between 1 000 and 5 000 dollars
curiousIT says

Thank you for quick reply. I ll try to include the fla file as well

2309 posts
  • Beta Tester
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 5-6 years
  • Referred between 10 and 49 users
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Sold between 100 and 1 000 dollars
  • United States
theflyingtinman says

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.

by
by
by
by
by