2016. február 26., péntek

WordPress Security

How to Clean a Hacked WordPress Website or Blog: http://www.wpwhitesecurity.com/wordpress-tutorial/clean-hacked-wordpress-website-blog/ This guide will help you recover from the typical WordPress hacks such as backdoors, malware, spam and other similar types of infections.

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.

2016. február 25., csütörtök

free drum machine software (linux, windows)

The orDrumbox is a free drum machine software, designed to be as creative as possible with unusual features : auto-composition, polyrythmes, unusual arpeggiator, automatic sounds/track matching , custom softsynths, lowfi rendering, etc. This tools can compose bass line and complete songs using included drum kits with the audio sequencer functions. http://www.ordrumbox.com/download.php Hydrogen (linux): http://hydrogen.popez.org/hcms/node/21

Minecraft server with PHP

https://github.com/andrewvy/HHVMCraft Minecraft Beta 1.7.3 Server implemented in PHP/HHVM, powered by ReactPHP. A Minecraft Beta 1.7.3 Server implemented in PHP, based off of Truecraft's implementation. Powered by ReactPHP (with some parts patched).

jogtiszta Windows operációs rendszer olcsón

http://sov24.hu/operacios-rendszerek/12-windows-81-pro-32-64bit.html Windows 8.1 Pro 32Bit / 64Bit A WINDOWS 10-RE TÖRTÉNŐ FRISSÍTÉS EZZEL A TERMÉKKEL MINDEN TOVÁBBI KÖLTSÉG NÉLKÜL LEHETSÉGES. Nyelv: Magyar Teendők: Rendelése sikeres elküldése után néhány percen belül e-mailben kapja meg a termékkulcsot és a letöltési linket. Már a letöltéskor választhat a 32 és 64 bites verzió között. Hogyan tudjuk termékeinket ilyen kedvezményes áron kínálni? És Önök hogyan tudnak megbizonyosodni a szoftver jogtisztaságáról? Az általunk árult szoftvereket az EU-s jogszabályok alapján saját hardverünkről választjuk le és így garantálni tudjuk, hogy Önök nem hamisítványt kapnak. Azáltal, hogy a szoftvert és a hardvert külön értékesítjük nagyon kedvező árakat tudunk biztosítani. Biztosítékként szolgál a tőlünk kapott számla (ezen a termékkulcs is megtalálható), amelyet PDF formátumban kapnak meg e-mailben illetve a felhasználói fiókból akármikor újra letölthető. Viszonteladók, hivatalok és céges ügyfelek részére külön szolgáltatásként ingyenesen kiküldjük postai úton az eredeti licenceket (legalább 10 db vásárlása esetén).

2016. február 24., szerda

Ubuntu 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

2016. február 23., kedd

Webdesign free eBooks

The Ultimate Roundup of Free Web Designer Resources http://www.elegantthemes.com/blog/resources/the-ultimate-roundup-of-free-web-designer-resources Web designers need a staggering amount of tools and resources to operate. You need the hardware, the design software, the latest eBooks, a subscription or two to good educational resources to stay up to date, the premium fonts, icons, vectors, stock images, and so on.

Webdesign free eBooks

The Ultimate Roundup of Free Web Designer Resources http://www.elegantthemes.com/blog/resources/the-ultimate-roundup-of-free-web-designer-resources Web designers need a staggering amount of tools and resources to operate. You need the hardware, the design software, the latest eBooks, a subscription or two to good educational resources to stay up to date, the premium fonts, icons, vectors, stock images, and so on.

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

User Interface Design collection

A collection of daily UI challenge for your inspiration. http://collectui.com/ A platform for your daily inspiration collected from daily ui & beyond. Based on Dribbble shots, hand picked. When browsing Panda’s Dribbble popular feed I often see shots from daily ui challenge getting popular. They look pretty cool and designers are drawn to this activity because of the absence a of client or supervisor pressure. Some people think that daily ui challenge is filling up dribbble with never-ever-used designs, but I see them inspiring in context of layout choices, color palette preference, fonts in use and ui elements in the specific design challenge.

