- Edit SSH configuration:
vi /etc/ssh/sshd_config
Change the Port:
# Create a folder for this file: | |
# Thor.The.Dark.World.2013.1080p.6CH.x265.HEVC.mkv | |
# With this name: | |
# Thor The Dark World (2013) | |
# And put movie in created folder | |
import re | |
import os | |
import shutil |
body { | |
background-color: #1d1f21 !important; | |
color: #e0e0e0; | |
} | |
body:not(.full-width) { | |
background-color: #1d1f21 !important; | |
} | |
footer { |
#!/bin/sh | |
## +-----------------------------------+-----------------------------------+ | |
## | | | |
## | FANCY BASH PROMT | | |
## | | | |
## | Copyright (c) 2018, Andres Gongora <[email protected]>. | | |
## | | | |
## | This program is free software: you can redistribute it and/or modify | | |
## | it under the terms of the GNU General Public License as published by | |
<?php | |
/* | |
Plugin Name: Block Bad Queries (BBQ) | |
Plugin URI: https://perishablepress.com/block-bad-queries/ | |
Description: Automatically protects WordPress against malicious URL requests. | |
Author: Jeff Starr | |
Author URI: https://monzillamedia.com/ | |
Version: (standalone) | |
License: GPL v2 | |
Usage: No configuration necessary. Upload, activate and done. BBQ blocks bad queries automically to protect your site against malicious URL requests. |
<?php /* In the name of Allah = بسم اللّه الرّحمن الرّحیم */ | |
/** | |
* @فارسی : توابع زمان و تاریخ هجری شمسی (جلالی) در پی اچ پی | |
* @name: Hijri_Shamsi,Solar(Jalali) Date and Time Functions | |
* @Author : Reza Gholampanahi & WebSite : http://jdf.scr.ir | |
* @License: GNU/LGPL _ Open Source & Free : [all functions] | |
* @Version: 2.70 =>[ 1395/11/22 = 1438/05/12 = 2017/02/10 ] | |
*/ |
<?php | |
# v2.2 | |
class dbM { | |
private static $pdo; | |
private static $instance; | |
private function __construct() { | |
} | |
public static function init() { |