Server IP : 192.64.118.117 / Your IP : 18.224.21.26 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/plugins/fwdsuvp/php/ |
Upload File : |
<style> body { font-size: 10px; } p { font-size: 12px; } input.text { margin-bottom:12px; width:95%; padding: .4em; } </style> <script> jQuery(document).ready(function($) { $("#css_text").scrollTop($("#scroll_pos").val()); $("#update_btn").click(function() { $("#css_data").val($("#css_text").val()); $("#scroll_pos").val($("#css_text").scrollTop()); }); }); </script> <form action="" method="post" style="margin-top:20px;margin-right:20px;"> <div style="height:500px;padding:20px;overflow:auto;" class="ui-widget ui-widget-content ui-corner-all"> <label for="css_text" style="font-size:12px;">Here you can edit the video player main CSS file (css/fwduvp.css):</label> <br><br> <textarea id="css_text" cols="256" rows="32"><?php echo fread($handle, filesize($css_file)); ?></textarea> </div> <input type="hidden" id="css_data" name="css_data" value=""> <input type="hidden" id="scroll_pos" name="scroll_pos" value="<?php echo $scroll_pos; ?>"> <input id="update_btn" type="submit" name="submit" style="cursor:pointer;margin-top:20px;" value="Update CSS file" /> <?php wp_nonce_field("fwduvp_css_editor_update", "fwduvp_css_editor_nonce"); ?> </form> <?php echo $msg; ?>