View Single Post
  #1  
Old 15th October 2008, 22:02
staticxfl staticxfl is offline
Member
 
Join Date: Aug 2008
Posts: 4
Arrow Minor Problems with TS v5.1
Thanks for this MR. Decoder!! I have been able to get this all working just fine except for a few minor things.
  1. External Torrents Scrape Does Not Update Peers
  2. I remove TS_Cloud.php all together and I only get one word in the cloud
  3. It appears that images from imageshack do not work in upload
  4. Images in IMDB info do not show up


***Wrong datatype for second argument in /usr/local/www/apache22/data/include/ts_functions.php on line 1447
Code:
 if (((in_array (@abs ($curpage - $pagenumber), 2) AND $curpage != 1) AND $curpage != $totalpages))
        {
          $pagenumbers = fetch_start_end_total_array ($curpage, $perpage, $results);
          $relpage = $curpage - $pagenumber;
          if (0 < $relpage)
          {
            $relpage = '+' . $relpage;
          }
If anyone can help me with any of these items I would really appreciate it.

Thanks
Staticxfl

Last edited by staticxfl; 15th October 2008 at 22:17. Reason: added some errros
Reply With Quote