Best Blackhat Forum

Full Version: Need help for removing " powered by " from script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Do a search for PHP Melody here.

One of the threads gives specific instructions for removing the Powered By

Rather than everyone here taxing the servers with searches, here's a link to the thread.

Quote:http://bestblackhatforum.com/Thread-PHP-...by-Removel
@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.

[Image: 14mcd53.png]



==============================================
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

[Image: 20t3wb6.png]
@8888post :

Thanks you very much. it working.
Reference URL's