CodeCanyon

FileGator

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

I also get this error..

Config param max_filesize is bigger than php server setting: post_max_size = 8388608, upload_max_filesize = 1073741824

alcalbg

Your max_filesize parameter must be lower than php.ini post_max_size and upload_max_filesize settings. In this case max_filesize can have max value of 8388608 bytes.

Default-user

I love your program – cheers, fixed

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

The upload problem is NOT the web server…

I just tried another script and it uploads a larger (15mb) file with no errors.

Help me please.

alcalbg

FileGator script is using POST upload method to upload files. See faq how to increase limits.

Default-user

already sussed it out – I needed to create a “pnp.ini” file and upload to the root

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

HI again

Where do I edit to change it – so that when a DOCX file is opened – it does the same as when a DOC file gets opened.

Cheers, Hugh

alcalbg

You can only edit plain text files, not word documents, images etc

Default-user

NO – the new DOCX files open when you click on them, I want to edit it so that they only download – which script file do I need to edit

  • Bought between 1 and 9 items
  • Has been a member for 4-5 years
Nypaloto Purchased

Any way I can force download files? When sending a link to a movie file, for example, the movies starts to play in the browser, instead of being downloaded. Of course I can always zip the files, but I’d prefer avoiding that additional step if possible.

Cheers, Alex

alcalbg

Try to put this in your .htaccess file

AddType application/octet-stream .wmv
AddType application/octet-stream .avi
AddType application/octet-stream .mp3

Please reply if this works, thanks!

Default-user
Nypaloto Purchased

Like a charm – thanks!

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

Hi,

Is there signup process available? if yes, please give a solution..

also will you update for mobile version?

Thanks!

alcalbg

Hi,

You can try this basic signup form http://file-gator.com/gator/register.zip. Put register.php inside config folder.

I will add mobile version to the wish list.

motiffmedia

Thanks!

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

is there a solution or a module to pay a subscription fee like most file hosting scripts?

alcalbg

No, sorry. However there is a sample signup form which updates users data, php developer could easily create additional forms for payment, reset password or something else based on this example.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Hello alcabg,

I’ve just installed filegator on my lamp server but could not seem to be able to change admin password or add user. Whenever I’d change admin password or add new user no error message is shown but when I’d log out and log in with the new credentials the following message appears: “Wrong username or password”. What I’m missing here?

Best regards

pk

alcalbg

Hi,

This is a permissions problem, your web server cannot write to /config/config.json file and therefore cannot save users data. Change permissions or file ownership and try again.

Default-user

Great!!! That works!

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
ne03 Purchased

I think it its a bug in .htaccess file in /repository dir

becouse u have:

Order Allow,Deny Deny from all

And i cant download any files… so i change it to deny dangerous scripts:

Order Allow,Deny Deny from all

alcalbg

Not sure what’s wrong here, can you give me more details on this?

ne03
ne03 Purchased

With original .htaccess – Order Allow,Deny Deny from all i cant download directly or by smtp any files becouse i’m getting the 403 error. If i change it to: Order Allow,Deny Deny from all – it works properly, i can directly download allowed extensions.

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
Coolmer Purchased

I have problem with the script. I’m using two servers. On first all work fine, but I can’t upload files bigger than 15MB on the second server.

There is part of my php.ini

post_max_size = 128M memory_limit = 128M max_execution_time = 3600 upload_max_filesize = 120M max_input_time = 3600

File size in index.php (filegator) ‘max_filesize’ => 125829120

What should I done to upload bigger files?

alcalbg

If you set filegotor’s max_filesize to 999999999 on second server what message is thrown?

Default-user
Coolmer Purchased

Config param max_filesize is bigger than php server setting: post_max_size = 134217728, upload_max_filesize = 125829120

alcalbg

Well, everything looks fine, the server has accepted your limits and this should work. I really have no idea what’s wrong with your server since FileGator works on your first server and on hundreds of other servers. You should check how exactly those two servers are different. Maybe this is some kind of network-related problem, maybe filesystem or apache itself has some strange config parameter set. If I find some solution or workaround I will let you know.

Default-user
Coolmer Purchased

It’s loading loading, and progress bar disappear on the end of the upload. I check few times everyting, I have no idea…

alcalbg

It’s the same with any browser? You have the latest FileGator version?

Default-user
Coolmer Purchased

I found solution! Server has a few PHP support modes. I changed from FastCGI to CGI and now scrtipt works fine :)

alcalbg

Great! Thanks for letting me know.

  • Has been a member for 0-1 years

If i upload new files trough FTP will FILEGATOR update itself with this new files and folders?.

Thanks in advance!.

alcalbg

yes, new files and folders will be visible in filegator

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
jhillion Purchased

Hi, congrats for this script, it is very helpful!

I would like to connect the script with another server to have an online ftp of this one. i use a simple ssh connection (then sftp) :

$connection = ssh2_connect($ftp_server, $ftp_port); ssh2_auth_password($connection, $ftp_user_name, $ftp_user_pass); $sftp = ssh2_sftp($connection);

and i get my home directory :

