markpter85
Newbie
- Nov 14, 2009
- 1
- 0
activating max banner ad is easy, you don't have to provide an email if you want.
just edit the plugin and look for this code:
// Activate the plugin if email already on list
if ( trim($_GET['mbp_onlist']) == 1 ) {
$this->mban_activate = 2;
update_option('mban_activate', $this->mban_activate);
Just Change
if ( trim($_GET['mbp_onlist']) == 1 )
to this
if ( trim($_GET['mbp_onlist']) == 0 )
easy right
I'll be posting here if i'm able to remove the "Powered by" line, the link actually came from the plugin website, so i need to remove the script that allows communication with the plugin website.
just edit the plugin and look for this code:
// Activate the plugin if email already on list
if ( trim($_GET['mbp_onlist']) == 1 ) {
$this->mban_activate = 2;
update_option('mban_activate', $this->mban_activate);
Just Change
if ( trim($_GET['mbp_onlist']) == 1 )
to this
if ( trim($_GET['mbp_onlist']) == 0 )
easy right
I'll be posting here if i'm able to remove the "Powered by" line, the link actually came from the plugin website, so i need to remove the script that allows communication with the plugin website.