View Single Post
  #1  
Old 28th May 2008, 03:21
UzAkLArDaN's Avatar
UzAkLArDaN UzAkLArDaN is offline
Senior Member
 
Join Date: Nov 2007
Posts: 43
Angry How to remove or rename Powered by TS Special Edition v.4.3
Firstly download adminfunctions.php and replace with /admin/include/adminfunctions.php


Removing Powered by TS Special Edition v.4.3

Open /admin/include/adminfunctions.php with notepad and find:
Code:
TS Special Edition v.4.3

Then delete it without 'apostrophe' and save it



Open /include/init.php with notepad and find:
Code:
define ('VERSION','TS Special Edition v.4.3');
Replace with:
Code:
define ('VERSION','');
Open /include/templates/default/footer.php with notepad and find:
Code:
Powered by
Then delete and save it

Done!


Renaming Powered by TS Special Edition v.4.3

Open /admin/include/adminfunctions.php with notepad and find:
Code:
TS Special Edition v.4.3
Replace with:
Code:
Bvlist v.5.0
Open /include/init.php with notepad and find:
Code:
define ('VERSION','TS Special Edition v.4.3');
Replace with:
Code:
define ('VERSION','Bvlist v.5.0');
Note: adminfunctions.php and init.php are working together so you have to type exactly same name "Bvlist v.5.0" for both *php files otherwise you will get an error when you login to stuff panel.

Open /include/templates/default/footer.php with notepad and find:
Code:
<a href="http://templateshares.net" target="_blank">
Replace with:
Code:
<a href="http://bvlist.com" target="_blank">
Done!

Please note! if you try to edit unmodified adminfunctions.php you will have error when you login to stuff panel.
Attached Files
File Type: rar Adminfunctions.rar (146.7 KB, 182 views)
Reply With Quote
The Following 2 Users Say Thank You to UzAkLArDaN For This Useful Post:
BEA (30th November 2008), zenja7777 (13th September 2008)