WordPress popular Plugin, Theme

The following table contains a list of the top 50 most popular WordPress Plugins. : http://whatwpthemeisthat.com/top-plugins.html The following table contains a list of the top 10 WordPress theme providers: http://whatwpthemeisthat.com/top-theme-providers.html

Find Out What WordPress Theme a Site is Using

Find out WordPress Theme, Plugin, WP version How to Find Out What WordPress Theme a Site is Using: https://premium.wpmudev.org/blog/how-to-find-out-what-wordpress-theme-a-site-is-using/ You could easily take a peek at the source code or look at the theme’s stylesheet, but not everyone knows how to do that. What WordPress Theme Is That?: http://whatwpthemeisthat.com/ What WordPress Theme Is That is a free online tool allows you to easily detect what WordPress theme a site uses (including parent and child themes). Additionally, it will also detect what WordPress Plugins are being used. Check What Version of WordPress You Are Running: http://www.whitefirdesign.com/resources/check-what-version-of-wordpress-you-are-running.html In the root directory of the WordPress installation the readme.html (i.e, http://www.example.com/readme.html) lists the version number

2016. február 22., hétfő

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

2016. február 20., szombat

Get content of an iframe

same domain: https://www.youtube.com/watch?v=C-N9iO0RoVs jQuery.getJSON(): http://api.jquery.com/jquery.getjson/

Kirándulás, túrázás

Vadászatok miatt életbe léptetett erdőlátogatási korlátozások: http://termeszetjaro.hu/cikk/vadaszatok_miatt_eletbe_leptetett_erdolatogatasi_korlatozasok Pilis-tető webkamera: https://www.idokep.hu/webkamera/pilismeteor1

autó vásárlás

Így vegyél autót, ha félsz, hogy átvernek http://totalcar.hu/magazin/kozelet/2015/12/11/igy_vegyel_autot_ha_nem_akarsz_atverest/

Dolgozz ingyen!

'Mikor megkérdeztem, mindezt mennyiért képzelték el, a kis csönd után jött, hogy hát kapok vacsorát.' Komment: 'Általában azok próbálnak "megvezetni", akiknél van pénz bőven, csak mindenkitől sajnálják, hatalmas EGO-val rendelkeznek, és semmilyen empátia nem szorult beléjük. Aki jó és elismert a szakmájában, annak is naponta meg kell küzdenie ilyen arcokkal, és nagyon észnél kell lenni. Amennyiben reális áron dolgozol, és jó a kompromisszum készséged, akkor van esélyed a túlélésre.' http://magyarnarancs.hu/komplett/dolgozz-ingyen-86277/?orderdir=&pagenr=1#kommentek

free Planning & Project Management software

Website Plan- Mocking Bird: https://gomockingbird.com Trello is a web-based project management application: https://trello.com/

Read a PHP cookie from JavaScript

PHP: You can read cookie which created with php. You only need to add '/' (path)!! setcookie("username", $username, $expire, '/');   Js: function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; }   discussion: http://stackoverflow.com/questions/8001676/read-a-php-cookie-from-javascript

Ajax site - sub page url things

Change browser url without page reloading: http://www.tinywall.info/2012/02/change-browser-url-without-page-reload-refresh-with-ajax-request-using-javascript-html5-history-api-php-jquery-like-facebook-github-navigation-menu.html Demo: http://demo.tinywall.info/html5-history-api/menu1.php How to make AJAX URLs Crawlable: http://ajax.rswebanalytics.com/seo-for-ajax/#!ajax-crawlable-urls Solutions to 5 Common Ajax Problems: http://www.webdesignerdepot.com/2009/12/solutions-to-5-common-ajax-problems/ Changing the browser-URL without refreshing page: http://spoiledmilk.com/blog/html5-changing-the-browser-url-without-refreshing-page/ jquery: change the URL address without redirecting? [duplicate]: http://stackoverflow.com/questions/6478485/jquery-change-the-url-address-without-redirecting Making AJAX applications crawlable: https://developers.google.com/webmasters/ajax-crawling/docs/learn-more Crossroads.js is a routing library: http://millermedeiros.github.io/crossroads.js/

