Best Blackhat Forum

Full Version: [GET] [JVZOO POTD->MEMBERSHIP PLUGIN] Fast Member - WP Membership System Builds Sites In Minutes Not Hours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Salespage
Code:
http://www.warriorforum.com/warrior-special-offers-forum/607702-jvzoo-potd-membership-plugin-fast-member-wp-membership-system-builds-sites-minutes-not-hours.html

Download Link by demoweb
Magic Button :
Code:
http://www.mediafire.com/?buzuhdfv4fou25g
This might be a good starting point either to null or generate your own license. There may be more but try changing 'false' to 'true' throughout.

class.main.php

Code:
function CheckLicCode() {
        global $wpdb;
        $lcode = $wpdb->get_var("SELECT liccode FROM {$wpdb->prefix}wpbn_settings WHERE 1");
        if (!$lcode) return false;
        $dom = strtolower($_SERVER['HTTP_HOST']);
        $dom = str_replace('http://', '', $dom);
        $dom = str_replace('www.', '', $dom);
        $c = substr(md5($dom), 0, 3).substr(md5($dom), 7, 4).substr(md5($dom[0]), 3, 2).substr(md5($dom[1]), 5, 3);
        $c = strtoupper($c);
        if ($c == $lcode) return true;
        return false;
    }

PS: There are some iframes to fastmember.com for help etc. Might be worth blocking those to avoid tracking.

To be honest I would buy it if I planned to use it for real.
Thanks for the nice share.
Can anyone share the $47 oto video,please?
Code:
www.fastmember.com/fast-member-training-sales-page-oto/
For those not well versed in PHP, the following should do the trick:

Code:
function CheckLicCode() {
        return true;
    }
(And yeah, get rid of any calls that could be used to track you...)
Can some1 take a look at this and remove all the tracking? The task is beyond my PHP code editing skills by far... :/
who have no time to null this plugin
Great share awesome needed this.
..........
Guys, is it working for you? Every time I set the "return" value to false, my site goes down. The admin section works, though.
(11-02-2012 11:01 PM)Traste Wrote: [ -> ]Guys, is it working for you? Every time I set the "return" value to false, my site goes down. The admin section works, though.
I didn't try yet, but they said before, that you need to set the return value to "true", to get rid of the checking license
Pages: 1 2
Reference URL's