View Single Post
  #9  
Old 15th April 2009, 15:50
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by Krypto View Post
If your using the TT themes for HTracker will will receive that error you need to add <?=license();?> into your theme footer.php

or
remove the function fron backend/functions.php

Code:
function checker(){ 
GLOBAL $site_config, $THEME; 
$file = file_get_contents("themes/$THEME/footer.php");
if(!strpos($file, "license")) {
show_error_msg("Warning!", "Copyright removed or changed ");
}
}
Or remove the checker() from these files

admincp.php
backend/functions.php
download.php
search.php
torrents-today.php
torrents.php


i add that license but still hawing error
adminstration panel is not opening
how do i remove that show/hide thing 4ever ?
Reply With Quote