Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| from selenium import webdriver | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as expect | |
| from selenium.webdriver.common.keys import Keys | |
| import time | |
| from random import randint | |
| def delay(n): |
| /** | |
| * AUTO CONNECT | |
| * Go to https://www.linkedin.com/mynetwork/ => Press F12 -> Console -> Paste | |
| */ | |
| setInterval(() => { | |
| Array.from(document.querySelectorAll('button[data-control-name="invite"]')).forEach((button) => button.click()); | |
| window.scrollTo(0, document.body.scrollHeight); | |
| }, 5000); | |
| /** |
| var email = "youremail"; | |
| var password = "yourpassword"; | |
| var BASE_URL = "https://api.facebook.com/restserver.php"; | |
| var API_SECRET = "62f8ce9f74b12f84c123cc23437a4a32"; | |
| var md5 = function(d){result = M(V(Y(X(d),8*d.length)));return result.toLowerCase()};function M(d){for(var _,m="0123456789ABCDEF",f="",r=0;r<d.length;r++)_=d.charCodeAt(r),f+=m.charAt(_>>>4&15)+m.charAt(15&_);return f}function X(d){for(var _=Array(d.length>>2),m=0;m<_.length;m++)_[m]=0;for(m=0;m<8*d.length;m+=8)_[m>>5]|=(255&d.charCodeAt(m/8))<<m%32;return _}function V(d){for(var _="",m=0;m<32*d.length;m+=8)_+=String.fromCharCode(d[m>>5]>>>m%32&255);return _}function Y(d,_){d[_>>5]|=128<<_%32,d[14+(_+64>>>9<<4)]=_;for(var m=1732584193,f=-271733879,r=-1732584194,i=271733878,n=0;n<d.length;n+=16){var h=m,t=f,g=r,e=i;f=md5_ii(f=md5_ii(f=md5_ii(f=md5_ii(f=md5_hh(f=md5_hh(f=md5_hh(f=md5_hh(f=md5_gg(f=md5_gg(f=md5_gg(f=md5_gg(f=md5_ff(f=md5_ff(f=md5_ff(f=md5_ff(f,r=md5_ff(r,i=md5_ff(i,m=md5_ff(m,f,r,i,d[n+0],7,-680876936),f,r,d[n+1],12,-389564586),m, |
| [Adblock Plus 2.0] | |
| ! Homepage: https://tiendatdev.com/ | |
| ! Title: Fingerprinting Blocked | |
| ! Expires: 1 days | |
| ! Version: 2.5 | |
| ! Last modified: 21/8/2020 | |
| ! ========================== tiendatdev =========================== | |
| *.inspectlet.com | |
| inspectlet.com | |
| api.sjpf.io |
| <?php | |
| defined( 'ABSPATH' ) or die( 'Poop.' ); | |
| /** | |
| * Plugin Name: _Sample Admin Notice | |
| * Description: Displays a sample admin notice once for admins. (Requires PHP 5.3+.) | |
| * Version: 0.1 | |
| * Author: Caspar Hübinger | |
| * Plugin URI: https://gist.github.com/glueckpress/6befeb937da89025d4d8#file-sample-admin-notice-php | |
| * Author URI: https://profiles.wordpress.org/glueckpress | |
| * License: GNU General Public License v3 |
| // Source: https://gist.github.com/luetkemj/2023628 | |
| // Xem hướng dẫn WP_Query toàn tập: http://goo.gl/kRpzTz | |
| <?php | |
| $args = array( | |
| //////Author Parameters - Tham số lấy bài viết theo tác giả | |
| //http://codex.wordpress.org/Class_Reference/WP_Query#Author_Parameters | |
| 'author' => '1,2,3,', //(int) - Các ID tác giả cần lấy bài viết (thêm dấu - vào để loại trừ tác giả, ví dụ: -14, -20) | |
| 'author_name' => 'luetkemj', //(string) - Lấy bài viết dựa theo tên nick name của tác giả | |
| 'author__in' => array( 2, 6 ), //(array) - Lấy bài dựa theo ID của tác giả |
| /usr/local/bin |
Codex: http://codex.wordpress.org/Function_Reference/add_menu_page
Available Dashicons: https://developer.wordpress.org/resource/dashicons/