Scrape data from a website and post it on the blog

While importing from machine-readable formats, such as RSS is quite straightforward and usually has plenty of tools around… it is very different story with arbitrary HTML. If you are not up to code this from scratch, then closest semi-automated tool I know is Dapper – it can process HTML pages and according to rules that … Read more

Programatically Creating Initial WordPress Site

I’d highly recommend WP-CLI for such tasks. It is a tool that allows installation and configuration of WordPress on the command line. What you are trying could easily be done: wp core download wp core config –dbname=<dbname> –dbuser=<dbuser> –dbpass=<dbpass> wp core install –url=<url> –title=<site-title> –admin_user=<username> –admin_password=<password> –admin_email=<email> There are a lot of other commands that … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)