/** * Tamil Nadu TRB Auto Fetch + PDF Reader * Version: PRO+ Tamil UI + Cache + Responsive Cards + New Badge + Filter UI */ use Smalot\PdfParser\Parser; if (!defined('ABSPATH')) exit; function thedal_fetch_trb_jobs_cached() { $cache_key = 'thedal_trb_jobs_cache'; $cached = get_transient($cache_key); if ($cached) return $cached; $url = "https://www.trb.tn.gov.in/notification.php?language=LG-1&status=Active"; $html = @file_get_contents($url); if (!$html) return "
⚠️ TRB இணையதளத்துடன் இணைக்க முடியவில்லை.
"; libxml_use_internal_errors(true); $dom = new DOMDocument(); @$dom->loadHTML($html); $xpath = new DOMXPath($dom); $rows = $xpath->query("//table//tr"); $output = "🔍 அறிவிப்பு உள்ளடக்கம் வாசிக்கப்படுகிறது...
"; $tempFile = sys_get_temp_dir() . "/trb_temp.pdf"; if (@file_put_contents($tempFile, @file_get_contents($href))) { try { $parser = new Parser(); $pdf = $parser->parseFile($tempFile); $text = mb_strtolower($pdf->getText(), 'UTF-8'); preg_match('/(\d+)\s+vacanc/i', $text, $vac); preg_match('/qualification[s]?:?\s*(.*)/i', $text, $qual); preg_match('/last\s*date[:\-]?\s*(.*?)\n/i', $text, $last); preg_match('/அணுகல்\s*தேதி[:\-]?\s*(.*?)\n/u', $text, $t_last); $pdfSummary = "PDF உள்ளடக்கம் படிக்க முடியவில்லை.
"; } } $output .= " "; } $output .= "