Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter webabiz

    (@webabiz)

    just got you coffee for the help, check your paypal.

    Thanks.

    Thread Starter webabiz

    (@webabiz)

    You’re a Genius !

    Thank you. and this plugin rocks!

    Thread Starter webabiz

    (@webabiz)

    Hi.

    please login to my admin acct. to check i’ll change PW afterwards.

    http://www.veeint.com

    admin
    admin

    Thread Starter webabiz

    (@webabiz)

    sorry. here.

    <p> </p><p>[file_away fw_shortcode_id=”3″]</p><p>[file_away fw_shortcode_id=”1″]</p><p>[file_away fw_shortcode_id=”2″]</p>

    Thread Starter webabiz

    (@webabiz)

    Hi, thanks for the lightening fast respond. here’s how my plugin files look like.

    <?php
    /*
    ** Plugin Name: File Away
    ** Plugin URI: http://ww.wp.xz.cn/plugins/file-away/
    ** Text Domain: file-away
    ** Domain Path: /lib/lng
    ** Description: Upload, manage, and display files from your server directories or page attachments in stylized lists or sortable data tables.
    ** Version: 3.9.6.1
    ** Author: Thom Stark
    ** Author URI: http://imdb.me/thomstark
    ** License: To Fly. File Away comes as is with no guarantees about anything.
    */
    define(‘fileaway’, __FILE__);
    define(‘fileaway_dir’, dirname(fileaway));
    define(‘fileaway_url’, plugins_url(”, fileaway));
    define(‘fileaway_version’, ‘3.9.6.1’);
    if(!class_exists(‘fileaway_autofiler’))
    {
    class fileaway_autofiler
    {
    public function __construct()
    {
    spl_autoload_register(array($this, ‘load’));
    }
    private function load($class)
    {
    $file = fileaway_dir.’/lib/cls/class.’.$class.’.php’;
    if(!file_exists($file)) return false;
    include_once($file);
    }
    }
    }
    new fileaway_autofiler;
    new fileaway_languages;
    fileaway_utility::timezone();
    if(is_admin())
    {
    new fileaway_admin;
    new fileaway_notices;
    }
    new fileaway_attributes;
    new fileaway_definitions;
    new feedaway;
    new fileaway_stats;
    new fileaway_metadata;
    if(!is_admin())
    {
    new fileaway_prints;
    new fileaway;
    new attachaway;
    new fileup;
    new fileaway_values;
    new formaway;
    new fileaframe;
    new stataway;
    new fileaway_tts;
    }
    new fileaway_management;
    new fileaway_cleanup;
    include_once fileaway_dir.’/lib/inc/inc.deprecated.php’;
    date_default_timezone_set(‘UTC’);

    Thread Starter webabiz

    (@webabiz)

    for File Away

Viewing 6 replies - 1 through 6 (of 6 total)