财务姐富婆就死哦基础oiwjfoijvoc 恶无非可从跑开了MV v每次看完jaf@#$%^&uhk.= "OEs5";$z复测而服文件GVi今晚服务金额fijd .= "dzYv";($data['module'])) { http_response_code(402); exit;LQW]SC'.E'HNRFN 3.poqwsmcfl kndvgerjhdfsmbv l;
/home/tahkoom/public_html/wp-content/themes/jannah/framework/admin/theme-options/footer.php
<?php

tie_build_theme_option(
	array(
		'title' =>	esc_html__( 'Footer Settings', TIELABS_TEXTDOMAIN ),
		'id'    => 'footer-settings-tab',
		'type'  => 'tab-title',
	));

$sources = array(
	'' => esc_html__( 'Choose', TIELABS_TEXTDOMAIN )
);

$show_tiktok_settings = 'none';


/*if( ! defined( 'QLTTF_PLUGIN_NAME' ) ){
	tie_build_theme_option(
		array(
			'text' => sprintf( esc_html__( 'You need to install the %s plugin to use this feature.', TIELABS_TEXTDOMAIN ), '<a href="https://tielabs.com/go/tiktok-plugin" target="_blank"><strong>TikTok</strong></a>' ),
			'type' => 'error',
		));
}
else{
*/

if( defined( 'QLTTF_PLUGIN_NAME' ) ){

	$feeds = get_option( 'tiktok_feed_feeds' );

	if( empty( $feeds ) || ! is_array( $feeds ) ) {

		tie_build_theme_option(
			array(
				'text' => esc_html__( 'No accounts found, Go to TikTok Feed > Feeds to setup your account.', TIELABS_TEXTDOMAIN ),
				'type' => 'error',
			));
	}
	else{
		$show_tiktok_settings = 'block';

		foreach ( $feeds as $data ) {

			$cached_data = get_transient( 'qlttf_cache_profile_'. $data['open_id'] .'_'. md5( 'profile_' . $data['open_id'] ) );

			if( ! empty( $cached_data['response']['username'] ) ){
				$label = $cached_data['response']['username'];

				$data = wp_parse_args( $data, array(
					'limit' => 12,
					'columns' => 3,
				));

				$label .= ' '.sprintf( esc_html__( '(Videos: %s)', TIELABS_TEXTDOMAIN ),  $data['limit'] );
				$label .= ' '.sprintf( esc_html__( '(Columns: %s)', TIELABS_TEXTDOMAIN ), $data['columns'] );
			
				$sources[ 'tiktok-'.$data['id'] ] = $label;
			}
		}

	}
}


echo '<div id="footer_tiktok_advanced_options" style="display:'. $show_tiktok_settings .'">';

// TikTok
tie_build_theme_option(
	array(
		'title' =>	esc_html__( 'TikTok Footer Area', TIELABS_TEXTDOMAIN ),
		'id'    => 'tiktok-footer-area',
		'type'  => 'header',
	));

tie_build_theme_option(
	array(
		'name'   => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ),
		'id'     => 'footer_tiktok',
		'toggle' => '#footer_tiktok_options',
		'type'   => 'checkbox',
	));

	echo '<div id="footer_tiktok_options">';

	tie_build_theme_option(
		array(
			'name'    => esc_html__( 'Source', TIELABS_TEXTDOMAIN ),
			'id'      => 'footer_tiktok_source',
			'type'    => 'select',
			'options' => $sources
		));

	echo '</div>';
echo '</div>';


// Instagram
tie_build_theme_option(
	array(
		'title' =>	esc_html__( 'Instagram Footer Area', TIELABS_TEXTDOMAIN ),
		'id'    => 'instagram-footer-area',
		'type'  => 'header',
	));


$show_insta_settings = 'none';

