Page MenuHomePhabricator

Add zghwiktionary to wikistats
Closed, ResolvedPublic

Description

Please add new wiki zghwiktionary to Wikistats, once it is created. Thanks!

Event Timeline

Dzahn changed the task status from Open to Stalled.Jul 17 2025, 2:14 PM
Dzahn claimed this task.
MariaDB [wikistats]> insert into wiktionaries (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="zgh";


dzahn@wikistats-bookworm:~$ /usr/bin/php /usr/lib/wikistats/update.php wt prefix zgh
sent query: 'select * from wiktionaries where prefix="zgh"'.
A(1/197) - zgh.wiktionary.org - calling API: https://zgh.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://zgh.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 1 good: 0 edits: 1 users: 1 active users: 0 admins: 1 images: 0
---> update wiktionaries set total="1",good="0",edits="1",users="1",activeusers="0",admins="1",images="0",http="200",si_generator="MediaWiki 1.45.0-wmf.13",ts=NOW() where id="465";