Best free WordPress themes in 2016

Eleganto – Free One Page Business WordPress Theme : http://themes4wp.com/theme/eleganto/

50 Free and Premium WordPress Themes to Use in 2016: http://line25.com/articles/free-premium-wordpress-themes-2016

How difficult is it to find an absolutely perfect WordPress theme for your website if you are not a professional web designer? In fact, not that difficult. Many theme developers nowadays provide their products with simple to use customization tools, which require no coding skills and can be used by everyone.

15 Best WordPress Portfolio Themes For Creatives: http://webdesign.tutsplus.com/articles/15-best-wordpress-portfolio-themes-for-creatives–cms-26277

10 Best free WordPress themes in 2016 February

Here we come again with the list of best free WordPress themes, for the month of February, 2016. You may download and use these themes for your WordPress powered website. Don’t forget the vote for your favorite, as the best among these will be published in our yearly magazine.

http://cssbest.com/blog/2016/03/01/best-free-wordpress-themes-in-2016-february/

WordPress Figyelő | biztonság, bajok – gyógymódok – eszközök – infok

WordPress Redirect Hack via Test0.com/Default7.com : https://blog.sucuri.net/2016/05/wordpress-redirect-hack-test0-default7.html

WordPress: A jó, a rossz és a csúf: http://sjozsef.com/wordpress-jo-rossz-es-csuf

Új weboldal fejlesztésekor az első igazán nehéz döntés a megfelelő tartalomkezelő rendszer kiválasztása. Figyelembe kell venned a fejlesztés és fenntartás költségeit, a projekt igényeit, és nem utolsósorban azt, hogy melyik CMS mire való.

When a WordPress Plugin Goes Bad: https://blog.sucuri.net/2016/03/when-wordpress-plugin-goes-bad.html

It appears the plugin has changed owners! Freelancer Comes to the Dark Side How much can we trust plugins that you download from the official WordPress Plugin Directory?

” Először wordfence, aztán ninja firewall és a végén ithemes security. ez a jó sorrend, mert ha az ithemes security-t teszem fel először, akkor nem engedi írni a php.ini fájlt… és akkor a ninja nem konfigurál be.”

Wordfence: https://www.wordfence.com/
NinjaFirewall: https://hu.wordpress.org/plugins/ninjafirewall/
iThemes Security: https://hu.wordpress.org/plugins/better-wp-security/

10 Little-Known, Super Effective Tips to Secure Your WordPress Blog: http://www.socialambush.com/wordpress/10-little-known-super-effective-tips-to-secure-your-wordpress-blog/

A desktop app that gives WordPress a permanent home in your taskbar. https://desktop.wordpress.com/

Nem javaslom olyan WordPress alapú oldal építését, működtetését, ami regisztrációs felületet tartalmaz.

Rengeteg spam, támadási kisérlet…

Megdöbbentő: WordPress Is Most Popular With Business Websites : https://managewp.com/14-surprising-statistics-about-wordpress-usage

Olvasom:
‘A wordpresses webshopunkra kb. 3 percenként jön egy kamu (robot) regisztráció. Valószínűleg ez leterheli az oldalt is.’

‘A ……… nevű wordpress + woocommerce-es weboldalunk valami brutális módon be van lassulva. Hetek óta nem találjuk a kollégákkal a megoldást.’
Pár napja új tárhelyre mozgattuk (gyorsabbra), de sajnos az sem oldotta meg a dolgot, sőt… Kikapcsoltunk egy csomó plugint, stb. de még mindig botrány lassú. Mivel egy webshopról van szó ez elég ciki és érezhetően kevesebb rendelés is jön.

A legnagyobb gond az, hogy kb 40 plugin fut a háttérben és valamelyik beakasztja az egész processzt. Ha minden kikapcs értelemszerűen megy. Úgyhogy azon van a küzdés, hogy melyik plugin akasztja be az egészet.

https://wordpress.org/plugins/p3-profiler/

Free Website Malware and Security Scanner https://sitecheck.sucuri.net/

WPScan is a black box WordPress vulnerability scanner that can be used to scan remote WordPress installations to find security issues. : http://tools.kali.org/web-applications/wpscan

Akismet Is the Most Popular Plugin

Obfuscator – The PHP Application Packer fills the gap between simple obfuscators and ultimate tools

Many PHP developers need to protect their source code when they distribute it to customers, to minimize the chances of their work being altered or copied without their permissions.

The PHP Application Packer fills the gap between simple obfuscators and ultimate tools. For this package packing means minifying, obfuscation, compressing with ZIP.

http://www.phpclasses.org/blog/package/9574/post/1-PHP-Source-Code-Protection-Solutions.html

Finding Vulnerabilities in Core WordPress

Finding Vulnerabilities in Core WordPress: A Bug Hunter’s Trilogy, Part III – Ultimatum

http://blog.checkpoint.com/2015/09/15/finding-vulnerabilities-in-core-wordpress-a-bug-hunters-trilogy-part-iii-ultimatum/

Netanel Rubin tells a story in three acts – describing his long path of discovered flaws and vulnerabilities in core WordPress, leading him from a read-only ‘Subscriber’ user, through creating, editing and deleting posts, and all the way to performing SQL injection and persistent XSS attacks on 20% of the popular web.

Ubuntu server firewall install and setting

How To Set Up a Firewall with UFW on Ubuntu 14.04?: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-14-04

Some UFW command:

sudo apt-get install ufw [install]

sudo ufw default deny incoming
sudo ufw default allow outgoing

sudo ufw allow ssh
sudo ufw allow 22 [or your ssh port]

sudo ufw allow http
sudo ufw allow https

sudo ufw allow [port for your web admin!]

sudo ufw allow ftp
sudo ufw deny ftp

sudo ufw allow 22
sudo ufw deny 22

sudo ufw disable

sudo ufw status verbose

sudo ufw enable

Top 30 PHP Interview Questions and Answers for beginners and experts.

Question : How can we encrypt password using PHP?
Answer : crypt () function is used to create one way encryption. It takes one input string and one optional parameter.

Question :How to scrape data from website using CURL?
Answer : To scrap the data from website, Website must be public and open for scrapable.
In the blow code, just update the CURLOPT_URL to which websites data you want to scrap.

https://intellipaat.com/interview-question/php-interview-questions

Streaming radio with PHP (Laravel)!!

Koel – A personal music streaming server that works. One of the best Laravel apps.

Koel (also styled as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue at the client side and Laravel on server side. Targeting web developers, Koel embraces some of the more modern web technologies – flexbox, audio, and drag-and-drop API to name a few – to do its job.

source:
http://learninglaravel.net/a-personal-music-streaming-server-that-works

http://koel.phanan.net/

https://github.com/phanan/koel