晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。   林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。   见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)   既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。   南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。 .
Prv8 Shell
Server : Apache
System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64
User : rainic ( 1014)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/rainic/www/wp-contentTZh/plugins/Novin-Fonts/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/rainic/www/wp-contentTZh/plugins/Novin-Fonts/includes/styles.php
<?php

function fu_output_css()	{

$g_font_urls = get_option('fu_google_font_urls');
if( $g_font_urls ) {
	echo strip_tags(stripslashes($g_font_urls), '<link>');
}

echo '<style type="text/css" media="screen">';
if (get_option('fu_header_font') != 'Choose a font' && get_option('fu_header_font') != null)
{	echo '
	@font-face {
	  font-family: "header-font";
	  src: url("'; echo fu_get_font_url( get_option('fu_header_font') ); echo '");
	}';
}
if (get_option('fu_body_font') != 'Choose a font'  && get_option('fu_body_font') != null)
{	echo '
	@font-face {
	  font-family: "body-font";
	  src: url("'; echo fu_get_font_url( get_option('fu_body_font') ); echo '");
	}';
}
if (get_option('fu_lists_font') != 'Choose a font'  && get_option('fu_lists_font') != null)
{	echo '
	@font-face {
	  font-family: "lists-font";
	  src: url("'; echo fu_get_font_url( get_option('fu_lists_font') ); echo '");
	}';
}
if (get_option('fu_custom_one_font') != 'Choose a font'  && get_option('fu_custom_one') != null)			
{	echo '
	@font-face {
	  font-family: "custom-one";
	  src: url("'; echo fu_get_font_url( get_option('fu_custom_one_font') ); echo '");
	}';
}
if (get_option('fu_custom_two_font') != 'Choose a font'  && get_option('fu_custom_two') != null)			
{	echo '
	@font-face {
	  font-family: "custom-two";
	  src: url("'; echo fu_get_font_url( get_option('fu_custom_two_font') ); echo '");
	}';
}
if (get_option('fu_custom_three_font') != 'Choose a font'  && get_option('fu_custom_three') != null)			
{	echo '
	@font-face {
	  font-family: "custom-three";
	  src: url("'; echo fu_get_font_url( get_option('fu_custom_three_font') ); echo '");
	}';
}
if (get_option('fu_custom_four_font') != 'Choose a font'  && get_option('fu_custom_four') != null)			
{	echo '
	@font-face {
	  font-family: "custom-four";
	  src: url("'; echo fu_get_font_url( get_option('fu_custom_four_font') ); echo '");
	}';
}
if (get_option('fu_custom_five_font') != 'Choose a font'  && get_option('fu_custom_five') != null)			
{	echo '
	@font-face {
	  font-family: "custom-five";
	  src: url("'; echo fu_get_font_url( get_option('fu_custom_five_font') ); echo '");
	}';
}
if (get_option('fu_header_font') != 'Choose a font' && get_option('fu_header_font') != null)
{
	echo	'h1, h2, h3, h4, h5, h6, h7	{
	font-family: "header-font"!important;
	}';
}
if (get_option('fu_body_font') != 'Choose a font'  && get_option('fu_body_font') != null)
{
	echo 'p, em, div	{
		font-family: "body-font"!important;
	}';
}
if (get_option('fu_lists_font') != 'Choose a font'  && get_option('fu_lists_font') != null)
{
	echo '
	li	{
		font-family: "lists-font"!important;
	}';
}