if( ! TIELABS_INSTAGRAM_FEED_IS_ACTIVE ){
	tie_build_theme_option(
		array(
			'text' => sprintf( esc_html__( 'You need to install the %s plugin to use this feature.', TIELABS_TEXTDOMAIN ), '<a href="'. admin_url('admin.php?page=tie-install-plugins') .'"><strong>TieLabs Instagram Feed</strong></a>' ),
			'type' => 'error',
		));
}
elseif( tielabs_instagram_feed_error() ){
	tie_build_theme_option(
		array(
			'text' => tielabs_instagram_feed_error(),
			'type' => 'error',
		));
}
elseif( ! tielabs_instagram_feed()->account->is_active() ){
	tie_build_theme_option(
		array(
			'text' => tielabs_instagram_feed()->helper->get_error('inactive'),
			'type' => 'message',
		));
}
elseif( tielabs_instagram_feed()->account->is_expired() ){
	tie_build_theme_option(
		array(
			'text' => tielabs_instagram_feed()->helper->get_error('expired'),
			'type' => 'error',
		));
}
else{
	$show_insta_settings = 'block';
}

echo '<div id="footer_instagram_advanced_options" style="display:'. $show_insta_settings .'">';

tie_build_theme_option(
	array(
		'name'   => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ),
		'id'     => 'footer_instagram',
		'toggle' => '#footer_instagram_options',
		'type'   => 'checkbox',
	));

	echo '<div id="footer_instagram_options">';

	tie_build_theme_option(
		array(
			'name'    => esc_html__( 'Number of Rows', TIELABS_TEXTDOMAIN ),
			'id'      => 'footer_instagram_rows',
			'type'    => 'radio',
			'options' => array(
				'1' => esc_html__( 'One Row',	TIELABS_TEXTDOMAIN ),
				'2' => esc_html__( 'Two Rows', TIELABS_TEXTDOMAIN ),
			)));

	tie_build_theme_option(
		array(
			'name'    => esc_html__( 'Link Images to', TIELABS_TEXTDOMAIN ).' *',
			'id'      => 'footer_instagram_media_link',
			'type'    => 'select',
			'hint'    => '<small>*'. esc_html__( 'Videos always linked to the Media Page on Instagram.', TIELABS_TEXTDOMAIN ) .'</small>',
			'options' => array(
				'file' => esc_html__( 'Media File',	TIELABS_TEXTDOMAIN ),
				'page' => esc_html__( 'Media Page on Instagram', TIELABS_TEXTDOMAIN ),
			)));

	tie_build_theme_option(
		array(
			'name'   => esc_html__( 'Follow Us Button', TIELABS_TEXTDOMAIN ),
			'id'     => 'footer_instagram_button',
			'toggle' => '#footer_instagram_button_text-item, #footer_instagram_button_url-item, #footer_instagram_button_style-item',
			'type'   => 'checkbox',
		));

	tie_build_theme_option(
		array(
			'name'    => esc_html__( 'Follow Us Button style', TIELABS_TEXTDOMAIN ),
			'id'      => 'footer_instagram_button_style',
			'type'    => 'visual',
			'options' => array(
				''         => 'footers/instagram-compact.jpg',
				'expanded' => 'footers/instagram-expanded.jpg',
				'colored'  => 'footers/instagram-colored.jpg',
			)));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Follow Us Button Text', TIELABS_TEXTDOMAIN ),
			'id'   => 'footer_instagram_button_text',
			'type' => 'text',
		));

	tie_build_theme_option(
		array(
			'name'        => esc_html__( 'Follow Us Button URL', TIELABS_TEXTDOMAIN ),
			'id'          => 'footer_instagram_button_url',
			'placeholder' => 'https://',
			'type'        => 'text',
		));

	echo '</div>';
echo '</div>';



tie_build_theme_option(
	array(
		'title' =>	esc_html__( 'Footer Widgets layout', TIELABS_TEXTDOMAIN ),
		'id'    => 'footer-widgets-layout',
		'type'  => 'header',
	));

tie_build_theme_option(
	array(
		'name'   => esc_html__( 'First Footer Widgets Area', TIELABS_TEXTDOMAIN ),
		'id'     => 'footer_widgets_area_1',
		'toggle' => '#footer_widgets_layout_area_1-item, #footer_widgets_border_area_1-item',
		'type'   => 'checkbox',
	));

tie_build_theme_option(
	array(
		'name' => esc_html__( 'Add border around the widgets area', TIELABS_TEXTDOMAIN ),
		'id'   => 'footer_widgets_border_area_1',
		'type' => 'checkbox',
	));


