How to add a page for are you sure you want to leave this page
And
How can I protect my script completily
And
Script for mailing users in my site
How to add a page for are you sure you want to leave this page
And
How can I protect my script completily
And
Script for mailing users in my site
What have you tried? Try searching for mail tutorials first as this is a very common and straightforward request: https://www.google.com/search?q=mail+php If you have more specific questions please come back and ask and someone will be happy to look into this further.
As for protecting your scripts completely you can't, but it is more likely I am not understanding exactly what you are referring to. If you have a more specific question please ask in a new thread and include as many details as you can to make your goals clear.
I will be closing this thread for now as it is also likely to attract spam.
To choose the lesser of two evils is still to choose evil. My personal site
Oh, and for "How to add a page for are you sure you want to leave this page" thing, I think you mean:
See also:Code:<script type="text/javascript"> window.onbeforeunload = confirmExit; function confirmExit() { return "Are you sure you want to leave this page?"; } </script>
http://www.dynamicdrive.com/forums/s...e-leaving-page
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
This thread might also be helpful (re:"How can I protect my script completily[sic]"): Why you cannot protect your source code and files.
Last edited by traq; 09-04-2013 at 05:03 PM.
Bookmarks