Posts by Psicodelico ॐ • 69 points
10 posts
-
2
votes3
answers57
viewsA: How do I get this page error with this code?
Put a "@" in front of the line to hide the error but it is not very recommended. The best way was to use one isset
phpanswered Psicodelico ॐ 69 -
-1
votes1
answer188
viewsQ: Event when closing tab/browser
Good guys blz, I wanted to know how to call an event when I close tab or browser and when to close I wanted to update mysql ex: logged in=1, then when it closes update to log in=0
-
0
votes0
answers52
viewsQ: How to show running processes on the web server
well my doubt is the following there is some plugin in php where I can view the processes php, html etc... running on my server, Cpanel has a similar plugin and wanted to know if you have any way to…
-
1
votes1
answer515
viewsQ: How to make a schedule counting from time to time?
Good guys would like to know how to create a simple schedule, example I put a script to run every 5 minutes, by logic it runs the first time and wait another 5 minutes to run again skipping 5 min…
phpasked Psicodelico ॐ 69 -
1
votes1
answer553
viewsQ: How to get the return of multi Curl (curl_multi_add_handle)?
I wanted to know how to get the return via multi Curl why by normal Curl just use the function curl_exec to get the result of the page but in the multi Curl I can’t get anything with the curl_exec.…
-
0
votes1
answer60
viewsQ: Page refresh with limit
Possible some form of a script that updates the page in a limited way ? example I have the script update a page only 10 times and then to is possible ?
-
0
votes1
answer757
viewsQ: Block Curl access to my server?
Is it possible to block Curl access to my server ? Example I have a VIP site with a user-generated security key and prevent anyone from logging through the system via Curl ? I tested with captcha…
-
0
votes1
answer42
viewsQ: Where do the ip addr add ips go?
Hello guys okay ? then I’m new with linux and wanted to know where the ips that we added by ip addr add x.x.x.x
linuxasked Psicodelico ॐ 69 -
0
votes2
answers306
viewsA: How do you send three Curl requests at once?
Well that was my code, I’m new in PHP $ch = curl_init('http://meusite.com.br/servidor1.php'); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ch, CURLOPT_POST, 1); curl_setopt ($ch,…
-
2
votes2
answers306
viewsQ: How do you send three Curl requests at once?
Good guys I’m creating a system, but I’m having a doubt I wanted to send the request all at once by curl_init, like I want to send to search in 3 servers at once