Thread: H-Tracker v2
View Single Post
  #193  
Old 8th December 2012, 01:06
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
ok on the torrents-upload you put the nfo in the box yes now remove it on edit torrents-details remove all save edit so nothing in it then put nfo back in on torrents-details as there is big bugs in the i do have the fix for this, all new torrents-upload and torrents-details, As your getting this "rnrn" chars on nfo on upload

Bump:
Quote:
Originally Posted by Legend2000 View Post
Hi,I really don't know where to go further from here,i have installed the Mozilla but don't know where to do further?,Please Help,Thanks

Click the image to open in full size.
PHP Code:
$browser $_SERVER['HTTP_USER_AGENT'];
$SITENAME $site_config['SITENAME'];
if(
preg_match("/MSIE/i",$browser))//browser is IE
{
begin_frame("" WARNING "");
echo 
'<center><img border="0" src="http://www.bvlist.com/images/warning.png"/></center>';
echo 
'<center><font size=\"+2\"><b>Warning!</b></color></font></center>';
echo 
'<center><br />It appears as though you are running Internet Explorer this site was <b>NOT</b> intended to be viewed with internet explorer and chances are it will not look right and may not even function correctly.</center>';
echo 
'<center><br />But if you still want to use Internet Explorer then use Internet Explorer 7.</center>';
echo 
'<center>'.$SITENAME.' suggests that you browse happy and consider switching to one of the many better alternatives.</center>';
echo 
'<center><br /><a href="http://www.mozilla.com/firefox/"><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://www.bvlist.com/images/firefox.png"/></a></center>';
echo 
'<center><br /><strong>Get a SAFER browser !</strong></center>';
    
end_frame();

@the index.php

Last edited by wMan; 8th December 2012 at 01:21.
Reply With Quote