Search results

  1. V

    Link to upgrade.html for Guest.

    Solved with adding link on main page: www.yetisharemods.com/topic/107-plan-comparison-page/
  2. V

    Link to upgrade.html for Guest.

    Add to site settings: "Show the Upgrade page "Premium" for guests" - Yes / No Some payment systems want to see the page "Services / Products " Or any other page with a description of the things that will sell the site. I think it should look like this: Guest comes to the home page. See the...
  3. V

    add registered (free) user class

    Hey. I already asked this question to Adam. Just created a topic: http://forum.mfscripts.com/viewtopic.php?f=13&t=278 Several people at the forum, converging in mind that, to change the system control premium account is a good idea. And if, the administrator can create them himself, then even...
  4. V

    Full Character Map

    If possible, add a full character map. Different countries have in their writing characters that are not in English. For example: German: www.urbanfonts.com/fonts/Cardinal_Alternate.htm France: www.dafont.com/fr/hemmet.font Russian: http://ifont.ru/font-1306-2.html I have a small hobby...
  5. V

    Category Name Aliases

    For example: http://e-font.ru/c/40/________________________ On page it look fine: Компьютерные (Computer Fonts) But link - terrible. Search engines do not approve of this. Especially if all categories will look like ____
  6. V

    Category Name Aliases

    The ability to create aliases for the categories. 1) The non-Latin characters first appear as _____.html. It is impossible to fully localized for some languages. p.s. More precisely it is possible, but for this we have to go into the PHP code for templates. But after update it need doing...
  7. V

    [ERROR] File Server. Not work correctly.

    tried all version chmod 777 - for folder only, for all folders, for all folders and files not work
  8. V

    Remove account option

    Request: - add options for remove additional FTP servers (right from the serverlist in admin area) - add the ability to disable the upload for all, allow only the administrator. - add the ability to disable the upload for FREE USERS and PREMIUM USERS. Separately for each type of account. -...
  9. V

    [ERROR] File Server. Not work correctly.

    I tried to add the server. FTP test runs fine. But ... Now i cant upload files. At all servers. Include Local. But in my case, after downloading the file, the site say "Error: Could not move the file into storage, possibly a permissions issue." Site Settings: The file server to use for all...
  10. V

    Adding new types of Accounts by Admin.

    Alternatively, you can call it as - Addition of new tariff plans. Where, with every account(tariff plans), you can fine-tune settings for user privileges.
  11. V

    Additional FTP Server work not correct! Download Errors!

    Re: Whats here the Problem? Need to check the php.ini settings on your servers: cURL support - should be = enabled (restore download at break) allow_url_fopen = ON (download via HTTP protocol through a browser) safe_mode = Off (increased protection) this ;open_basedir = in master value must be...
  12. V

    500 Internal Server Error

    try this http://forum.mfscripts.com/viewtopic.php?f=8&t=270
  13. V

    Default theme v.3 blue_v2 flexible

    Thank you for rate, but.. But I still found a negative point. On some mobile devices, the site may not display correctly. Especially with small resolution.... There is one element that is not specified in the class screen.css In the index.php (string 308) we have div-layer which not specify in...
  14. V

    Return file back from Upload_Form.

    i mean reinstall clear version of Chrome
  15. V

    Return file back from Upload_Form.

    thanks for answer im trying other browser like chrome, seamonkey, iron... with upload im not have this problem. Seems some module in the browser, can interfere with normal upload
  16. V

    Return file back from Upload_Form.

    Upload form not working properly. Description of the action when an error occurs: When im drop file in the UploadForm from PC. (Use DragNDrop) What's going on: Browser`s Chrome and Mozilla open download window . Screen:
  17. V

    Won't upload a 28MB rar file

    You need to know exactly how was configured server that stores your files. I had same problem. Changing php.ini settings did not help for me. max_file_uploads 20 post_max_size 50M upload_max_filesize 50M But im cant upload files more than 16MB. I try install other sitescrip on host. But he...
  18. V

    Plugins on YetiShare.com for File Hosting Script 3

    The developers have promised to publish modules next week.
  19. V

    How to disable loading completely? 0 not work.

    The amount of days after non-active files are removed for free users. Leave blank for unlimited. if BLANK - Unlimited if 0 - Unlimited too And here, I was hoping that the field value = 0, disable saving for Guest, but this just did not happen. How is that? Everything, who wants to, can upload...