CodeCanyon

FileGator

  • Bought between 10 and 49 items
  • Exclusive Author
  • Germany
  • Has been a member for 1-2 years
kratos85 Purchased

strage problem. everytime i click on home or filegator logo it’s redirecting to ?cd=

alcalbg

Hmm… This supposed to be a feature – click on logo or home takes you back to your root folder. Why is this a problem to you? It needs to have ?cd= part in order to tell the script to change folder to root.

kratos85
kratos85 Purchased

problem solved was an entry in my .htaccess blocking requests with ? for security reasons, everything is fine :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hello!

Found some issues with filegator.

1) changing permissions for guest is not possible. Firebug prints “ReferenceError: set_password is not defined @ url:819”

2) password, permissions and name set by get parameter. this is insecure.

3) its possible to create users with existing names.

alcalbg

Hello,

Thanks for reporting these issues. It’s all been fixed and v2.6 is waiting for approval.

I really appreciate this kind of feedback!

Best,

alcalbg

v2.6 approved, you can update now (see update instructions.)

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
  • United Kingdom

Great Script

But I am having a problem. The directory structure displays OK, but none of the previews of images.

The script is putting the absolute server path in the URL…

http://www.mysite.co.uk/filenav1/content/Hosting/m/y/mysite.co.uk/web/public2/images/prettyPhoto/facebook/sprite.png

and it should be…

http://www.mysite.co.uk/public2/images/prettyPhoto/facebook/sprite.png

Can you help??

alcalbg

Hi,

See this FAQ and try to relocate FileGator installation. If this doesn’t help contact me via email and send FTP credentials so I can look into this closely.

Best,

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
  • New Zealand

Updates – I purchased v2.3 how do I get a copy of v2.5.

And are there any update instructions.

Many thanks, Hugh

alcalbg

See this FAQ.

  • United States
  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
coubra Purchased

Hi Alcalbg, how are you today? Just installed the product and it works fine. However, I need help with the more important part on my business, I already set my php.ini to 200MB, and is ready test it working fine and my php.index is set for 209715200, but when I upload files to FileGator I can only upload 10MB each one, and I need to be abailable to upload more than that can you help me please? (I Already reduced the ‘max_number of files’ to 20 I don’t need to upload 100.. Thank you so much Alcalbg.

alcalbg

Hi,

If you have Apache web server follow instructions from here. If you run on Nginx server read this.

In FileGator script you can only adjust max_filesize to desired value (index.php) but all other setting related to this limit are somewhere on the server-side. Contact me via email if nothing helps.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
  • New Zealand

Hi there

A fantastic product !! :-)

But I have a problem -

The “folder structure” view is NOT showing the actual folder structure in the correct order?

Help please.

Regards, Hugh

alcalbg

Hi,

Sorting in Tree View (Folder Structure modal window) is not possible due to PHP and RecursiveDirectoryIterator function limitation. It can be done with other functions but it would be very slow, especially when dealing with large and deep directory structures. I guess this is a compromise between speed and usability.

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
  • New Zealand

2nd question – how do I can the favicon?

I have tried to replace the actual file with another favicon but it keeps coming back…

Help please – which file do I need to edit.

alcalbg

favicon is located here /include/views/img/favicon.ico

I think you browser is just caching this file, try with different browser

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
gn1000 Purchased

Hi there,

I have just installed Filegator and created a new user account after being able to log into Filegator as admin. Unfortunately Filegator doesn’t recognise any of the user details and after trying to log in with the user details, the login box reverts back to the details of the admin account and displays ‘wrong user name or password’.

Please advise my next step.

Thanks.

PS. Am I to take it that the ‘repository’ folder is where everything that’s uploaded and managed will be stored?

alcalbg

See this FAQ.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
gn1000 Purchased

Hi there. Managed to sort the problem. Please ignore my previous comment. Thanks.

alcalbg

Great! Permissions problem right?

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Any idea why some files download and others don’t? It seems that smaller files that I have posted via FTP download fine… other larger files (a couple hundred megs) show up in the file list, but when I go to download them it acts like it’s starting the download, but comes up with a file that is zero bytes in size. If I “control-click” on the actual file name in the list, and save it to disk that way, it works. But obviously not the desired method. Ideas?

