Posts by Helmesvs • 53 points
3 posts
-
2
votes1
answer32
viewsQ: Logging
Good afternoon everyone, I have the following table: I have the following select: "SELECT DISTINCT `ip` FROM `visualizacoes` WHERE MONTH(data) = MONTH(NOW()) AND id_usuario = :id_usuario" Use the…
-
0
votes2
answers594
viewsQ: How to detect a bot
I’m helping a friend develop a visitation system, like the Rede Grana ex: Social Money. It turns out that we will make payments for real visits on the page, and as we know that there are people who…
-
2
votes2
answers167
viewsQ: How to add a DIV to each 3 paragraphs (<p>)
Well what I want is simple. I need to add one div every 3 paragraphs. Remembering that these paragraphs will be in another div (in case it would be the content div). It looks like this website,…