Powered By Max Banner Ads, How to Remove!

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 do a google search on the file name and then download the pro version for free.
(works like a charm)
 
[FONT=Verdana, Arial, Helvetica][FONT=Verdana, Arial, Helvetica][GET] Maxblogpress Ads Pro Version 1.4 Working with WP 2.8 Now


Remove : Powered By Max Banner Ads

Link:

http://999downloads.com/max-banner-ads-pro.zip

[/FONT]
[/FONT]
 
[FONT=Verdana, Arial, Helvetica][FONT=Verdana, Arial, Helvetica][GET] Maxblogpress Ads Pro Version 1.4 Working with WP 2.8 Now


Remove : Powered By Max Banner Ads

Link:

http://999downloads.com/max-banner-ads-pro.zip

[/FONT]
[/FONT]
Thanks
 
please reupload link is not valid...
I can't find it googling...

tnx
 
ok I have found it.
It's a base64 encoded message: bWJhbl9w
on line 663

http://www.motobit.com/util/base64-decoder-encoder.asp
 
Instant link to purchase Max Banner Ads Pro

Try here

http://www.maxbanneradspro.mostpopularworldwide.com/
 
I found a great solution, search this text on Google
Tutorial how to remove "Powered By Max Banner Ads"
, you will know how to remove the text without using nulled version.

I am a newbie so can not post link
 
I've found the solution for this problem, but i'm not sure if I can post it and you have to edit some of the php files to get it done. But the outcome is great, now I don't have those ugly "Powered By" anymore...
 
I've found the solution for this problem, but i'm not sure if I can post it and you have to edit some of the php files to get it done. But the outcome is great, now I don't have those ugly "Powered By" anymore...

Hello advascom,

yes I think that you can explain it. What files have you modifiied?

Thanks
 
Non of the solutions provided or nulled scripts, worked for me.

So here's a little contribution to the forum: solution to not display the "Powered by..." message, working for the latest, 1.8 version (the one previously described in this thread is not working for me, in 1.8):

File max-banner-ads.cls.php, line 546:

REPLACE THE ENTIRE LINE
${base64_decode("bWJhbl9w")} = base64_decode(

WITH
${base64_decode("bWJhbl9w")} = base64_decode("PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHgiPjwvc3Bhbj4=");

This will replace the "Powered By" text with an empty span (if nothing provided it won't work).

Hope it helps!
 
Here you go!
_h t t p : / / thecrack.tk/huong-dan-xoa-powered-by-max-banner-ads/ :D
 
Back
Top