View Single Post
  #1  
Old 6th July 2010, 00:14
wxlg1117 wxlg1117 is offline
Senior Member
 
Join Date: Aug 2009
China
Posts: 16
Default bug with YSE
1:
when i Delete News or Remove poll,news.php or polls.php gointo:

Click the image to open in full size.


Click the image to open in full size.


Missing characters?

2:
viewimage.php
Code:
<?


require "include/bittorrent.php";
dbconn(false);

loggedinorreturn();

$pic = htmlspecialchars($_GET["pic"]);

stdhead("View Image");
print("<h1>$pic</h1>\n");
print("<p align=center><img src=\"torrents/images/$pic\"></p>\n");
?>

<h3 align=center><a href="javascript: history.go(-1)">".$tracker_lang['back']."</a></h3>

<?
stdfoot();
?>
the code can not display the correct word "back" ,"$tracker_lang['back'] = 'Back';" was exist in languages\english\lang_main.php,


Click the image to open in full size.

Last edited by wxlg1117; 6th July 2010 at 00:30.
Reply With Quote