if (get_option('fu_custom_one_font') != 'Choose a font'  && get_option('fu_custom_one') != null)			
{
	echo get_option('fu_custom_one'); echo '	{
		font-family: "custom-one"!important;
	}';
}
if (get_option('fu_custom_two_font') != 'Choose a font'  && get_option('fu_custom_two') != null)			
{
	echo get_option('fu_custom_two'); echo '	{
		font-family: "custom-two"!important;
	}';
}
if (get_option('fu_custom_three_font') != 'Choose a font'  && get_option('fu_custom_three') != null)			
{
	echo get_option('fu_custom_three'); echo '	{
		font-family: "custom-three"!important;
	}';
}
if (get_option('fu_custom_four_font') != 'Choose a font'  && get_option('fu_custom_four') != null)			
{
	echo get_option('fu_custom_four'); echo '	{
		font-family: "custom-four"!important;
	}';
}
if (get_option('fu_custom_five_font') != 'Choose a font'  && get_option('fu_custom_five') != null)			
{
	echo get_option('fu_custom_five'); echo '	{
		font-family: "custom-five"!important;
	}';
}

/* google fonts */

$fu_google_font_header = get_option('fu_google_header_font_name');
if (!empty($fu_google_font_header))
{	echo '		
	h1,h2,h3,h4,h5,h6	{
		font-family: "'; echo str_replace('+', ' ', get_option('fu_google_header_font_name') ); echo '"!important;
	}';
}
$fu_google_font_body = get_option('fu_google_body_font_name');
if (!empty($fu_google_font_body))
{	echo '		
	p, em, div	{
		font-family: "'; echo str_replace('+', ' ', get_option('fu_google_body_font_name') ); echo '"!important;
	}';
}
$fu_google_font_lists = get_option('fu_google_lists_font_name');
if (!empty($fu_google_font_lists))
{	echo '		
	li	{
		font-family: "'; echo str_replace('+', ' ', get_option('fu_google_lists_font_name') ); echo '"!important;
	}';
}
/* end google fonts */

/*font sizes*/
			
if (get_option('fu_header_font_size') != 'Choose a size' && get_option('fu_header_font_size') != null)
{
	echo	'h1, h2, h3, h4, h5, h6, h7	{
		font-size: ' . get_option('fu_header_font_size') . '!important;
	}';
}
if (get_option('fu_body_font_size') != 'Choose a size'  && get_option('fu_body_font_size') != null)
{
	echo 'p, em, div	{
		font-size: ' . get_option('fu_body_font_size') . '!important;
	}';
}
if (get_option('fu_lists_font_size') != 'Choose a size'  && get_option('fu_lists_font_size') != null)
{
	echo '
	li	{
		font-size: ' . get_option('fu_lists_font_size') . '!important;
	}';
}			
if (get_option('fu_custom_one_size_element') != null && get_option('fu_custom_one_size') != 'Choose a size')
{
	echo get_option('fu_custom_one_size_element') . ' {
		font-size: ' . get_option('fu_custom_one_size') . '!important;
	}';
}
if (get_option('fu_custom_two_size_element') != null && get_option('fu_custom_two_size') != 'Choose a size')
{
	echo get_option('fu_custom_two_size_element') . ' {
		font-size: ' . get_option('fu_custom_two_size') . '!important;
	}';
}
if (get_option('fu_custom_three_size_element') != null && get_option('fu_custom_three_size') != 'Choose a size')
{
	echo get_option('fu_custom_three_size_element') . ' {
		font-size: ' . get_option('fu_custom_three_size') . '!important;
	}';
}	
if (get_option('fu_custom_four_size_element') != null && get_option('fu_custom_four_size') != 'Choose a size')
{
	echo get_option('fu_custom_four_size_element') . ' {
		font-size: ' . get_option('fu_custom_four_size') . '!important;
	}';
}	
if (get_option('fu_custom_five_size_element') != null && get_option('fu_custom_five_size') != 'Choose a size')
{
	echo get_option('fu_custom_five_size_element') . ' {
		font-size: ' . get_option('fu_custom_five_size') . '!important;
	}';
}	

/*end sizes*/

echo '
</style>';

/* IE fonts */

