uawdijnntqw1x1x1
IP : 216.73.216.186
Hostname : webd009.cluster130.gra.hosting.ovh.net
Kernel : Linux webd009.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pressec
/
www
/
presselib
/
92872
/
.
/
..
/
news_send.php
/
/
<?php $ip_ok = array( // "127.0.0.1" => true, "92.243.1.218" => true, "92.243.5.188" => true, ); if(!$ip_ok[$_SERVER["REMOTE_ADDR"]]) return; if(!($cat_id = $_GET["cat"])) return; require "wp-blog-header.php"; if(!($category = get_category($cat_id))) return; $posts = get_posts(array("posts_per_page" => -1, "category" => $cat_id, "post_status" => "any")); foreach($posts as $post){ $post_cats = wp_get_post_categories($post->ID); foreach($post_cats as $i => $_cat){ if($_cat == $cat_id){ unset($post_cats[$i]); } } wp_set_post_categories($post->ID, $post_cats); } ?>ok
/home/pressec/www/presselib/92872/./../news_send.php