Posts by Lord_Dracon • 130 points
3 posts
-
2
votes1
answer3083
viewsA: Decrypt Java Script code, need to change url and am not finding
Use Javascript Beautifier, such as: http://jsbeautifier.org/ Copy all the javascript code, paste it into the first jsbeautifier field, and then click "Beautify Javascript or HTML". He’ll reformat…
-
0
votes2
answers42
viewsA: Parallel function on website
A solution, perhaps not very elegant, would be to queue this file (managed in a database table and/or directory), and on the server would have a cronjob PHP script that would do the job of…
-
1
votes3
answers50
viewsA: Apache2 error on linux
1) This is not a problem with Apache2, but a connection to Mysql. 2) You are trying to access Mysql with the root user on localhost without using a password (using password: NO), but root must have…