Posts by ISABELA DE SOUZA RAMOS DA SILV • 33 points
7 posts
-
0
votes1
answer42
viewsQ: Console validator
Good evening, I need to program a user validator in C# (I have visual studio). Console style. I need from a list . txt the value of "id=" in the URL to be changed.…
-
0
votes0
answers114
viewsQ: Pulling data from a page
I am trying to pull the name and date of birth of my clients from my web page, but it is only pulling the balance and not the name (PHP). PART PHP curl_setopt($ch, CURLOPT_URL,…
-
1
votes2
answers960
viewsQ: Echo colored in php
Can I leave ECHO in PHP colored ? Print in HTML, letter by letter colored ex: if (strpos($d5, '{"name":"')) { echo 'LIVE ->' . $a . '|' . $b . ' | C:' . $c . ''; } else { echo "DEAD -> $a|$b…
-
0
votes2
answers1345
viewsA: Save textarea content as text file
The save.php code shows this error: "This page is not working dominio.com is unable to respond to this request at this time. HTTP ERROR 500" <?php $filename = "arquivo.txt"; if…
-
0
votes2
answers1345
viewsQ: Save textarea content as text file
I need to make a code that when entering what is requested in textarea and push the button submit, save the content inserted in textarea in a .txt (with line break. For example: If someone has…
-
0
votes2
answers52
viewsA: With extract list from a link
<html> <head></head> <body> <pre style="word-wrap: break-word; white-space: pre-wrap;"> "xxx.xxx.xxx.xxx:xxxx xxx.xx.xx.xxx:xxxx xxx.xxx.xxx.xxx:xxxx…
-
-1
votes2
answers52
viewsQ: With extract list from a link
I bought a proxy api and every time I give F5 it gives me a new proxy list. How can I make a PHP that gives a curl and extract all this list for a textarea every minute (is the waiting time for the…