I hereby claim:
- I am lynt-smitka on github.
- I am smitka (https://keybase.io/smitka) on keybase.
- I have a public key whose fingerprint is B793 750E 66F3 065B 8B84 2160 0C78 9771 CE93 44F3
To claim this, I am signing this object:
# Attempt to override some php settings, these settings may be helpful on some hosts if your | |
# default configuration does not meet CMS's minimum requirements, and your host | |
# has given your account appropriate permissions | |
#php_value upload_max_filesize "10M" | |
#php_value session_save_path "tmp/cache" | |
#php_flag magic_quotes_gpc Off | |
#php_flag register_globals Off | |
#php_flag session.use_trans_sid Off |
do functions.php | |
/* =================================================================== */ | |
function gordon_comments( $comment, $args, $depth ) { | |
$GLOBALS['comment'] = $comment; | |
?> | |
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>"> | |
<div id="comment-<?php comment_ID(); ?>" class="comment-body"> | |
<div class="comment-body-inner"> |
//do functions.php | |
function sparkling_header_menu() { | |
wp_nav_menu(array( | |
'menu' => 'primary', | |
'theme_location' => 'primary', | |
'depth' => 3, | |
'container' => 'div', | |
'container_class' => 'collapse navbar-collapse navbar-ex1-collapse', |
add_action('get_header', 'lynt_redirect_to_login'); | |
function lynt_redirect_to_login(){ | |
if ( is_page(123) ) {//nutno zadat spravne id stranky | |
if(!is_user_logged_in()) auth_redirect(); | |
} | |
} |
set $no_cache ""; | |
if ($request_method !~ ^(GET|HEAD)$) { | |
set $no_cache "1"; | |
} | |
if ($http_cookie ~* "nocache") { | |
set $no_cache "1"; | |
} |
= | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( | |
DOSADIT( |
<?php | |
/* | |
Plugin Name: WP-Ratings Score correction for titulkomet.cz | |
Description: Displays the best posts in chosen timerange | |
Author: Vladimir Smitka | |
Version: 1.0 | |
Author URI: http://lynt.cz | |
*/ | |
function get_highest_score_range($time = '1 day', $mode = '', $limit = 10, $chars = 0, $display = true) { |
$template->registerHelper('eol', function ($s) { | |
return preg_replace("/(?<=^\w) |(?<=\s\w) /"," ",$s); | |
}); |
cd /etc/cron.hourly | |
touch ntpsync | |
chmod +x ntpsync | |
echo '#!/bin/bash' > ntpsync | |
echo 'ntpdate 195.113.144.201 #tik.cesnet.cz' >> ntpsync | |
echo 'hwclock --systohc' >> ntpsync | |
./ntpsync |
I hereby claim:
To claim this, I am signing this object: