Search results

  1. K

    File Extension Issue

    Hello, I'm losing many uploaders every day :( because there is a kind of issue in some of the uploaded files extensions, please see these images: or: or: As you know uploaders can not edit their file extensions thorough their account file mangers. It will be appreciated if anybody...
  2. K

    How to keep up to date script's IP to country database?

    Hi my dear friends, It sounds the IP to country database needs to be upgraded regularly, does anybody know how to keep it up to date? kind regards
  3. K

    'File removed due to inactivity' Error

    Hey guys, A new bug has been found! in admin panel, if you select multiple files to be removed at once, those files statusId won't be set correctly, the script will show the wrong message 'File removed due to inactivity' (statusId=5) while it should be 'File removed by the site administrator'...
  4. K

    Reducing database size / DB optimization

    Hey guys, - I think my website DB is growing too fast, any suggestion on keeping DB optimized? - Is that possible to remove 'session' table rows which are 2,197,619 rows and 8.1 GiB in size?! :shock: as I know removing unused rows won't decrease the database size... btw, it would be...
  5. K

    How to replace certain words from uploaded file name with underline or something

    He guys Does anybody know how to replace certain words from uploaded file name with underline or something? for example assume that we are not going to allow this words to be included in a file name: word1, word2, word3 etc so if a user uploads a file named 'software.word1.x64.exe', it will...
  6. K

    Adding a new file server (remote direct) issue

    Hello, I'm trying to add a new file server (remote direct) to my website, I have uploaded all files from local host to the new server, and replaced _config.inc.php and .htaccess files with the new ones. I'm still getting this error: After removing "www.s1.mydomain.com/index.php" file...