财务姐富婆就死哦基础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/amp.php
<?php

tie_build_theme_option(
	array(
		'title' => esc_html__( 'Accelerated Mobile Pages', TIELABS_TEXTDOMAIN ),
		'id'    => 'accelerated-mobile-pages-tab',
		'type'  => 'tab-title',
	));

tie_build_theme_option(
	array(
		'text' => esc_html__( "AMP is a Google-backed project with the aim of speeding up the delivery of content through the use of stripped down code known as AMP HTML, it is a way to build web pages for static content (pages that don't change based on user behaviour), that allows the pages to load (and pre-render in Google search) much faster than regular HTML.", TIELABS_TEXTDOMAIN ),
		'type' => 'message',
	));

if( TIELABS_AMP_IS_ACTIVE ){

	echo '<br />';

	$amp_structure = '?amp=1';
	$amp_message   = esc_html__( "You may need to enable pretty permalinks if it isn't working.", TIELABS_TEXTDOMAIN );

	if( get_option( 'permalink_structure' ) ){
		$amp_structure = '/amp/';
		$amp_message   = '';
	}

	tie_build_theme_option(
		array(
			'text' => sprintf( esc_html__( 'To access the AMP version go to any blog post and add %s to the end of the URL.', TIELABS_TEXTDOMAIN ), '<strong>'. $amp_structure .'</strong>' ) . $amp_message,
			'type' => 'info',
		));

	tie_build_theme_option(
		array(
			'title' => esc_html__( 'Accelerated Mobile Pages', TIELABS_TEXTDOMAIN ),
			'id'    => 'accelerated-mobile-pages',
			'type'  => 'header',
		));

	tie_build_theme_option(
		array(
			'name'   => esc_html__( 'Enable AMP', TIELABS_TEXTDOMAIN ),
			'id'     => 'amp_active',
			'type'   => 'checkbox',
			'toggle' => '#amp-theme-options',
		));


	echo '<div id="amp-theme-options">';

		tie_build_theme_option(
			array(
				'title' => esc_html__( 'Logo', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp-logo',
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Logo Image', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_logo',
				'type'  => 'upload',
			));

		tie_build_theme_option(
			array(
				'title' => esc_html__( 'AMP Menu', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp-menu',
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'AMP Menu', TIELABS_TEXTDOMAIN ),
				'id'     => 'amp_menu_active',
				'toggle' => '#amp_menu_all_options',
				'type'   => 'checkbox',
			));

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


		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Menu Position', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_menu_position',
				'type' => 'select',
				'options' => array(
					'left'  => esc_html__( 'Left',  TIELABS_TEXTDOMAIN ),
					'right' => esc_html__( 'Right', TIELABS_TEXTDOMAIN ),
				)
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Dark Skin', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_menu_dark',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'AMP Menu', TIELABS_TEXTDOMAIN ),
				'id'      => 'amp_the_menu',
				'type'    => 'select',
				'options' => TIELABS_ADMIN_HELPER::get_menus( true ),
			));

		echo '</div>';


		tie_build_theme_option(
			array(
				'title' => esc_html__( 'Post Settings', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp-post-settings',
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Author name', TIELABS_TEXTDOMAIN ),
				'id'     => 'amp_author_meta',
				'type'   => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Published date', TIELABS_TEXTDOMAIN ),
				'id'     => 'amp_date_meta',
				'type'   => 'checkbox',
			));


		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Related Posts', TIELABS_TEXTDOMAIN ),
				'id'     => 'amp_related_posts',
				'toggle' => '#amp_related_posts_number-item',
				'type'   => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Number of posts to show', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_related_posts_number',
				'type' => 'number',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Categories and Tags', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_taxonomy',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name'   => esc_html__( 'Share Buttons', TIELABS_TEXTDOMAIN ),
				'id'     => 'amp_share_buttons',
				'type'   => 'checkbox',
			));

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

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Back to top button', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_back_to_top',
				'type' => 'checkbox',
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Footer Logo Image', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_footer_logo',
				'type'  => 'upload',
			));

		tie_build_theme_option(
			array(
				'name'    => esc_html__( 'Footer Menu', TIELABS_TEXTDOMAIN ),
				'id'      => 'amp_footer_menu',
				'type'    => 'select',
				'options' => TIELABS_ADMIN_HELPER::get_menus( true ),
			));

		$footer_codes = '<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__( 'Copyright Text', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_footer_copyright',
				'hint'  => $footer_codes,
				'type'  => 'textarea',
			));



	tie_build_theme_option(
		array(
			'title' =>	esc_html__( 'AMP Custom Codes', TIELABS_TEXTDOMAIN ),
			'type'  => 'header',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'AMP Header Code', TIELABS_TEXTDOMAIN ),
			'id'   => 'amp_header_code',
			'hint' => esc_html__( 'Will add to the &lt;head&gt; tag. Useful if you need to add additional codes such as CSS or JS.', TIELABS_TEXTDOMAIN ),
			'type' => 'textarea',
		));

	tie_build_theme_option(
		array(
			'name' => esc_html__( 'AMP Body Code', TIELABS_TEXTDOMAIN ),
			'id'   => 'amp_body_code',
			'hint' => esc_html__( 'Will add after opening the &lt;body&gt; tag.', TIELABS_TEXTDOMAIN ),
			'type' => 'textarea',
		));


		tie_build_theme_option(
			array(
				'title' => esc_html__( 'Advertisement', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp-advertisement',
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Below Header', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_ad_below_header',
				'hint'  => sprintf(
					esc_html__( 'Enter your Ad code, AMP pages support %1$s tag only, %2$sClick Here%3$s For More info.', TIELABS_TEXTDOMAIN ),
					'<code>&lt;amp-ad&gt;</code>',
					'<a href="https://www.ampproject.org/docs/reference/extended/amp-ad.html" target="_blank">',
					'</a>'
				),
				'type'  => 'textarea',
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Above Footer', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_ad_above_footer',
				'hint'  => sprintf(
					esc_html__( 'Enter your Ad code, AMP pages support %1$s tag only, %2$sClick Here%3$s For More info.', TIELABS_TEXTDOMAIN ),
					'<code>&lt;amp-ad&gt;</code>',
					'<a href="https://www.ampproject.org/docs/reference/extended/amp-ad.html" target="_blank">',
					'</a>'
				),
				'type'  => 'textarea',
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Above Content', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_ad_above',
				'hint'  => sprintf(
					esc_html__( 'Enter your Ad code, AMP pages support %1$s tag only, %2$sClick Here%3$s For More info.', TIELABS_TEXTDOMAIN ),
					'<code>&lt;amp-ad&gt;</code>',
					'<a href="https://www.ampproject.org/docs/reference/extended/amp-ad.html" target="_blank">',
					'</a>'
				),
				'type'  => 'textarea',
			));

		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Below Content', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp_ad_below',
				'hint'  => sprintf(
					esc_html__( 'Enter your Ad code, AMP pages support %1$s tag only, %2$sClick Here%3$s For More info.', TIELABS_TEXTDOMAIN ),
					'<code>&lt;amp-ad&gt;</code>',
					'<a href="https://www.ampproject.org/docs/reference/extended/amp-ad.html" target="_blank">',
					'</a>'
				),
				'type'  => 'textarea',
			));


		tie_build_theme_option(
			array(
				'title' => esc_html__( 'Article inline ads', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp-advertisement-inline',
				'type'  => 'header',
			));

		for ($i=1; $i <= 3; $i++) { 

			tie_build_theme_option(
				array(
					'name'  => sprintf( esc_html__( 'Article inline ad #%s', TIELABS_TEXTDOMAIN ), $i ),
					'id'    => 'amp_article_inline_ad_'. $i .'_code',
					'hint'  => sprintf(
						esc_html__( 'Enter your Ad code, AMP pages support %1$s tag only, %2$sClick Here%3$s For More info.', TIELABS_TEXTDOMAIN ),
						'<code>&lt;amp-ad&gt;</code>',
						'<a href="https://www.ampproject.org/docs/reference/extended/amp-ad.html" target="_blank">',
						'</a>'
					),
					'type'  => 'textarea',
					'pre_text' => sprintf( esc_html__( 'Article inline ad #%s', TIELABS_TEXTDOMAIN ), $i ),
				));

			tie_build_theme_option(
				array(
					'name' => esc_html__( 'Number of paragraphs before the Ad', TIELABS_TEXTDOMAIN ),
					'id'   => 'amp_article_inline_ad_'. $i .'_paragraphs_number',
					'type' => 'number',
				));
			}


		tie_build_theme_option(
			array(
				'title' => esc_html__( 'Styling', TIELABS_TEXTDOMAIN ),
				'id'    => 'amp-styling',
				'type'  => 'header',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Background Color', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_bg_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Header Background Color', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_header_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Mobile Menu Icon', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_menu_icon_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Title Color', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_title_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Post meta Color', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_meta_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Links color', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_links_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Footer color', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_footer_color',
				'type' => 'color',
			));

		tie_build_theme_option(
			array(
				'name' => esc_html__( 'Underline text links on hover', TIELABS_TEXTDOMAIN ),
				'id'   => 'amp_links_underline',
				'type' => 'checkbox',
			));


		tie_build_theme_option(
			array(
				'name'  => esc_html__( 'Custom CSS', TIELABS_TEXTDOMAIN ),
				'id'    => 'css_amp',
				'class' => 'tie-css',
				'type'  => 'textarea',
				'hint'  => esc_html__( 'Paste your CSS code, do not include any tags or HTML in the field. Any custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed.', TIELABS_TEXTDOMAIN ),
			));

	echo '</div>';
}

