Posts by Fabio Branco da Silva • 106 points
9 posts
-
1
votes1
answer51
viewsQ: Json how to present in a table
Good morning, I have a return in Json like this: { "dados": [ { "id": "1", "nome": "Geraldo", "login": "geraldo", "nivel": "1", "status": "1", "email": "[email protected]" }, { "id": "2", "nome":…
-
1
votes1
answer123
viewsA: Mascara Doesn’t Work
Use this javascript, it is very useful to mask input inputs, create a file inside your js folder and paste this code there, then call the via . Contents of the mask.js function mascara(o, f) { v_obj…
-
2
votes3
answers11315
viewsA: How to send a HREF with POST method or disguise?
Look we can also use Jquery to make a post, example: <?php // trecho q devera gerar a saida // coloquei .PHP_EOL caso queira interromper a execucao e depurar erros $jquery = ''.PHP_EOL; $jquery…
-
1
votes1
answer840
viewsA: Capture screen return from OLT CIANET equipment with PHP
<?php // error_reporting(0); $slot = $_GET['slot']; $mac = str_replace(":","",$_GET['mo']); $ip = 'ip_do_equipamento_na_sua_rede'; $user = 'seu_usuario'; $pass…
-
0
votes2
answers246
viewsA: How to notify the user that an FTP file is up to date?
I read your post, and I believe that you should write a script that reads the files in the /var/log of your linux server if it is the case, for example on my machine is in /var/log/proftpd, inside…
-
-1
votes4
answers1399
viewsA: Databases for different customers
Hello, I do not know this MVC 4, but with the experience I have in BD, I would create a table to save the data of all customers, or then separate by person, and classify this person in various ways,…
-
4
votes1
answer840
viewsQ: Capture screen return from OLT CIANET equipment with PHP
I am trying to capture data from an OLT CIANET via Telnet or SSH and I have not been successful, I want to know in which slot/UN is connected, the command to display the Onus I use is: show port…
-
0
votes3
answers4404
viewsA: Hide youtube link
You can encrypt the link, and put a PHP script to decrypt the link and redirect the user into it, so the person sees a link like redir.php? id=xmslskdS0dd1....
-
-3
votes5
answers18846
viewsA: What is a scripting language?
Programming languages that were originally developed in a Linux environment are usually called scripts, due to an analogous relationship that professionals make when referring to other scripting…
characteristic-languageanswered Fabio Branco da Silva 106