Search results

  1. adam

    is there away to know the expiry date for the paid members

    Re: is there away to know the expiry date for the paid membe The only other option is to look in the user table in the database. I'll add this to the RFCs though to add it to the user listing somehow on the next release.
  2. adam

    Theme Changer

    Depends what you mean by 'theme changer'? Do you mean something like a drop-down so users can switch the themes available?
  3. adam

    social plugin bug?

    What's your site url? Did you apply the code changes for your script version?
  4. adam

    Upgrade from 3.0 to 3.1 SQL Error

    Looks like your install already has that column. Just remove that sql statement from the .sql file and try again.
  5. adam

    remote url upload

    ps3gameroomserver2777 - That url needs a password so it wont work.
  6. adam

    remote url upload

    loulou et moi - that url is invalid, urls can't contain spaces. If you try the url in the script with the correct encoding, it works: http://ultimbox.com/data/personal/admin/Films/Chantal%20Goya-L%20Etrange%20Histoire%20du%20Chateau%20Hante.rar
  7. adam

    Database Error

    You need to ensure you select the database before attempting the import. Also make sure you've created the font table by importing the sql file in the 'offline' folder of the script.
  8. adam

    Mixed. Submitted by YetiShare user.

    I'll inform the user.
  9. adam

    Bitcoin Pay

    ikovacs1465 - This user has been banned for reselling the script, I'd recommend against using any of his services.
  10. adam

    Mixed. Submitted by YetiShare user.

    1. When on account_home.html and clicking on any of the Download URL/Filenames – I don’t expect it to start a download. When I click that link I expect it to go to the sharing page. I think a lot of people would expect the same behaviour. Think of it from an uploader’s perspective – why...
  11. adam

    Problem with the bigs files

    See the notice on the check_host.php script: TMP Folder Size (3.94 GB): Notice - info You need to increase this to 20GB+ if you want to allow for larger files. Otherwise it'll quickly fill up with temp uploads. It might not be the cause of these issues but will need changing. You need to check...
  12. adam

    Problem with the bigs files

    It could be any number of things, for one your tmp folder is really small to allow for large files.
  13. adam

    Not Sure in Config wesite me ?

    Did you run the installer? yourdomain.com/install/
  14. adam

    Problem with the bigs files

    If you want me to take a look for you, send me temp ftp access and admin login details via the contact form above. I'll run some tests today to try and fix it.
  15. adam

    Problem with the bigs files

    Can you check the settings detailed on this post: http://forum.mfscripts.com/viewtopic.php?f=20&t=572
  16. adam

    Adding a server..

    Where you just uploaded it to. So the file server.
  17. adam

    Adding a server..

    The instructions are in your admin area when you go to add the 'direct' file server. This is what the demo site says: Once uploaded, amend the _config.inc.php file with your local settings. You'll need to update _CONFIG_SITE_HOST_URL & _CONFIG_SITE_FULL_URL. _CONFIG_CORE_SITE_HOST_URL should...
  18. adam

    Problem with the bigs files

    Try adding the following line after session_name($Config->sessionName); in includes/master.inc.php: session_set_cookie_params(60*60*24); This should keep the session open for 24 hours.
  19. adam

    Adding a server..

    The test trys to reach _config.inc.html on your file server. The file doesn't exist but if mod_rewrite is working and you've added the .htaccess file it should direct to _config.inc.php. Can you check _config.inc.php exists on your file server. If that's ok, can you try loading a html file...
  20. adam

    Showing Database Error Invalid SQL

    You could also try disabling the download tracking via the admin area settings. This might help lighten the load on the db until you can sort mysql.