Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: >[Queue]</a>"); var el = this; $(el).after(" <a class='test' href='#'>[Queue]</a>"); $(el).next().click(function() { queue(el); }); }); var endpoint = "http://192.168.1.28:8081/adddownload.req?URL="; var username = "test"; var password = "test"; function queue(el) { var link = $(el).attr('href'); $.ajax({ type: 'GET', url: endpoint+link, dataType: 'html', username: username, password: password, success: function(data) { Source: http://pastebin.com/raw.php?i=Au1WPUj3
↧