3) Register your data as database to send copyright infrigement letter to hosting/police/somewhere else in the future.
myspell dictionaries (*.dic) are plain text files:
So you can extract words with simple regular expression.
To extract dictionary from aspell, use this command:
aspell -l en dump master >english.txt
The -l switch targets a specific dictionary.---------- Добавлено 25.10.2016 в 23:48 ----------
There is no such language. Indians have 23 official languages:
https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D1%8F%D0%B7%D1%8B%D0%BA%D0%BE%D0%B2_%D0%98%D0%BD%D0%B4%D0%B8%D0%B8
Some of them can be downloaded from wiki
If you want just words list, without translation, you can use any of aspell databases. Any linux distro has a lot of such databases:
apt-cache search aspell
apt-cache search myspell
[24-Oct-2016 07:45:45] WARNING: [pool www] child 14160 exited on signal 9 (SIGKILL) after 1268.367945 seconds from start
So max_execution_time = 300 is just not enough?
Try to add
--restrict-file-names=windows --local-encoding="UTF-8" --remote-encoding="UTF-8"
into wget command line parameters.
Or, use curl instead.
Can you run this task without involving of web server? I.e. as php-cli application?
"php file.php" or "curl http://blablabla"? Note that php-cli and php-fpm have different php.ini options!
If you can't run your script with php-cli, you may use fastcgi_finish_request() function to continue run the script in the background.
P.S. show your logs.
Add curl to cron
To convert an SQLite 2 database into an SQLite 3 database, have ready the command-line shells for both version 2 and 3. Then enter a command like the following:
sqlite OLD.DB .dump | sqlite3 NEW.DB
http://www.sqlite.org/version3.html
Sure thing :D
https://gorky.media/news/rossiyanin-zarabotal-3-milliona-na-prodazhe-poddelnyh-knig-v-amazon/
You can try to embed styles into style="" attribute of tags. There is an online tool to do this:
https://templates.mailchimp.com/resources/inline-css/