User talk:Destructor

From PRIMUS Database
Revision as of 02:45, 13 October 2015 by Destructor (Talk | contribs)

Jump to: navigation, search

Moderator Help

Need anything from PDB's admin? Any suggestions on how the site could be improved? Post away underneath, and make sure you sign your comment with ~~~~ as that will leave behind a poster name so I can get back to you (by your account Talk page)! Destructor (talk) 11:57, 12 September 2013 (MST)

Still getting an error on the Special:UnusedFiles page, however I have found a roundabout way to at least check what we have in the way of large files.

http://primusdatabase.com/api.php?action=query&list=allimages&ailimit=500&aiminsize=1048576&aimaxsize=5242880&aiprop=dimensions|mime|size

Will display details of any files over 1MB in size (of which we have a lot) by replacing 10485760 with a value from the following we can see specifically files above these values:

1MB = 1048576 | 5 MB = 5242880 | 6 MB = 6291456 | 7 MB = 7340032 | 8 MB = 8388608 | 9 MB = 9437184 | 10 MB = 10485760

Using this I have at least be able to go through the few files >5MB and remove unused ones that may be causing problems. Liath (talk) 08:51, 7 March 2014 (MST)