Search results

  1. adam

    sessions in mysql table

    Yes you can clear the data. If you execute this sql on your db it'll clear anything older than a day, just encase there are users currently logged in. DELETE FROM `sessions` WHERE `updated_on` < (UNIX_TIMESTAMP()-60*60*24);
  2. adam

    Rate the Theme #2

    I've updated it for you. I'll have a look at the forum permissions as it would be useful if you could edit your own posts.
  3. adam

    Reorder Payment Options?

    It's not possible in the current version, the plugins are loaded as they're listed in the database. I've added a 'load_order' column for the next release. You can manually add it by doing this: Execute this on your database: ALTER TABLE `plugin` ADD `load_order` INT( 3 ) NULL DEFAULT 999...
  4. adam

    How to put ads on video player?

    This is coming as a plugin in the next 2 weeks. :)
  5. adam

    Recommend Hosting Providers - Who do you use?

    Hi all, One of the questions I get asked more and more is 'which hosting company is best for YetiShare'? Who does everyone else use? I'd like to get a good list of hosts which support file hosting sites and where they're located. Thanks, Adam. NOTE: Please only post well established web...
  6. adam

    Rate the Theme #2

    Nice theme! :)
  7. adam

    Theme Changer

    I see, I'll move this to the RFCs to review for the next release.
  8. adam

    sessions in mysql table

    I've just checked our demo and local dev version and there's only data in the past 4 hours. Do you know if there was any changes to your code?
  9. adam

    sessions in mysql table

    That's A LOT of session data! How old is the data? Sessions should be cleared from the database when a user logs out or the session expires.
  10. adam

    Progress on Remote Upload

    Supplied by customer: I have found something, which might help us to get progress bar working in Remote Upload module, I have checked a file upload script from BlueImp, which is used in your site script. They have demo of remote upload with progress bar, i have tried that, and its working...
  11. adam

    social plugin bug?

    Responding to your email. :)
  12. 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.
  13. 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?
  14. adam

    social plugin bug?

    What's your site url? Did you apply the code changes for your script version?
  15. 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.
  16. adam

    remote url upload

    ps3gameroomserver2777 - That url needs a password so it wont work.
  17. 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
  18. 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.
  19. adam

    Mixed. Submitted by YetiShare user.

    I'll inform the user.
  20. adam

    Bitcoin Pay

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