i will write a complete ChangeLog
Gold Torrents
I added gold torrent status in toptorrents_block.php. Default hack wasn't providing modification for that file
http://sourceforge.net/p/cybyd/code/ci/be49b423d62bd0b3239bf914661d684ffafd12cb/
@date_default_timezone_set(@date_default_timezone_get());
was changed to
date_default_timezone_set('Europe/London');
as PHP recommended (https://sourceforge.net/p/cybyd/tickets/3/)