else{
	tie_build_theme_option(
		array(
			'text' => sprintf( esc_html__( 'You need to install the %s Plugin first.', TIELABS_TEXTDOMAIN ), '<a target="_blank" href="https://wordpress.org/plugins/amp/">Automattic AMP</a>' ),
			'type' => 'error',
		));
	}
“الذكاء الاصطناعي :ثورة في عالم العلاج النفسي !” – tahkoom.com
معرفة

“الذكاء الاصطناعي :ثورة في عالم العلاج النفسي !”

كتبت مريم سمير

 

تمثل الصحة النفسية أولوية في مجال الطب، ونظرتها لأهميتها وتأثيرها على الفرد والمجتمع، وتتنوع مدارس العلاج النفسي سواء كان العلاج الطبي أو العلاج السلوكي، ومع التطور التكنولوجي الذي يشهده العالم الآن، أصبح الناس يستخدمون الذكاء الاصطناعي كبديل للطبيب النفسي، لذلك يصرون الاعتماد على الذكاء الاصطناعي في هذا المجال حول فعاليته مقارنة بالعلاج التقليدي الذي يقدمه الأطباء النفسيون، فهل يمكن أن يحل الذكاء الاصطناعي محل الطبيب النفسي ؟ ، ام انه اداة مساعدة لتعزيز الرعاية النفسية ؟