Photoshop

Top 100 Tutorials for Mastering Photoshop: http://speckyboy.com/2015/01/10/photoshop-tutorials/

Storing HTML Form data locally

<script type="text/javascript"> $(document).ready(function() { var formElements = {}; var current_siteurl = window.location.href; //console.log( 'current_siteurl: '+ current_siteurl); //WRITE $("form :input").each(function(){ var input = $(this); // console.log( input.attr('name')); $("textarea[name='"+input.attr('name')+"']").keyup(function() { // console.log('click:'+ $("textarea[name='"+input.attr('name')+"']").val()); formElements[input.attr('name')]  = $("textarea[name='"+input.attr('name')+"']").val(); formElements_str = JSON.stringify(formElements); // A süti neve az aktuális oldal neve, egyedi azonosító Cookies.set(current_siteurl, formElements_str , { expires: 3 }); }); }); //READ $("#show_saved_btn").click(function() { formPack_str = Cookies.get(current_siteurl); //console.log( 'suti: '+ formPack_str); if(formPack_str){ formPack = JSON.parse(formPack_str); for (var k in formPack ){ if (formPack.hasOwnProperty(k)) { $("textarea[name='"+k+"']").val(formPack[k]); } } } }); }); </script>     Autosave form content to Local Storage, a cookie if LS is not available, as changes are made realtime in forms https://github.com/BenGriffiths/jquery-save-as-you-type The jQuery.autosave plugin automatically and unobtrusively saves form data based on a set of critera. : https://github.com/nervetattoo/jquery-autosave Guide to have Persistent Form data using jQuery: http://time2hack.com/2013/09/guide-to-have-persistent-form-data-using-jquery.html The idea is to store the form data in the cookies and refill tht data if the form is called once again. And if the for submission goes successful; we will just clear the cookies. JQuery Cookie Lib: https://github.com/js-cookie/js-cookie

Removes duplicates values from an multidimensional array (PHP)

The idea: Serialize the item of the item (array) of the multidimensional array Than Sort out the same item. // serialize — Generates a storable representation of a value $workArr =array(); foreach ($newDateArr as $value) { $workArr[]= serialize ( $value ); } $workArr = array_unique($workArr); //unserialize — Creates a PHP value from a stored representation $workArr2 =array(); foreach ($workArr as $value) { $workArr2[]= unserialize( $value ); } other source - but this was not worked for me: How to remove duplicate values from a multi-dimensional array in PHP http://stackoverflow.com/questions/307674/how-to-remove-duplicate-values-from-a-multi-dimensional-array-in-php

CSS 2016 info

22 Essential CSS Recipes (14 Jan 2016): http://ipestov.com/22-essential-css-recipes/

Printscreen

http://prnt.sc/ Do you want to take screenshots outside of your browser? Choose the most functional Lightshot download option in order to get this opportunity. This application allows you to take screenshots directly from your desktop.

WordPress Figyelő | bajok - gyógymódok - eszközök - infok

" 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

Adverticum HTML5 banner készítési info

Mivel az Adverticum nem tud mapparendszereket kezelni, ezért minden file-nak legyen egyedi az elnevezése. Így elkerülhetjük az összeakadást több kreatív esetében.

The Collaborative Interface Design Tool

Figma - The Collaborative Interface Design Tool: https://www.figma.com/

CSS animation

CSS Husky: http://codepen.io/davidkpiano/pen/wMqXea/

Programmer salary calculator

When it comes to negotiating a salary with a company that you want to work with, it's hard to know where to start, especially if you don't have a good baseline for what other people with similar skills are being paid. A salary calculator is a good way to get data on how much similar jobs are paying, so you can go into a salary negotiation prepared. https://hired.com/salary If you want to know what you're worth, Hired has the answer: with data from thousands of real interview requests and job offers, we've put together a salary calculator that can tell you what you could be making in your job based on the skills you have. If you want to find out how much more you could actually earn, join Hired. Just set up your profile, and companies will give you job offers with salary and equity upfront before you interview. Get multiple job offers from top companies with just 1 application.