Search results

  1. P

    notification system for media converter plugin

    It would be good to include some sort of notification system for the media converter plugin, currently the conversion happens in the background and especially when the option to delete the original file is set, the user has no idea whats happening.
  2. P

    does anyone know how to manually read from the ys script database

    does anyone know how to manually read from the ys script database im trying to include something on a page that requires reading directly from the user table, i tried first declaring $db = Database::getDatabase(); but that didnt work, any other way i can think of would be vulnerable and a...
  3. P

    plugin directory in all ys plugins

    it would be better if all ys plugins referenced the plugin directory as <?php echo PLUGIN_WEB_ROOT; ?> instead of /plugins this way anyone using a directory other than /plugins as declared in master.inc doesnt have to make changes to the plugin code before installation
  4. P

    voucher plugin failing to auto update users

    The voucher plugin doesnt seem to upgrade the user, when a valid voucher code is used, its logged as used however just refreshes the page and no upgrades to premium are performed this is from the voucher plugin log 2016-01-28 10:24:31 - Voucher code 'A8PANELN3FA2BF9UP6Z6' set as used for...
  5. P

    download token issue

    I've noticed something strange, was able to replicate it on the ys demo site as well seems there is a strange download token issue regardless of what the concurrent download setting is set to 1. open a file download page 2. open a second file's download page in a new tab 3. go back to tab 1...
  6. P

    site logo in emails

    Is there any to change the way the site logo in emails sent from ys to be as an attachment so its displayed every time, currently is called on from the site and thats blocked by default by alot of email providers, then the user has to click on show images or enable it from their email settings...
  7. P

    drop website file extensions

    is there any way from the htaccess to drop yetishares file extensions altogether, no .html or .php, i tried a few methods but none worked properly with this script
  8. P

    Inability to use ctrl-a to select input in email/password text fields in additional options

    If you try n add input in the password or the email text field in the additional options wrapper the ctrl-a just ends up selecting the background files if your in the account_home page, while im not sure how to disable this while the wrapper is open, if you add <script>...
  9. P

    Recurring torrent plugin error in system log

    Hi, I keep getting this recurring error in the site log but not in the torrent plugin log, anyone else having this issue ? The plugin is configured properly and works well. =========================================================== 2016-01-10 00:37:41 - *** ERROR *** Array ( [Error Msg]...
  10. P

    newsletter plugin error when encountering null email addresses

    I noticed an issue when attempting to send a newsletter and the plugin encounters a null email caused by the social plugin email registering a user but not adding their email address, i believe i have a solution, although i have to test it further, in file pluginNewsletters.class.php, replace...
  11. P

    ftp plugin

    ftp plugin doesnt seem to detect files that have been uploaded. it does not error out and creates an account through cpanel and is able to connect to it, but it will not see incoming files. clicking the link to import does nothing as well.
  12. P

    url upload v4.0full

    Hello, just wondering if there is anything that needs to be installed on the server for url upload to work, i always get Error: Could not get remote file. regular file upload works fine
  13. P

    edit multiple files and folders

    it would be cool to be able to right click and edit a selection of multiple files or folders so the user doesnt have to do one at a time