82.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

08-25-2014, 03:34 PM
Post: #1
PHP MELODY 2.2 "powered by : Removel
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 :)
12-21-2014, 02:29 AM
Post: #2
RE:
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.
01-03-2015, 08:39 AM
Post: #3
RE: PHP MELODY 2.2 "powered by : Removel
(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.
01-04-2015, 04:01 AM
Post: #4
RE:
PM me. I will tell you how to re




75.gif