Posts by Rimom Aguiar • 61 points
7 posts
-
0
votes2
answers736
viewsA: Fast website when accessed by IP, but super slow via Domain Name
SOLVED 2 The solution I gave above was an alternative to the real problem but I found the solution to the original problem, if someone has the same problem, I solved so: -I set up the DNS by bind 9…
-
2
votes2
answers736
viewsA: Fast website when accessed by IP, but super slow via Domain Name
RESOLVED I discovered something here that solved, one of my css were being generated dynamically and after generated, I inserted it into the page using file_get_contents($Css_generated…
-
1
votes2
answers736
viewsQ: Fast website when accessed by IP, but super slow via Domain Name
I’m having a problem that when accessing my VPS server using IP, access is immediate but when access using HTTP, the page takes up to 10 seconds to open, I did some tests on my local machine and…
-
1
votes8
answers26648
viewsA: How to backup Mysql Database Diaries?
I don’t know if this is what you need, but follow a complete code to make bkp of your database, only save the code in a php file, create a folder called "db_bkp" and do not forget to fill in the…
-
1
votes7
answers30383
viewsA: How to dump a Mysql database with PHP?
I don’t know if this is what you need, but follow a complete code to make bkp of your database, only save the code in a php file, create a folder called "db_bkp" and do not forget to fill in the…
-
0
votes2
answers1162
viewsA: Control of login attempts by PHP
Follow a complete implementation with number of attempts and reCaptcha I’m using on a site I’m developing, the only thing missing to work 100% is to create the objects, but I left well described how…
phpanswered Rimom Aguiar 61 -
0
votes3
answers39993
viewsA: How to implement google reCAPTCHA on my website?
Follow a complete implementation of reCaptcha I’m using on a site I’m developing, the only thing missing to work 100% is to create the objects, but I left well described how to create them, I’m just…