$dir = “ssh2.sftp://$sftp/way/to/the/dir”;

how can I put this directory as home in filegator?

Thanks for help!

alcalbg

Hi,

This feature is not directly supported in FileGator.

However, you can still achieve this with a little help of Linux and CurlFtpFS. You must mount your FTP filesystem and then use this mounting point as user’s repository. You can find more about mounting FTP filesystem here.

I tried this and it worked for me!

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

Big fan of FileGator.. Its so quick and so simple.. However…. I’m getting more users and they know that I know what their password is. Can users change their own password? Can users Self register?

Great script though. Love it

Del

alcalbg

Hi Del,

In latest FileGator version 2.4 users can change their own passwords by clicking on username link.

You can also look at beta features section on the front page, you can find a simple register form there. This can be a good starting point for building your own custom register form.

Best,

Default-user
deljones Purchased

alcalbg…

Brilliant… thanks very much for the prompt reply… It works well. The script does all I need and other to do, simple yet useful.

I put the register.php script into the config folder, refreshed but the main screen didnt show the register function. Do I need to do something to the script to make it appear and work?

Thanks again Del

alcalbg

You have to call this script directly http://example.com/filegator/config/register.php

Default-user
deljones Purchased

Yep.. got it thanks…

I’ll have to play around with this. I can create user repositories as admin but the register script doesn’t create the users directory. I see in the script that it should. The perms on my repositories folder is 777 the users inside are 755.

That’ll give me something to do..

Thanks

Del

Default-user
deljones Purchased

Hi there…

Yes I got the user created and their directory created. I had to set $default_repository_path. However whilst they can log on they can’t do anything. The default permissions are: $default_permissions = ‘r’; If I change this to ‘u’ or ‘w’ the user can’t login. How can I give users ‘r, u, w’ permissions as default? I’ve tried and failed :( The repository folder is 777 the users created via the admin all get 755, self registered also get 755 as set in mkdir($homedir, 0755, true);

See I’ve been looking through the script.. ;)

Also when the user self registers the “Thank You” does not appear. The fields go blank on the registration page but they can log on

Thanks

Del

alcalbg

Simple as always:

$default_permissions = ‘rwu’;

:)

Not sure about “Thank You”... will look at this again tomorrow,

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

Can the logo/branding be changed? The alligator and green is cute, but not really in line with the image I want to portray to clients.

alcalbg

Yes, you will receive full source code and you can change the logo/style. You can do this by editing css stylesheet or you can hire someone do this for you.

Default-user

Thanks. Purchased and so far it’s getting up to speed. No offense, but how can I change the window header so it doesn’t say “filegator”, and eliminate the FileGator version link at the top? Trying to make as clean an interface as possible. Also, I noticed when using “Add Files…”, the .mp4 I upload does not play back when clicked, and generates a 403 error. If I use Fetch to upload directly to the server, it works. Seems like the permissions are being set differently. Any ideas?

alcalbg

All view files (front-end design) are located under filegator/include/views/. So for header text – edit header.php at line 6 and for version link edit main.php at line 9.

Not sure what’s the problem with your mp4 files, I just tried with sample mp4 file and everything looks fine on firefox, chrome and IE. Can you send me an email with link to your site so I can see this error?

Default-user

Thanks very much for your help. I think things are ironed out now. I do have one final request (sorry for nitpicking). Is there a way to make the actual font size for the download link that appears in the window – smaller (i.e., make “http://www….” a few point sizes smaller)?

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

Having a bit of trouble moving things around. It just says “Please wait…”

alcalbg

Your server is probably missing PHP libxml extension and filegator cannot generate tree view. You either install missing extension or disable simple_copy_move option (set to false inside index.php) and use cut/copy/paste without folder structure tree. See this FAQ. Let me know if this doesn’t help.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Netherlands
Chillamor Purchased

Hello,

Just installed the product and it works fine.

However, when sorting the names it’s sorted descending instead of ascending. how can this bechanged?

alcalbg

You can toggle ascending / descending order by clicking on the sort button (the button itself, not an arrow with drop-down menu). It should sort by name and ascending by default.

Default-user

Correct, but this does not work with map names

alcalbg

Can you give me an example? Three file names, full names with file extension included. Thanks.

alcalbg

Maybe you are referring to the directory names? If so try adding this line of code:

$dirs = $this->sortByKey($dirs, 'name', false, 1);

into /include/file-gator.php file right after this line of code:

closedir($handler);

It should be there around line 1119

Default-user

Yes, map or directory names. It works now, except the toggle.

alcalbg

For toggle to work on directories use this code:

$dirs = $this->sortByKey($dirs, 'name');

But this will not look good when sorting by date or size

Default-user

Do I have to place this instead of the previous one or not? Where should it be stored?

alcalbg

Yes, instead of previous code

Default-user

Thanks. I’ve rated 5 stars. One fiinal question: What is mentioned by SENDING LINKS TO EMAIL, ADMIN INTERFACE INCLUDED and hoe does this work? I cannot find anything within the proram. I probably do not kwow where to look.

by
by
by
by
by