Questions tagged as 'script'

0
answers

Problems with animation

There is an animation in the game that the character attacking with the sword, ah sword and an image behind the character, the code draws so. but my real problem is with Index, when the player goes through a type of portal to go to another map,...
asked by 04.02.2018 / 13:41
0
answers

Set searchParams.get () to a specific code or similiar

I'm using the following script for a Select $(function() { $('#categoria').on('change', function() { var url = "https://" + window.location.hostname + "/search?q=" + $(t...
asked by 29.01.2018 / 03:41
2
answers

Load with Ant and EAP Task 7x "Caused by: java.lang.NoClassDefFoundError: javax / xml / ws / soap / SOAPFaultException"

I make a script build using the ant task, the load, and the JBOSS EAP 7 application platform, below is my source code: <taskdef resource="cargo.tasks"> <classpath> <fileset dir="${common.lib.dir}/cargo">...
asked by 28.01.2018 / 19:43
0
answers

Creating a Method to make the character go to Coord Mouse Course

Good morning people, I want to create a method to make the character walk up to the coordinates of the mouse, this method will be done on the server, so I made him receive the coordinates of the mouse, but now I have to make the server recognize...
asked by 26.01.2018 / 11:24
0
answers

Scripts in powershell to rename / special characters

I have a call to change to remove all special characters (#, $, ', ç, etc.) Can you search the folders and change these characters by typing without characters? this way. In case, I wanted to put all the characters. Dir -R | Rename-Item...
asked by 26.01.2018 / 19:20
0
answers

How do I know where a specific script is running in a particular HTML element?

Has a javascript running on a particular page, I'd like to find out where it is, ie the path or at least the name. For example: "./files/global.js.download". I have a page that has several with js, if deleting one gives to find out but it is ver...
asked by 18.01.2018 / 15:44
1
answer

Can I create a cron to delete files with retroactive dates?

See my need, I have a cron that runs every night and creates a file_ddmmaaaa.backup on the Linux Kubuntu server, it happens that the hard disk is filling since this backup file has in average 500MB, how to create a cron that deletes files a date...
asked by 16.12.2017 / 16:13
1
answer

Automatic redirection

I need to open a new page with target blank and automatically update the page to another link when I log into the php Example: <META HTTP-EQUIV=REFRESH CONTENT = '0;URL=../clientes/$link.php'>     
asked by 27.12.2017 / 19:34
0
answers

Javascript does not load when linking it in script tag

I created a js class to shorten the lines and not have many scripts, so I created 'main.js', to put all js, which would then be linked from the src script. but when I link, nothing works, and the directory is correct ... I tried putting all the...
asked by 28.11.2017 / 20:48
1
answer

How to change the CSS in this case?

Good morning everyone! Being objective. I want to change the CSS of two different pages at the same time, with an on / off button in one of them, and that this change is made in all of them, but I have the following difficulties: The on / off...
asked by 17.11.2017 / 13:47