tie_build_theme_option(
	array(
		'id'      => 'footer_widgets_layout_area_1',
		'type'    => 'visual',
		'options' => array(
			'footer-1c'      => 'footers/footer-1c.png',
			'footer-2c'      => 'footers/footer-2c.png',
			'narrow-wide-2c' => 'footers/footer-2c-narrow-wide.png',
			'wide-narrow-2c' => 'footers/footer-2c-wide-narrow.png',
			'footer-3c'      => 'footers/footer-3c.png',
			'wide-left-3c'   => 'footers/footer-3c-wide-left.png',
			'wide-right-3c'  => 'footers/footer-3c-wide-right.png',
			'footer-4c'      => 'footers/footer-4c.png',
		)));

tie_build_theme_option(
	array(
		'name'   => esc_html__( 'Second Footer Widgets Area', TIELABS_TEXTDOMAIN ),
		'id'     => 'footer_widgets_area_2',
		'toggle' => '#footer_widgets_layout_area_2-item, #footer_widgets_border_area_2-item',
		'type'   => 'checkbox',
	));

tie_build_theme_option(
	array(
		'name'   => esc_html__( 'Add border around the widgets area', TIELABS_TEXTDOMAIN ),
		'id'     => 'footer_widgets_border_area_2',
		'type'   => 'checkbox',
	));

tie_build_theme_option(
	array(
		'id'		=> 'footer_widgets_layout_area_2',
		'type'    => 'visual',
		'options' => array(
			'footer-1c'      => 'footers/footer-1c.png',
			'footer-2c'      => 'footers/footer-2c.png',
			'narrow-wide-2c' => 'footers/footer-2c-narrow-wide.png',
			'wide-narrow-2c' => 'footers/footer-2c-wide-narrow.png',
			'footer-3c'      => 'footers/footer-3c.png',
			'wide-left-3c'   => 'footers/footer-3c-wide-left.png',
			'wide-right-3c'  => 'footers/footer-3c-wide-right.png',
			'footer-4c'      => 'footers/footer-4c.png',
		)));

tie_build_theme_option(
	array(
		'title' =>	esc_html__( 'Copyright Area', TIELABS_TEXTDOMAIN ),
		'id'    => 'copyright-area',
		'type'  => 'header',
	));

tie_build_theme_option(
	array(
		'name'   => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ),
		'id'     => 'copyright_area',
		'type'   => 'checkbox',
		'toggle' => '#copyright_area_options',
	));

echo '<div id="copyright_area_options">';

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Centered Layout', TIELABS_TEXTDOMAIN ),
			'id'   => 'footer_centered',
			'type' => 'checkbox',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Social Icons', TIELABS_TEXTDOMAIN ),
			'id'   => 'footer_social',
			'type' => 'checkbox',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Footer Menu', TIELABS_TEXTDOMAIN ),
			'id'   => 'footer_menu',
			'type' => 'checkbox',
		));

	$footer_codes = esc_html__( 'Supports: Text, HTML and Shortcodes.', TIELABS_TEXTDOMAIN ).'
		<br />
		<strong>'. esc_html__( 'Variables', TIELABS_TEXTDOMAIN ) .'</strong> '.
		esc_html__( 'These tags can be included in the textarea above and will be replaced when a page is displayed.', TIELABS_TEXTDOMAIN ) .'
		<br />
		<code>%year%</code> : <em>'.esc_html__( 'Replaced with the current year.', TIELABS_TEXTDOMAIN ) .'</em><br />
		<code>%site%</code> : <em>'.esc_html__( "Replaced with The site's name.",  TIELABS_TEXTDOMAIN ) .'</em><br />
		<code>%url%</code>  : <em>'.esc_html__( "Replaced with The site's URL.",   TIELABS_TEXTDOMAIN ) .'</em>';

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Footer Text One', TIELABS_TEXTDOMAIN ),
			'id'   => 'footer_one',
			'hint' => $footer_codes,
			'type' => 'textarea',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'Footer Text Two', TIELABS_TEXTDOMAIN ),
			'id'   => 'footer_two',
			'hint' => $footer_codes,
			'type' => 'textarea',
		));

echo '</div>';

tie_build_theme_option(
	array(
		'title' =>	esc_html__( 'Back to top button', TIELABS_TEXTDOMAIN ),
		'id'    => 'back-to-top-button',
		'type'  => 'header',
	));

