rp_myplug requires CMSimple 4.2 or higher.

CMSimple Download & Updates »

'; return; } if(defined('XH_ADM')) { $o.= '

Plugin Info »

rp_myplug by ge-webdesign.de »   for CMSimple 4.0 or higher from cmsimple.org »

'; } else { $o.= '
Plugin Info »
'; $o.= '
Home »   edit »   Pagemanager »   userfiles »   settings »   pluginmanager »   logout »  
'; } $admin= isset($_POST['admin']) ? $_POST['admin'] : $admin = isset($_GET['admin']) ? $_GET['admin'] : ''; $action= isset($_POST['action']) ? $_POST['action'] : $action = isset($_GET['action']) ? $_GET['action'] : ''; $plugin=basename(dirname(__FILE__),"/"); //Set to OFF if menu not needed $o .= print_plugin_admin('on'); if($admin <> 'plugin_main') { $o .= plugin_admin_common($action,$admin,$plugin, array('mode_donotshowvarnames' => 0)); } if ($admin == 'plugin_main') { if($adm) { $o .= '

' . $plugin_tx['rp_myplug']['message_ll_active'] . '

'; } // $acturl = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . "?&" . $plugin . "&admin=plugin_main&action=plugin_text"; // $o .= plugin_admin_common($action, $admin, $plugin); // einfügen if(file_exists($pth['folder']['templates'].'__cmsimple_backend__/template.htm')) { $pth['folder']['template'] = $pth['folder']['templates'].'__cmsimple_backend__/'; $pth['file']['template'] = $pth['folder']['template'].'template.htm'; $pth['file']['stylesheet'] = $pth['folder']['template'].'stylesheet.css'; $pth['folder']['menubuttons'] = $pth['folder']['template'].'menu/'; $pth['folder']['templateimages'] = $pth['folder']['template'].'images/'; $cf['meta']['robots'] = 'noindex, nofollow'; } $subsiteLevelArray = explode('/', $sn); array_pop($subsiteLevelArray); $subsiteLevel3 = array_pop($subsiteLevelArray); $subsiteLevel2 = array_pop($subsiteLevelArray); $subsiteLevel = ''; if($pth['folder']['base'] == '../' && is_writable('./' . $plugin_cf['multimedia2']['filepath_audio']) && is_writable('./' . $plugin_cf['multimedia2']['filepath_video'])) { $subsiteLevel = $subsiteLevel3 . '/'; } if($pth['folder']['base'] == '../../' && is_writable('./' . $plugin_cf['multimedia2']['filepath_audio']) && is_writable('./' . $plugin_cf['multimedia2']['filepath_video'])) { $subsiteLevel = $subsiteLevel2 . '/' . $subsiteLevel3 . '/'; } $o.='

' . $plugin_tx['rp_myplug']['headline_upload_files'] . '

'; $o.='

' . $plugin_tx['rp_myplug']['upload_audio_files'] . '

'; $o.='

' . $plugin_tx['rp_myplug']['upload_video_files'] . '

'; //einfügen ende } if($admin == '') { $o .= "\n".'
'.ucfirst(str_replace('_',' ',$plugin)).'

Version: ' .RPMYPLUG_VERSION. '

'; $o .= '

' . $plugin_tx['rp_myplug']['description'] . '


'; $o .= '

This program is free software: you can redistribute it and/or modify' .' it under the terms of the GNU General Public License as published by' .' the Free Software Foundation, either version 3 of the License, or' .' (at your option) any later version.

'."\n" .'

This program is distributed in the hope that it will be useful,' .' but WITHOUT ANY WARRANTY; without even the implied warranty of' .' MERCHAN­TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the' .' GNU General Public License for more details.

'."\n" .'

You should have received a copy of the GNU General Public License' .' along with this program. If not, see' .' http://www.gnu.org/licenses/gpl-3.0.

'."\n"; $o .= '

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

'; $o .= '
'. tag('br'); } } ?>