__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
/**
 *
 *
 * @author Josh Lobe
 * http://ultimatetinymcepro.com
 */

jQuery(document).ready(function($) {

	tinymce.PluginManager.add('acheck', function(editor, url) {
      

		// Register clker button
		editor.addButton('acheck', {
			
			image : url + '/img/acheck.png',
			tooltip : 'Accessibility Checker',
			onclick : acheck
		});
		  
		  
		// Run windowmanager function
		function acheck() {
			
			get_content = tinyMCE.activeEditor.getContent({format : 'raw'});
			
			var theCode = '<html><body onLoad="document.accessform.submit();"> \n';
			theCode += '<h1>Submitting Code for Accessibility Checking.....</h1>\n';
			theCode += '<form action="http://achecker.ca/checker/index.php" name="accessform" method="post"> \n';
			theCode += '<input type="hidden" name="gid[]" value="8" /> \n';
			theCode += '<textarea name="validate_content">' + get_content + '</textarea>\n';
			theCode += '<input type="submit" /></form> \n';  
			theCode += '</body></html> \n';
			accessWin = window.open('', 'accessWin',  '');
			accessWin.document.writeln(theCode);
			accessWin.document.close();
		}
	
	});
});

Filemanager

Name Type Size Permission Actions
img Folder 0755
plugin.js File 1.08 KB 0644
Filemanager