alcalbg

Hi,

I just tried with 300MB and 900MB files and I cannot produce this zero-bytes error so I need more info on this:

- which browser are you using? can you try with different one?

- on which server is FileGator installed? apache?

- can you tell me exact extension of those files?

- how exactly you download faulty files? by clicking on them (left-click) or by clicking on cog icon and then on “download” button?

Thanks, alcalbg

alcalbg

This issue has been fixed. Update to new version 2.7

  • Has been a member for 0-1 years

Hi Alcalbg,

Great script!

Is there any way to give permissions to super admin to Upload Content for its users?

Thanks

alcalbg

Yes, please read this FAQ.

Default-user

yep! I have read that.. thanks

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Nematli Purchased

nice work, bro! But the bad side is that there is no any user registration option :( also how I can edit the logo? Cuz I used CS5 , but after, the final .gif was much more different (in framing and animation time aspects)

alcalbg

Hi,

To add user registration see this FAQ.

I can’t help you with the logo because designer did this part for me. I don’t know how to use CS5 :)

Default-user
Nematli Purchased

thnx for response. THough I have a few more questions. 1) Is short url or secured link function available in this script? 2) I configured the registration but after the creation of new registrants homedir how can I put restriction in that folder? like only the user can enter this folder with his pass ( I mean guests and other users can’t read the folder).

alcalbg

1. No, but see if encrypt_url_actions config parameter is suitable for you. For more info see security notes.

2. Each new registered user gets a new private folder. If you want all users to have the same repository then in your register.php script search and replace this line:

$homedir = $default_repository_path . $username;
with this:
$homedir = $default_repository_path;
Default-user
Nematli Purchased

oh I know, but the question is if it is available to put restrictions into the user’s new private folders. To privatize the folders for the users, like only the users can see and read their folders.

alcalbg

I see, then you must edit guest’s repository folder to something like this:

/var/home/somewhere/filegator/repository/guest/

This way guests will have a separate folder and they will not be able to see other users folders.

Default-user
Nematli Purchased

thnx a lot, really helped. Awesome script and support

Default-user
Nematli Purchased

so the another problem is : 1) how I can add “repeat the pass” and email poll in register.php? I know it is a beta future , but it is really important as it is the last stage of my config. 2) also when the registration is done the “Thank you” appears and nothing more, even not a link to sign in. Can u help also with that? I’ll really appreciate your help.

alcalbg

Put this new signup script version into filegator/ (not filegator/config/) folder and please give some feedback. Download link. Thanks.

Default-user
Nematli Purchased

“Page Not Found” is only what I see now, but sure it have 2 be smth nice :)

Default-user
Nematli Purchased

link is broken :(

Default-user
Nematli Purchased

It is really fantastic, amazing script, and the best support I experienced so far. Big thnx. Really must have script!

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

hi, i would like to know if login can be required before viewing the file list? i tried the demo.. however i can see the list even i hvnt logged in… thanks

alcalbg

Absolutely. In demo setup “Guest” account is enabled so anyone can see the list of files and try the app easily. However, this is disabled by default and users must login to see the file list after you install FileGator. Disabling and enabling “Guest” account is easily controlled by the single config parameter “allow_guests”.

  • Has been a member for 0-1 years

unable to uploading multiple files in internet explorer 9. Is there any way to solve this issue.

Thanks

alcalbg

Microsoft Internet Explorer 9 and earlier versions currently does not (and probably never will) implement the ability to upload multiple files at once. Therefore there is no script/HTML support for receiving multiple files. However, Microsoft implemented this feature in Internet Explorer 10.

Workaround for this is to zip multiple files, upload this archive and unzip it online.

Default-user

gotcha thanks for reply..

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
keshanugo Purchased

Hello i have Cron.php Command Problem. I put file on courently directory but it is no working. cron.php file is working but it don’t change permission on config file. plz help me to solve this problem.

alcalbg

Sorry, important install instruction was missing. Put this script inside filegator/config/ directory and run it via cron service or manually like this: http://example.com/filegator/config/cron.php

Default-user
keshanugo Purchased

i do this but it is not chanching permission in config file

alcalbg

Can you download cron.zip file one more time and try again? I’ve added some output code so we can see what happens.

Default-user
keshanugo Purchased

Page Not Found Broken link

alcalbg

Fixed! What is the output?

Default-user
keshanugo Purchased

when i enter this file it automatic redirect me to DirectAdmin Login Page

alcalbg

Can you send me your FTP credentials to email so I can inspect this closely? I don’t know what this DirectAdmin is…

Default-user
keshanugo Purchased

i send you email

Default-user
keshanugo Purchased

and WT? :)