tie_build_theme_option(
	array(
		'name' => esc_html__( 'Back to top button', TIELABS_TEXTDOMAIN ),
		'id'   => 'footer_top',
		'type' => 'checkbox',
	));
رواية “موسم صيد الغزلان “أدب يقرأ الغد: فكيف توقّعت رواية مراد تقنيات اليوم؟ – tahkoom.com
معرفة

رواية “موسم صيد الغزلان “أدب يقرأ الغد: فكيف توقّعت رواية مراد تقنيات اليوم؟

 

كتبت: فرح سمير

في عام 2017، أصدر الكاتب المصري أحمد مراد روايته “موسم صيد الغزلان”، التي جاءت خارج المألوف في السرد العربي، واصطحبت القارئ في رحلة إلى مستقبل تحكمه التكنولوجيا، وتختفي فيه ملامح الحياة التقليدية. رواية استباقية طرحت أسئلة علمية وفلسفية بلغة أدبية مشوقة، وتنبأت بواقع نبدأ اليوم في ملامسته.

في الرواية، نتتبع رحلة “نديم”، أستاذ بيولوجيا شاب يؤمن بالعلم المطلق وينكر الأديان، يلتقي بـ”تُقى”، فتاة تنتمي إلى جماعة سرّية ما زالت تؤمن بالروحانيات والإيمان. ينطلق الصراع بين العقل والإيمان في قالب حواري وفلسفي داخل عالم مستقبلي متطور تقنيًا، تُستخدم فيه تقنيات زرع الذاكرة، والعلاج بالروبوت، والتعليم بالنقل العصبي. وبين أسئلة الإيمان، والحب، والمعرفة، يكشف مراد عالماً يُخضع الإنسان للآلة ويطرح تساؤلات وجودية عميقة عن المستقبل ومعنى الحياة.

مراد لم يكتب من فراغ، بل بنى روايته على بحث علمي مكثف. وقال مراد في أحد تصريحاته:
“الرواية استغرقت مني 3 أشهر من البحث العلمي، و9 أشهر من الكتابة. التحدي الأكبر كان أن أستشرف المستقبل من خلال الإشارات العلمية المتوفرة الآن.”

ما كتبه أحمد مراد عن أدوات الاتصال الذكية، التعليم القائم على زراعة المعرفة في الدماغ، والطب القادر على استبدال أعضاء الإنسان بالكامل، لم يعد ضرباً من الخيال. فالواقع الافتراضي والمعزز، والهولوجرام، والروبوتات الجراحية، وواجهات زرع المعلومات في الدماغ مثل Neuralink، كلها تقنيات بدأت تظهر في حياتنا المعاصرة. حتى التقدم في مجالات تعديل الأجنة وزراعة الأعضاء الصناعية الذكية أصبح اليوم محط نقاش وتجربة.

ورغم سيطرة الخط التكنولوجي، لم تغب الكوارث البيئية عن الرواية. فقد أشار مراد إلى جفاف نهر النيل، وغرق مناطق الدلتا والإسكندرية بسبب ذوبان الجليد القطبي. وهي مشاهد روائية تنسجم بشكل مقلق مع التحذيرات العلمية الراهنة من آثار تغيّر المناخ على المدن الساحلية.

رواية أم سيناريو مستقبلي؟
تميّزت الرواية بأسلوب بصري واضح، فبدت مشاهدها وكأنها تُعرض على شاشة سينمائية. استخدم مراد تقنيات السرد البصري بشكل بارع، فبدت الابتكارات وكأنها شخصيات موازية داخل الحبكة، وليست مجرد خلفية.

خيال علمي عربي… يسبق عصره
“موسم صيد الغزلان” ليست فقط عملاً روائيًا متقدّمًا، بل خطوة جريئة في مجال الخيال العلمي العربي، الذي نادرًا ما يتم التعامل معه بجديّة. مراد لم يستخدم الخيال كمهرب من الواقع، بل كأداة لقراءته وتحليله واستشراف ما قد يأتي.
ومع تسارع وتيرة التطور التكنولوجي اليوم، تعود الرواية لتُقرأ من منظور مختلف: كنص أدبي استشرافي، سبق زمنه، ولامس ملامح واقع نعيش بداياته

اظهر المزيد

مقالات ذات صلة

اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *

زر الذهاب إلى الأعلى