Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
12-20-2014, 05:23 PM
Post: #1
|
|||
|
|||
Need help for removing " powered by " from script
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 . |
|||
12-20-2014, 05:31 PM
(This post was last modified: 12-20-2014 05:32 PM by 8888post.)
Post: #2
|
|||
|
|||
RE:
Pm me your details or send your script
|
|||
12-20-2014, 07:47 PM
Post: #3
|
|||
|
|||
RE: Need help for removing " powered by " from script
(12-20-2014 05:23 PM)maurya Wrote: Hello,hey i will gladly help you out, drop me a pm, ive cleaned out phpvibe quite regularly |
|||
12-20-2014, 10:38 PM
(This post was last modified: 12-20-2014 10:39 PM by Judson.)
Post: #4
|
|||
|
|||
RE:
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 |
|||
12-21-2014, 03:57 PM
Post: #5
|
|||
|
|||
RE:
@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, 07:18 PM
Post: #6
|
|||
|
|||
RE:
(12-21-2014 03:57 PM)maurya Wrote: @Loomy and @8888post 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} 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').''; Code: $text = $text.''.get_option('licto').''; For change "© 2013 PHPVibe.com" and "Premium Video CMS" Go to admin panel -> settings |
|||
12-22-2014, 08:43 PM
Post: #7
|
|||
|
|||
RE:
@8888post :
Thanks you very much. it working. |
|||