ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
wp-includes
2026-09-16 19:06:13
Editing: uaf_font_upload_js.php
Cancel
Save Changes
<?php if ( ! defined( 'ABSPATH' ) ) exit; add_thickbox(); ?> <p align="right"> <input type="button" name="open_add_font" onClick="open_add_font();" class="button-primary" value="Upload Fonts" /> <a href="<?php echo admin_url( 'admin-ajax.php' ); ?>?action=uaf_predefined_font_interface&width=800&height=550" class="thickbox button-primary" title="Add Predefined Fonts (Personal and Commercial Use)" >Add Predefined Fonts</a> <br/></p> <div id="font-upload" style="display:none;"> <div class="dcform"> <?php if (!empty($GLOBALS['uaf_user_settings']['uaf_api_key'])) : ?> <form action="admin.php?page=use-any-font&tab=font_upload" id="open_add_font_form_js" method="post" enctype="multipart/form-data"> <p> <label>Font Name *</label> <span class="field"> <input type="text" name="font_name" value="" maxlength="20" class="uaf_required medium"/> <span class="field_error">Please give font name.</span> </span> </p> <p> <label> </label> <span class="field"> <input type="checkbox" name="enable_font_variation" id="enable_font_variation" onclick="multi_variation_holder_toggle();"> Enable Font Variation (Weight, Style & Width). <a href="https://dineshkarki.com.np/add-multiple-font-variation-in-use-any-font.html" target="_blank">How to !</a> </span> </p> <div class="multi_variation_holder" style="display:none;"> <p> <label>Font Weight *</label> <span class="field"> <select name="font_weight" class="medium"> <?php foreach ($GLOBALS['uaf_fix_settings']['font_weight_variations'] as $variation => $variation_label): ?> <option value="<?php echo esc_attr($variation) ?>"><?php echo esc_html($variation_label); ?></option> <?php endforeach; ?> </select> </span> </p> <p> <label>Font Style *</label> <span class="field"> <select name="font_style" class="medium"> <option value="normal">Normal</option> <option value="italic">Italic</option> <option value="oblique">Oblique</option> </select> </span> </p> <p> <label>Font Width / Stretch</label> <span class="field"> <select name="font_stretch" class="medium"> <?php foreach ($GLOBALS['uaf_fix_settings']['font_stretch_variations'] as $stretch_val => $stretch_label): ?> <option value="<?php echo esc_attr($stretch_val) ?>"><?php echo esc_html($stretch_label); ?></option> <?php endforeach; ?> </select> </span> </p> </div> <p> <label>Font File *</label> <span class="field"> <input type="file" id="fontfile" name="fontfile" value="" class="uaf_required" accept=".woff2,.woff,.ttf,.otf,.eot" /> <span class="field_error">Please select font file.</span> <br/> <em>Accepted Font Format : <?php echo esc_html(join(", ",$GLOBALS['uaf_fix_settings']['allowedFontFormats'])); ?> | Font Size: Upto <?php echo esc_html($GLOBALS['uaf_fix_settings']['allowedFontSize']) ?> MB</em><br/> </span> </p> <p> <label> </label> <span class="field"> <span id="font_upload_message" class=""></span> <input type="hidden" name="url" value="<?php echo esc_attr(base64_decode($GLOBALS['uaf_user_settings']['uaf_activated_url'])); ?>" /> <input type="hidden" name="api_key" value="<?php echo esc_attr($GLOBALS['uaf_user_settings']['uaf_api_key']); ?>" /> <input type="hidden" name="font_count" value="<?php echo uaf_count_uploaded_fonts(); ?>" /> <input type="hidden" name="convert_response" id="convert_response" value="" /> <input type="hidden" name="submit-uaf-font-js" id="submit-uaf-font" value="Upload" /> <input type="submit" name="submit-uaf-font-js" id="submit-uaf-font" class="button-primary" value="Upload" /> <?php wp_nonce_field( 'uaf_font_upload_js', 'uaf_nonce' ); ?> <br/> <span>By clicking on Upload, you confirm that you have rights to use this font.</span> </span> </p> </form> <?php else: ?> <div class="dcinfo"><p>You need to add API key in <a href="admin.php?page=use-any-font&tab=api">API key</a> section to upload the fonts.</p></div> <?php endif; ?> </div> </div> <?php include('uaf_uploaded_font_list.php'); ?>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete