function meta_inlink() { $meta_links = [ ["url" => "https://blog.naver.com/wisdomgrove", "title" => "자기계발"], ["url" => "https://blog.naver.com/itplayground", "title" => "IT기술"], ["url" => "https://blog.naver.com/tmihub", "title" => "잡학지식"], ["url" => "https://blog.naver.com/drgiggle", "title" => "건강정보"], ["url" => "https://wisdomgrove.tistory.com/", "title" => "철학인문"], ["url" => "https://drgiggle.tistory.com/", "title" => "의료건강"], ["url" => "https://knowledgesalon.tistory.com/", "title" => "역사과학"], ["url" => "https://curiositybook.tistory.com/", "title" => "책과지식"], ["url" => "https://ohkilho.blogspot.com/", "title" => "클라우드AI"], ["url" => "https://wisdomgrove2025.blogspot.com/", "title" => "웹프로그래밍"], ["url" => "https://kilhonet.blogspot.com/", "title" => "보안IT"], ["url" => "https://wedding.zoozum.com", "title" => "결혼준비"], ["url" => "https://wedding.bartour.co.kr", "title" => "결혼의정석"], ["url" => "https://wedding.harumall.com", "title" => "결혼의신"], ["url" => "https://beauty.zoozum.com", "title" => "강남언니야"], ["url" => "https://sales.bartour.co.kr", "title" => "광고의비밀"], ["url" => "https://gov.harumall.com", "title" => "지원톡톡"], ["url" => "https://blog.saju.club", "title" => "사주클럽"], ["url" => "https://flower.saju.club", "title" => "꽃한송이"], ["url" => "https://study.zoozum.com", "title" => "성장노트"], ["url" => "https://gov.search119.com", "title" => "지원금백과"], ["url" => "https://kitchen.search119.com", "title" => "주방연구소"], ["url" => "https://movie.search119.com", "title" => "개봉닷컴"], ["url" => "https://blog.mcstock.co.kr", "title" => "엠씨스탁"], ["url" => "https://psy.bartour.co.kr", "title" => "심리톡톡"], ["url" => "https://webtoon.search119.com", "title" => "웹툰인사이트"], ["url" => "https://bangsoo.harumall.com", "title" => "방수의신"], ["url" => "https://young.search119.com", "title" => "청년돈길"], ["url" => "https://work.harumall.com", "title" => "망치와삽"], ["url" => "https://bartour.co.kr", "title" => "바투어"], ["url" => "https://zoozum.com", "title" => "주점닷컴"], ["url" => "https://revive.harumall.com", "title" => "회생의길"], ]; // 경로 + 현재시간으로 무작위 $seed = $_SERVER['HTTP_HOST'] . parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) . date("G"); usort($meta_links, function($a, $b) use ($seed) { $ha = crc32($seed . $a['url']); $hb = crc32($seed . $b['url']); if ($ha == $hb) return 0; return ($ha < $hb) ? -1 : 1; }); // HTML 출력 $meta_html = ''; foreach (array_slice($meta_links, 0, 5) as $link) { $meta_html .= ''.$link["title"].''; } //if(!defined('G5_VERSION') || parse_url($_SERVER['REQUEST_URI'],PHP_URL_PATH)!='/') echo '
'; //echo '