echo '<!--[if IE]>';
echo '<style type="text/css" media="screen">';
if (get_option('fu_ie_header_font') != 'Choose a font'  && get_option('fu_ie_header_font') != null)
{	echo '
	@font-face {
	  font-family: "ie-header-font";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_header_font') ); echo '");
	}';
}
if (get_option('fu_ie_lists_font') != 'Choose a font'  && get_option('fu_ie_lists_font') != null)
{	echo '
	@font-face {
	  font-family: "ie-lists-font";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_lists_font') ); echo '");
	}
	';
}
if (get_option('fu_ie_body_font') != 'Choose a font'  && get_option('fu_ie_body_font') != null)
{	echo '
	@font-face {
	  font-family: "ie-body-font";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_body_font') ); echo '");
	}';
}
if (get_option('fu_ie_custom_one_font') != 'Choose a font'  && get_option('fu_ie_custom_one') != null) {
	echo '@font-face { font-family: "ie_custom-one"; src: url("' . fu_get_font_url( get_option('fu_ie_custom_one_font') ) . '"); }';
}
if (get_option('fu_ie_custom_two_font') != 'Choose a font'  && get_option('fu_ie_custom_two') != null)		
{	echo '
	@font-face {
	  font-family: "ie_custom-two";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_custom_two_font') ); echo '");
	}';
}
if (get_option('fu_ie_custom_three_font') != 'Choose a font'  && get_option('fu_ie_custom_three') != null)		
{	echo '
	@font-face {
	  font-family: "ie_custom-three";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_custom_three_font') ); echo '");
	}';
}
if (get_option('fu_ie_custom_four_font') != 'Choose a font'  && get_option('fu_ie_custom_four') != null)		
{	echo '
	@font-face {
	  font-family: "ie_custom-four";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_custom_four_font') ); echo '");
	}';
}
if (get_option('fu_ie_custom_five_font') != 'Choose a font'  && get_option('fu_ie_custom_five') != null)		
{	echo '
	@font-face {
	  font-family: "ie_custom-five";
	  src: url("'; echo fu_get_font_url( get_option('fu_ie_custom_five_font') ); echo '");
	}';
}
if (get_option('fu_ie_header_font') != 'Choose a font'  && get_option('fu_ie_header_font') != null)
{
	echo	'
	h1, h2, h3, h4, h5, h6, h7	{
		font-family: "ie-header-font"!important;
	}';
}
if (get_option('fu_ie_lists_font') != 'Choose a font'  && get_option('fu_ie_lists_font') != null)
{
	echo '
	li	{
		font-family: "ie-lists-font"!important;
	}';
}
if (get_option('fu_ie_body_font') != 'Choose a font'  && get_option('fu_ie_body_font') != null)
{
	echo '
	p, em, div	{
		font-family: "ie-body-font"!important;
	}';
}
if (get_option('fu_ie_custom_one_font') != 'Choose a font'  && get_option('fu_ie_custom_one') != null) {
	echo get_option('fu_ie_custom_one') . '	{ font-family: "ie_custom-one"!important; }';
}
if (get_option('fu_ie_custom_two_font') != 'Choose a font'  && get_option('fu_ie_custom_two') != null) {
	echo get_option('fu_ie_custom_two') . '	{ font-family: "ie_custom-two"!important; }';
}
if (get_option('fu_ie_custom_three_font') != 'Choose a font'  && get_option('fu_ie_custom_three') != null) {
	echo get_option('fu_ie_custom_three') . ' { font-family: "ie_custom-three"!important; }';
}
if (get_option('fu_ie_custom_four_font') != 'Choose a font'  && get_option('fu_ie_custom_four') != null) {
	echo get_option('fu_ie_custom_four') . ' { font-family: "ie_custom-four"!important; }';
}
if (get_option('fu_ie_custom_five_font') != 'Choose a font'  && get_option('fu_ie_custom_five') != null) {
	echo get_option('fu_ie_custom_five') . ' { font-family: "ie_custom-five"!important; }';
}
/*end IE fonts*/
echo '</style><![endif]-->';

}			
add_action('wp_head','fu_output_css');

haha - 2025