alcalbg

I tried everything and this doesn’t work on your server :(

To be more specific – this function cannot be executed http://php.net/manual/en/function.shell-exec.php which is required for cron.php script to work. You can talk to your provider and see why is this disabled.

Default-user
keshanugo Purchased

i have another version to see how many MB is directory like this:

$path = ”$dir”; // <—Edit: Add your folder name here!

function filesize_r($path){ // Function 1 if(!file_exists($path)) return 0; if(is_file($path)) return filesize($path); $ret = 0; foreach(glob($path.”/“) as $fn) $ret += filesize_r($fn); return $ret; }

function showSize($size_in_bytes) { // Function 2 $value = 0; if ($size_in_bytes >= 1073741824) { $value = round($size_in_bytes/107374182410)/10; return ($round) ? round($value) . ‘Gb’ : “{$value} Gb”; } else if ($size_in_bytes >= 1048576) { $value = round($size_in_bytes/104857610)/10; return ($round) ? round($value) . ‘Mb’ : “{$value}”; } else if ($size_in_bytes >= 1024) { $value = round($size_in_bytes/102410)/10; return ($round) ? round($value) . ‘Kb’ : “{$value} Kb”; } else { return “{$size_in_bytes} Bytes”; } } $zoma = showSize(filesize_r($path)); echo $zoma;

//
if($zoma >= 50){
// limit reached, revoke permisions!!!
// uppercase W and U permissions
$user['permissions'] = str_replace("w", "W", $user['permissions']);
$user['permissions'] = str_replace("u", "U", $user['permissions']);
}elseif(strpos($user['permissions'], 'W') !== false || strpos($user['permissions'], 'U') !== false){
}
// limit is ok, grant revoked permissions back
// remove uppercase W and U permissions
$user['permissions'] = str_replace("W", "w", $user['permissions']);
$user['permissions'] = str_replace("U", "u", $user['permissions']);
if ($add_usage_to_config) $user['usage'] = $usage; else unset($user['usage']);

}

Default-user
keshanugo Purchased

and wt did you do with script i can’t login with usert and can’t register

alcalbg

I will try with this solution but it’s not promising since it would be very slow with many files and folders.

I didn’t mess with a script at all, I only edited cron.php file. Try to remove cron.php files.

Default-user
keshanugo Purchased

It not work it write me “Wrong username or password.” and in register Link that “ERROR: Config file not found!”

alcalbg

Folder permissions were wrong 744 instead of 755

Default-user
keshanugo Purchased
this is scrin of cron.php which is not in config directory http://s019.radikal.ru/i601/1306/89/e7b5f5cef8e3.png
alcalbg

Yes, I got the same result, this is because cron.php cannot execute shell_exec function. I will let you know I find alternative solution.

Default-user
keshanugo Purchased

and how it work are dis this in my site?

alcalbg

Try this version with your method implemented. It’s slower but will probably work on your server.

Please backup your config.json file first.

Default-user
keshanugo Purchased

it works thnx for help :) :*

  • Sold between 5 000 and 10 000 dollars
  • Europe
  • Microlancer Beta Tester
  • Has been a member for 0-1 years
  • Exclusive Author
  • Referred between 10 and 49 users
  • Bought between 1 and 9 items

! VACATION ! VACATION ! VACATION ! VACATION ! VACATION !

Hi,

Please note I am currently out of the office and will not have access to my emails until the 28th of June.

Please read item’s FAQ.

Regards,

! VACATION ! VACATION ! VACATION ! VACATION ! VACATION !

by
by
by
by
by