Hello,
recently i have installed
php melody and phpvibe. both show powered by with there site link.
please help me. what should i have to do to remove.
php melody link : http://videoscript-testing.[Reported by Members as SPAM THREAD]/
php vibe link :
http://fgdfgdfgdfgsdf.rrshost.in
if u need i also ready to give admin panel password and FTP password.
thanks you in advance .
Pm me your details or send your script
(12-20-2014 05:23 PM)maurya Wrote: [ -> ]Hello,
recently i have installed
php melody and phpvibe. both show powered by with there site link.
please help me. what should i have to do to remove.
php melody link : http://videoscript-testing.[Reported by Members as SPAM THREAD]/
php vibe link : http://fgdfgdfgdfgsdf.rrshost.in
if u need i also ready to give admin panel password and FTP password.
thanks you in advance .
hey i will gladly help you out, drop me a pm, ive cleaned out phpvibe quite regularly
@Loomy and @8888post
Private message sent. check it. and thanks you.
@judson
I am trying to remove currently by following instruction provided by u in link.
(12-21-2014 03:57 PM)maurya Wrote: [ -> ]@Loomy and @8888post
Private message sent. check it. and thanks you.
@judson
I am trying to remove currently by following instruction provided by u in link.
PHP Melody
For remove "PHP Melody powered by PHP Melody - Video CMS."
go to PHP Melody\templates\default\
Open footer.tpl and edit it
line 52
Change
Code:
{if $smarty.const._POWEREDBY == 1}
to
Code:
{if $smarty.const._POWEREDBY == 0}
For change "PHP Melody" in "© 2014 PHP Melody. All rights reserved"
Go to admin panel -> settings
in "Site title" change it.
==============================================
PHPVibe
For remove "Powered by phpVibe™."
go to lib folder
Open functions.php and edit it
line 505
Change
Code:
$text = $text.''.base64_decode(get_option('softc')).' '.get_option('licto').'';
to
Code:
$text = $text.''.get_option('licto').'';
For change "© 2013 PHPVibe.com" and "Premium Video CMS"
Go to admin panel -> settings
@8888post :
Thanks you very much. it working.