Home -- File Manager -- Command Execute -- Back Connect -- BypasS Command eXecute(SF-DF) -- Symlink -- BypasS Directory -- Eval Php -- Data Base -- Convert -- Mail Boomber Server Information -- Dos Local Server -- Backup Database -- Mass Deface -- Download Remote File -- DDoS -- Find Writable Directory -- Server -- Remove Me -- About
File Name : /home/z/zoomsite/lik-msk.ru/public_html/admin/fckeditor/fckeditor.php<?php # ckeditor wrapper by asman. lol class FCKeditor { public $BasePath = ''; public $Value = ''; public $Width = ''; public $Height = ''; public $ToolbarSet = ''; public $Name = ''; public function __construct($editor_name) { $this->Name = $editor_name; echo '<script type="text/javascript" src="./fckeditor/ckeditor.js"></script>'; } public function Create() { echo '<script type="text/javascript">$(function(){CKEDITOR.replace("'.$this->Name.'", { filebrowserBrowseUrl : "./fckeditor/imglib/index.html"}); });</script>'; echo '<textarea id="'.$this->Name.'" style="width:'.$this->Width.';height:'.$this->Height.';" name="'.$this->Name.'">'; echo htmlspecialchars($this->Value); echo '</textarea>'; } } ?>
Coded by Amin Shokohi (Pejvak)iTSecTeam.com