Search results

  1. Y

    Payment Gateway Plugins

    I've just created 5 Payment Gateway Plugins which are compatible with the Wurlie shorturl script v3.4.x The gateways are: TransferUJ PayU Payeer Coinbase Micropayment.ch (or.de) Full information can be found here: https://forums.ysmods.com/index.php/files/category/16-short-url-script/ If you...
  2. Y

    PerfectMoney Payment Gateway Plugin

    New Payment gateway plugin for perfectmoney.is Full information: https://www.ysmods.com/perfectmoney-payment-gateway-plugin.html
  3. Y

    Email Confirmation Modification

    This modification changes the registration pages so that the user has to confirm their email address via a link sent to their email. The user can not log in until the email address has been validated. Full Details and screenshots...
  4. Y

    Multiple Upload Plugin now available.

    This plugin allows the site administrator to upload multiple fonts at a time in the admin control panel. All fonts that are uploaded will be uploaded into a "pending" state as they will need to be edited to include the author name, license, etc... Screenshot Full information...
  5. Y

    Support Ticket System Plugin Released

    The YSMods Support Ticket System Plugin allows your members to submit support tickets via the main website. Features include, automatic closure of tickets, RTE with file management for staff users (Admins & Moderators), customisable ticket prefix & ticket length, plus much more..... Full...
  6. Y

    Voucher Plus Plugin Released

    The YSMods Vouchers Plugin allows you to sell (via a 3rd party) or give away voucher codes which your users can then redeem the code for paid membership status. In the "Plus" version of the plugin, you can sell voucher codes directly from your own Yetishare installation to selected resellers...
  7. Y

    Can't download from FTP Server

    It's probably a misconfiguration in the settings or server somewhere as other people who have bought the plugin are not having this problem. Did you check the system logs for errors?
  8. Y

    YetiShareMods is back!!!!!

    Due to some personal issues earlier this year I had to close the YSM site, but now its back and better than ever. Previously I added licensing and encoding to the files, I will not be doing that anymore with any of the plugins or modifications, they will be provided with 100% source code. In...
  9. Y

    SolveMedia & KeyCaptcha Captcha Modification (v3.5.2)

    I have been asked by many people to resurrect this modification, so here it is. What the modification does is replace all the current reCaptcha captchas on your site with the more user friendly SolveMedia or KeyCaptcha captchas. However, if you want to use reCaptcha on your site, then you can...
  10. Y

    Delete Multiple Fonts

    This modification enables you to delete multiple fonts from the "Manage Fonts" page in the Admin control panel. Screenshots: On the manage fonts page you will see a new column in the table with a checkbox (As shown below), this allows you to select the fonts that you want to delete. At the...
  11. Y

    User Mass Edit Folder (front-end)

    I've a modification for that, however my site is down at the moment until the DNS finishes changing
  12. Y

    2 step registration confirmation

    I'd like to see a 2 step registration confirmation in the future. User signs up for an account. Script emails a validation link which the user has to click to validate their email address. When clicked, the script either confirms or refuses the hashed code in the URL. If successful, the users...
  13. Y

    Download limitations

    Would be good to be able to limit the number of downloads in a set time frame. EG: Number of total downloads an IP address/user can make in 24 hours. Ability to limit the total download and the time limit.
  14. Y

    Randomized Folder URL's instead of incremental

    As it currently is, the folders are listed incrementally, it would be better if the URL's was random letters/numbers. This would help to prevent users from viewing folders which although are not private or password protected, they shouldn't have access to the URL. As it currently is...
  15. Y

    Happy Hours

    It would be good if we can set up happy hours This is where you can set one or more start & end dates/times where your unregistered and free users can download at double the normal speed.
  16. Y

    View and manage payments

    I see that in /admin/_header.inc.php that this code is commented out <!-- <li<?php if (ADMIN_SELECTED_PAGE == 'payments') echo ' class="active"'; ?>><a href="<?php echo ADMIN_WEB_ROOT; ?>/payment_manage.php"><span><?php echo...
  17. Y

    Upload errors

    I've just change my servers as I found much better servers for half the price I was paying, I have also changed domain names. Now I'm getting the following in the error_log [03-Mar-2013 09:30:09 Europe/Berlin] PHP Strict Standards: Only variables should be passed by reference in...
  18. Y

    Server load

    I had a warning from the server last night about "Excessive resource usage". Time: Sat Mar 23 20:57:58 2013 +0000 Account: xxxxxxxx Resource: Virtual Memory Size Exceeded: 412 > 400 (MB) Executable: /usr/bin/php Command Line: /usr/bin/php...
  19. Y

    Add additional functions to class.database.php

    Adam, :D Can you add a couple of extra functions in the class.database.php file for the next release so we can have $db->numFields() ====> mysql_num_fields() $db->fetchRow() ====> mysql_fetch_row() Thanks very muchly :D :lol: :D :D
  20. Y

    Change to plugin system

    I'd like to suggest a change to the current plugin system. :D At the moment, only the official plugins work straight away without any file edits to make plugins work. Can I suggest a change in the system so that non-official plugins can be installed without having to make any file edits. I...