View Single Post
  #239  
Old 1st April 2014, 19:01
naotem's Avatar
naotem naotem is offline
Member
 
Join Date: Feb 2009
Brazil
Posts: 11
Default
Quote:
Originally Posted by lakicevic View Post
1. Edit Torrent
2. Add IMDB link
3. Save

result - Retrieval of remote file failed!


Idea ?
This appeared when I tested it on free webhosting. Once I started using a paid, the error disappeared.

Bump: If you use the logout template(in all template) (Menu ->Extra -> Logout) Error Appears:
"An error occurred while Attempting to log you out Click here to log out."
And never goes out, gets in a loop.

Any solution?
Click the image to open in full size.

Bump: Some adjustments ...
To open the site posted links (in the forum, comments, shoutbox ...) in a new window, and does not take the user tracker:
In include/globalfunctions.php
Find:
PHP Code:
 ' . $target . ' 
Change to
PHP Code:
 $target 
Appears three times.

For function "Insert numbered list" work
In include/globalfunctions.php
Find:
PHP Code:
$listtype 'decimal';
      break; 
Change to:
PHP Code:
$listtype 'decimal';
      
//break; 
Bump: In messages.php find:
PHP Code:
$shownewfolders .= '<p>' $lang->messages['newtitle24'] . '<br /><input type="text" size="30" name="newfolder' $i '" value="" maxlength="14"></p>';
        ++
$i;
      }

      
$shownewfolders .= '
            ' 
$lang->messages['newtitle25'] . '
        </FIELDSET> 
Change to
PHP Code:
$shownewfolders .= '<p>' $lang->messages['newtitle24'] . '<br /><input type="text" size="30" name="newfolder' $i '" value="" maxlength="14"></p>';
        ++
$i;
      }

      
$shownewfolders .= '
            ' 
$lang->messages['newtitle26'] . '
        </FIELDSET> 
Bump:
Quote:
Originally Posted by it53lv View Post
installed this
configured everything
uploaded torrent and azureus shows error at tracker status : connection to database failed
wtf ???
btw poll system is FUCKED too
doesn't work and db has invalid values
Me too
Reply With Quote