Best Blackhat Forum

Full Version: [REQ] WPImageApp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Salespage:
Code:
http://wpimageapp.com/pre-public/

Download:
Code:
http://plugin.dashnex.com/wp-image-app-latest.zip

Needs to be NULLED ... so that it bypasses the need for dashnex connector/activator !
looks interesting, hope it can be nulled
Bump for this.
Thanks for share - Activated
[Image: 7ac9c1f947.png]
(03-19-2016 02:34 AM)JohnnyShadow Wrote: [ -> ]...
Needs to be NULLED ... so that it bypasses the need for dashnex connector/activator !

Some files are encrypted with Ioncube, but it's not the latest version, so it's very possible to decrypt them. I tried, but I got not well-build code after decryption. I believe someone with better knowledge of IonCube decoding can get it pretty fast. There are some great guys here on bbhf.

(03-20-2016 02:05 AM)scorpio Wrote: [ -> ]Thanks for share - Activated
[Image: 7ac9c1f947.png]
Does that mean you nulled it?
@Scorpio that you are fast, I had no time for anything. And you you've already cracked.
Share it with us.

Thanks very much crack
Quote:Some files are encrypted with Ioncube, but it's not the latest version, so it's very possible to decrypt them. ...

This plugin is not realy great to spend a lot of time to fix decrypted source

Quote:Needs to be NULLED ... so that it bypasses the need for dashnex connector/activator !

Here is quick fix to bypass activation :

install wp-image plugin and dashnex-plugin and activate

open wp-image plugin folder and find "wp-image.php" file,
open it with notepad (or n++), and find line (34)

Code:
add_action('admin_menu', 'wpImageAppNoDashnexMenu');

and replace it with :

Code:
//add_action('admin_menu', 'wpImageAppNoDashnexMenu');
    require_once(dirname(__FILE__).'/plugin.php');
    new WPIMAGEAPP_Plugin();

then open (in "wp-admin") Settings->WP Image App Settings,
and You should see the setup page instead activation message

or download from this post

http://bestblackhatforum.com/Thread-Requ...pid1681563
Reference URL's