This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
run_base=/run | |
dir_reloads="$run_base/new-cert-reloads" | |
dir_restarts="$run_base/new-cert-restarts" | |
if [ $# -gt 0 ]; then | |
some=0 | |
dir="$dir_reloads" | |
while [ $# -gt 0 ]; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Elementor form submission access | |
Description: Promotes the Elementor Pro form submissions page to top level, and bypasses the excessive and inflexible restrictions on access. | |
Version: 2.0.0 | |
Author: Some netizen | |
Update URI: do-not-auto-update | |
*/ | |
namespace Elementor\Core\Admin\Menu; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var%20c=['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','0','1','2','3','4','5','6','7','8','9'],l=prompt('Password%20length?',20),p;if(!l)return;if(isNaN(l=parseInt(l))||l<1){alert('Invalid%20length');return}if(confirm('Special%20characters?'))Array.prototype.push.apply(c,['!','@','#','$','%','^','&','*','(',')','-','_','=','+','[','{',']','}','\\','|',';',':',"'",'"',',','<','.','>','/','?','`','~']);do{p='';while(p.length<l)p+=c[Math.floor(Math.random()*c.length)]}while(prompt('Copy%20and%20OK,%20or%20cancel%20for%20new%20one',p)==null)})(); |