Questions tagged as 'script'

0
answers

What are the pros and cons of scripting languages?

I've been researching and can see the development and abstraction that programming language has been taking. What are the real pros and cons of scripting languages compared to compiled ones, since Ruby, Python and so many others have been gainin...
asked by 04.03.2018 / 18:24
0
answers

Script (automate fields of a site) [closed]

Hello, I have been given a task that I do not know how to start, automate fields of a certain site, not need to be typing them every month, I was given a spreadsheet with several values, and I would have to save them line by line. Well, I'm lost,...
asked by 03.03.2016 / 19:57
4
answers

Lock CTRL key on All Browsers

I want to Protect my Content. I've already "Destroyed" the Right Click on my Site, But now I would like to lock the CTRL key. Because it gives rise to copy and paste commands, and I do not want to use it on my site. Is there any code to override...
asked by 22.05.2015 / 02:59
3
answers

Do not fill new column as Null and yes with specific value in the script

I have a specific table in the database, in it I keep information of classes that are created, swimming classes, futsal classes, bodybuilding classes and so on, it is already in use and with several classes already registered, but now I need the...
asked by 27.11.2018 / 18:45
1
answer

Says that it writes to mysql but does not save to the database

Form: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="te...
asked by 04.05.2018 / 16:00
2
answers

How to find out what is a file and what is a directory

The question is as simple as the logic I have here. Logic: Assuming that files should always contain your .png .txt suffix etc ... While folders / directories take nothing but their plain name The idea is to get these referenced name...
asked by 13.03.2018 / 17:20
1
answer

Change site background with script according to day time

I have this script that changes the color of the website as the page refreshes. <script> function random_bg_color() { var x = Math.floor(Math.random() * 256); var y = Math.floor(Math.random() * 256); var z = Math.floor(Math.r...
asked by 04.01.2019 / 01:21
2
answers

script.vbe - encrypted virus

I received a .rar file and inside it had a .vbe file I will put below, I would like if anyone has any idea what this script does, inform me, because a user of my network clicked and firefox keeps blinking a screen that not the time to see what i...
asked by 15.09.2015 / 15:27
1
answer

What kind of recursively remove accented characters from file names

I tried other scripts I found on the internet (* the ones I found), but without success. So I want to know from some of you how to do this automated / recursive task. Shell Script Retrieved from: link set meta-flag on set output-meta on...
asked by 23.08.2018 / 23:15
1
answer

Help in javascript

How do I make this script run in 10 seconds ?? <script type = "text/javascript"> function simulateClick(x, y) { var clickEvent = document.createEvent('MouseEvents'); clickEvent.initMouseEvent('click', true, true, window, 0, 0, 0, x, y,...
asked by 23.10.2015 / 00:28