Search results

  1. Y

    progress translation

    The First/Previous/Next/Last is in /js/jquery.dataTables.min.js Find: oPaginate:{sFirst:"First",sPrevious:"Previous",sNext:"Next",sLast:"Last"} Dropdowns are in the database in the file status table
  2. Y

    Upgrade problem

    Ah ok Try uploading themes/blue_v2/screen.css again as it might have been corrupted, also make sure you upload it in binary mode
  3. Y

    Upgrade problem

    Not seeing anything in firefox 19.0
  4. Y

    progress translation

    _indexJS.inc.php for "Progress:", "Speed", & "Remaining". Line 134: textContent += 'Progress: '+progress+'%'; Line 141: rightTextContent += 'Speed: '+bytesToSize(bytesPerSec, 2)+'ps. '; Line 142: rightTextContent += 'Remaining...
  5. Y

    Desktop application

    I think a great addition would be a desktop application that enables members to log into their account from their desktop (not browser). Features include: Upload Files (Similar to FTP where you can queue files to be uploaded). Download Files. Create Folders (set to public/private & password...
  6. Y

    add registered (free) user class

    What I think is better (and something I have already requested) is the option to make our own usergroups instead of pre-configured ones. Because not everyone wants to use the pre-defined groups.
  7. Y

    Upload Complete Error

    Yeah I know that, but there should also be more detailed info in the "error_log" file on the server.
  8. Y

    Upload Complete Error

    Whats in the error logs?
  9. Y

    Upload Complete Error

    In phpmyadmin or get your server techy guy to do it
  10. Y

    Changing admin path

    You also have to edit _footer.php Find: echo '<strong>[ <a href="' . WEB_ROOT . '/admin/" target="_blank">' . t('admin_area', 'admin area') . '</a> ]</strong><br/><br/>'; Edit the /admin/ part to your new admin directory name. For added security you could remove this code from _footer.php...
  11. Y

    Upload Complete Error

    This one? http://forum.mfscripts.com/viewtopic.php?f=8&t=422
  12. Y

    Upload Complete Error

    Getting a 500 Error when I try to send a PM so I'll reply here Run this MySQL query then try to upload a 4-5GB file again ALTER TABLE `file` CHANGE `fileSize` `fileSize` BIGINT( 15 ) NULL DEFAULT NULL
  13. Y

    Local Default for storage

    You cannot do it from the admin control panel, but you can do it from phpmyadmin Run this query: UPDATE `file_server` SET `statusId` = '3' WHERE `serverLabel`= 'Local Default' AND `serverType` = 'local';
  14. Y

    Bitcoin as a refugee payment method

    I don`t think bitcoin is a viable payment solution because from what I can make out on their wiki (only glanced at, I never read it properly) server admins have to install bitcoin on the server and download/install over 2GB of data to make it work. plus you don`t earn any actual money from it...
  15. Y

    FTP upload (to easy enable files over 2GB)

    Ok fair enough. None of those servers would be any good for my needs to be honest, my servers have a minimum of 8 cores, 16gb ram and 8x 1TB HDDs
  16. Y

    FTP upload (to easy enable files over 2GB)

    I want to know where you can get a dedicated server for 3 years for $425 :lol: thats $11.80 a month :roll: I have 12 servers and i'm paying over $3500 a month for them
  17. Y

    FTP upload (to easy enable files over 2GB)

    Couple of possibilities: http://forums.cpanel.net/f42/cpanel-api-create-ftp-accounts-144121.html http://www.zubrag.com/scripts/cpanel-ftp-account-creator.php
  18. Y

    Upload Complete Error

    Don't need to give me access mate, just send me a copy of php.ini and httpd.conf over email (will pm my email) and I'll take a look for you
  19. Y

    [BUG]HTTPS not followed correctly in several files

    I was told it would be fixed in the next release
  20. Y

    Upload Complete Error

    How are you serving web pages without apache? See the image below as I have CentOS on all my servers (12 of them) and all are running apache