Best Blackhat Forum

Full Version: [GET] Quform - WordPress Form Builder LATEST 1.4.14 *my own*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Sharing the key for this will disable the form from displaying on the originating website (with the same key). Good form builder though...
thanks for sharing
thanks for sharing MATE!

+5 rep added
Thank you very much!! Great share
In addition to the method described earlier in this thread on how to remove the "unlicensed" message from your forms, here is how you can also get rid of the unlicensed nag message from the admin panel. Within the "admin > includes", open the "form-builder.php" file and remove the following code that starts at about line 21...

Code:
if (!strlen(get_option('iphorm_licence_key'))) {                echo '<div class="error"><p><strong>' . sprintf(esc_html__('You are using an unlicensed version. Please %senter your license key%s or %spurchase a license key%s.', 'iphorm'), '<a href="' . admin_url('admin.php?page=iphorm_settings') .'">', '</a>', '<a href="http://www.quform.com/buy.php" onclick="window.open(this.href); return false;">', '</a>') . '</strong></p></div>';            }

PHP Code:
if (!strlen(get_option('iphorm_licence_key'))) {                echo '<div class="error"><p><strong>' sprintf(esc_html__('You are using an unlicensed version. Please %senter your license key%s or %spurchase a license key%s.''iphorm'), '<a href="' admin_url('admin.php?page=iphorm_settings') .'">''</a>''<a href="http://www.quform.com/buy.php" onclick="window.open(this.href); return false;">''</a>') . '</strong></p></div>';            } 

Edit: for some reason, when I post the code to remove, this forum is clipping some of it. Just look at line 21 in the file, it's pretty self-explanatory what to remove.
looks cool repped
=====================thks
(03-01-2014 05:19 AM)Jamzman AKA Shurikn Wrote: [ -> ]The link is dead, can you please reup rep added :)

Link's still dead.
qform 1.76

http://d.pr/f/1h22f

direct instal zip plugin file:
https://d.pr/I5Fw

vt:
Magic Button :
https://www.virustotal.com/ro/file/b5924f444b931f33eee6e515cf0d20112dfb7d0161003b5fabb6a5835d9e8d88/analysis/1472305580/
Pages: 1 2 3
Reference URL's