Posts by Marcos Henrique • 9 points
3 posts
-
-5
votes3
answers1909
viewsQ: Protecting source code
I came across the following protected code. I would like to know how to hide my source code as well. I’m not having much luck with base64_decode and I really need to protect or at least obfuscate my…
phpasked Marcos Henrique 9 -
0
votes1
answer40
viewsQ: Active users on the site
my intention is to create a system of people onlines on my site, every 30s I send a request in ajax to my server and mark the ip and time of the visit, my doubt is the following in my bank I record…
phpasked Marcos Henrique 9 -
1
votes2
answers1941
viewsQ: Count lines with javascript
I have a script where I pick up all the emails from one textarea, sending them through Ajax to another page, using the split to separate the lines. However, if you have 10 emails to send the…