صرح “د/ مايكل سليم” اخصائي نفسي، ان الذكاء الاصطناعي اصبح يشكل خطرا على المرضي النفسيين الذين يتعالجون من الاكتئاب واضطرابات القلق ، حيث اكد ان استخدامهم للتكنولوجيا بشكل خاطئ يشكل ضررا أكثر من المنفعة ، وقال ان استخدام المرضي ل ” chat gpt” اصبح هوسا لدرجة انهم يتخذونه كصديق لهم ، ليصل بهم الحال ان يتحدثوا معه طوال اليوم تقريبا ، مؤكدا علي ان الارتباط الزائد بالذكاء الاصطناعي قد يسبب للمرضي الشعور بالوحدة والميل الي العزلة وعدم التواصل بمن حولهم ، مما يزيد من الرهاب الاجتماعي لدي المريض وفقد السيطرة علي نفسه عندما يكون وسط مجموعة كبيرة من الأفراد ليصبح أكثر قلقا وتوترا .

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

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

وأضاف ” د/ محمد يسرى ” أخصائي نفسي، أن التكنولوجيا بلا شك لها أهمية كبيرة، وأنها ساعدت في شتى مجالات الطب، لكن حذر من استخدام التكنولوجيا بشكل خاطئ قائلاً ” التكنولوجيا سلاح ذو حدين يمكن أن تدمرك ويمكن أن تطورك وأنت المسئول عن الاختيار” 

، ونصح المريض النفسي أنه من الضروري أن يتابع مع أخصائي نفسي أيضاً يستطيع أن يستخدم chat GPT في إطار كيفية وطرق لتحسين حياته، فمن الممكن أن يستخدم التكنولوجيا أو Chat GPT ” بالأخص في وضع نظام غذائي صحي له، أو اقتراح ” podcasts ” لتزويد الشخص بالمعرفة ، وأضاف أن “ChatGPT” يمكنك استخدامه لكن عدم أخذه كصديق أو بديل للأشخاص ، كما ختم حديثه مؤكدا ان ” Chat GPT ” لا يمكنه تشخيص الحالة النفسية للفرد.

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

كما أشار إلى أن الاعتماد على التواصل مع الذكاء الاصطناعي قد يؤدي إلى “تطوير تطبيقات أقل ضررًا، وقد يعوض الأشخاص عن مشاعرهم بالذهاب إلى هذه التطبيقات، مما يؤدي إلى تفاقم مشاعر العزلة والقلق.

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

كما أكد على أهمية التواصل البشري في العلاج النفسي، قائلا: “العلاقة بين المعالج والمريض تعتبر جزءا أساسيًا من العلاج” وقال ان التواصل الفعال والتعاطف لا يمكن تعويضهما بالتكنولوجيا.

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

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

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

اظهر المزيد

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

اترك تعليقاً

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

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