Best Blackhat Forum

Full Version: PHP MELODY 2.2 "powered by : Removel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
if your still facing "powered by : phpmelody" in the footer text after rename you site name ,

so here is solution by me ,

first install phpmelody 2.2 at your server ,

GO via file manger > SMARTY FOLDER / %%0E^0E4^0E407559%%footer.tpl.php download and edit with notepad >
find "powered_by" keyword and rename "powered_bynull" > SAVE > replace with old file at file-manger

(note :- only after installal you can find that file at server , its auto create file , so install the script first )

and ENJOY !!! Smile

dnt forget say thanksss for my hardwork :)
Thanks you. But I have one doubt. Using this I can also change powered by rrs instead of powered by php melody.

And also please tell how to remove powered by phpvibe from php vibe script.
(08-25-2014 03:34 PM)hardy73 Wrote: [ -> ]if your still facing "powered by : phpmelody" in the footer text after rename you site name ,

so here is solution by me ,

first install phpmelody 2.2 at your server ,

GO via file manger > SMARTY FOLDER / %^0E4^0E407559%%footer.tpl.php download and edit with notepad >
find "powered_by" keyword and rename "powered_bynull" > SAVE > replace with old file at file-manger

(note :- only after installal you can find that file at server , its auto create file , so install the script first )

and ENJOY !!! Smile

dnt forget say thanksss for my hardwork :)


This is not correct instruction.
File « %^XXXXXXX%%footer.tpl.php » is a temp (smarty) cache file.
If you whant to completely remove "powered_by" then You should find it in "footer.tpl" file.

If You whant to temporary disable 'powered_by' then open the "« config.php »" in root of your site installation and edit the following line :
Code:
define('_POWEREDBY', 1);
change to :
Code:
define('_POWEREDBY', 0);

Thats all.
PM me. I will tell you how to re
Reference URL's