| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/themes/bridge/includes/shortcodes/ |
Upload File : |
<?php
$full_path = __FILE__;
$path = explode( 'wp-content', $full_path );
require_once( $path[0] . '/wp-load.php' );
?>
<div id="qode_shortcode_form_wrapper">
<form id="qode_shortcode_form" name="qode_shortcode_form" method="post" action="">
<div class="input">
<label>Icon</label>
<select id="icon" name="icon">
<option value=""></option>
<?php
$fa_icons = getFontAwesomeIconArray();
foreach ($fa_icons as $key => $value) {
?>
<option value="<?php echo $key; ?>"><?php echo $key; ?></option>
<?php
}
?>
</select>
</div>
<div class="input">
<label>Icon Type</label>
<select id="icon_type" name="icon_type">
<option value="circle">Circle</option>
<option value="transparent">Transparent</option>
</select>
</div>
<div class="input">
<label>Icon Color</label>
<div class="colorSelector"><div style=""></div></div>
<input name="icon_color" id="icon_color" value="" maxlength="10" size="10" />
</div>
<div class="input">
<label>Icon Top Gradient Background Color</label>
<div class="colorSelector"><div style=""></div></div>
<input type="text" name="icon_top_gradient_background_color" id="icon_top_gradient_background_color" value="" size="10" maxlength="10" />
</div>
<div class="input">
<label>Icon Bottom Gradient Background Color</label>
<div class="colorSelector"><div style=""></div></div>
<input type="text" name="icon_bottom_gradient_background_color" id="icon_bottom_gradient_background_color" value="" size="10" maxlength="10" />
</div>
<div class="input">
<label>Icon Border Color</label>
<div class="colorSelector"><div style=""></div></div>
<input type="text" name="icon_border_color" id="icon_border_color" value="" size="10" maxlength="10" />
</div>
<div class="input">
<label>Title</label>
<input name="title" id="title" value="" maxlength="100" size="55" />
</div>
<div class="input">
<label>Title Color</label>
<div class="colorSelector"><div style=""></div></div>
<input name="title_color" id="title_color" value="" maxlength="12" size="12" />
</div>
<div class="input">
<label>Title Size (px)</label>
<input name="title_size" id="title_size" value="" maxlength="100" size="55" />
</div>
<div class="input">
<input type="submit" name="Insert" id="qode_insert_shortcode_button" value="Submit" />
</div>
</form>
</div>