View Single Post
  #2  
Old 22nd February 2009, 01:03
carphunter18 carphunter18 is offline
Senior Member
 
Join Date: Dec 2008
Choose
Posts: 18
Default
Only found a few bugs:

1. in my.php if you add a avatar doesnt metter how big you set the size of the allowed avatar it always says its to big! With external avatar

2. also in my.php ive you add a new language such as dutch my.php cant see it and some language maps such as belgium works fine

3. The bug that new torrents shown as dead even ive they are seeded fine

Fixed: by changing line 90 in cleanup.php to sql_query("UPDATE torrents SET visible='no' WHERE visible='yes' AND last_action < $deadtime");

4. Bug in functions_announce.php there was missing } on line 195

Fixed: to at the }

5. Cant upload an avatar to the site gives me a strange error that i need to change the gif

Last edited by carphunter18; 22nd February 2009 at 16:45.
Reply With Quote
The Following 2 Users Say Thank You to carphunter18 For This Useful Post:
amstaff (4th March 2009), Masterdan (8th July 2009)