angela1says
Hi, looks like a great script. Can’t seem to get the demo working using this info from above:
http://rxnk.com/scripts/filemanager/index.php for admin access: admin / pass for user access test / 1234
Am i msising something?
angela1says
Hi, looks like a great script. Can’t seem to get the demo working using this info from above:
http://rxnk.com/scripts/filemanager/index.php for admin access: admin / pass for user access test / 1234
Am i msising something?
bomsays
If i upgrade from v1.1 to v1.4 do i need to back up all my uploaded files and will i need to create all users again?
3ga42adcy32says
I did a fresh install of this on a wamp setup and I am getting this error on the initial page:
Notice: Undefined index: logged_in in C:\wamp\www\filemanager\index.php on line 59
Once logged in, clicking on the User Management link gives this error:
Notice: Undefined variable: extensions in C:\wamp\www\filemanager\users.php on line 206
Also oon the Extensions link, give the following error:
Notice: Undefined variable: users_table in C:\wamp\www\filemanager\extensions.php on line 141
Can you please assist? Thanks!
ocafilomenasays
CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers.
Why?
godonholidaysays
When I click on the folders icon (in the demo/admin) I can see the names of the folders but I can not open them to see the files inside the folder?
Is it possible to see inside each folder as admin?
Also I was wondering if it is possible to see a small thumbnail of the uploaded file. Maybe a view option that allows for list view or thumbnail view?
Also, if I want to see all the files that a specific user has uploaded, how do I do that?
Thanks
Currently you can’t look inside a folder. You only can view all files in one table with detailed descriptions of each.
There is no sense in creating a small thumbnail, thumbnail will work only for picture files like jpg, bmp, png, gif etc… Script was intended to store any kind of files, not just pictures. If you are going to store only pictures in my script – you can contact me by email I will give you an estimate on adding thumbnail functionality.
Again – currently you can only view files in one single table. I have planned to add sorting in table, and also adding all files per user when you enter “edit” mode of that user, unfortunately I can’t do this update until the end of february.
ohstechedsays
Rxnk, This site works wonderfully. It was fine until i added more than two users. Basically it sends me an email saying it uploads; however, it does not uplioad the file. um you can check out the email here: team1504.com/filemanager
this is the error i get no matter if i use the js uploader or the simple. The file permission files are all at 777, well the files the users can upload too. I do not thin k it is a user problem, becuase I the admin can not upload anything.
here is the error i am getting:
Warning: move_uploaded_file(/kunden/homepages/9/d197248293/htdocs/team designs/hi_1.html) [function.move-uploaded-file]: failed to open stream: No such file or directory in /homepages/9/d197248293/htdocs/filemanager/includes/functions.php on line 163
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpvnd3Tz' to '/kunden/homepages/9/d197248293/htdocs/team designs/hi_1.html' in /homepages/9/d197248293/htdocs/filemanager/includes/functions.php on line 163
Upload failed. No file recieved
I hope you can help me solve this.
Thanks in advance, team1504.
Hi ohsteched, Thank you for purchasing my script.
You gave me the link to your installation – but default user/pass dont work – so I can’t really check what’s wrong. Please email me through den page with your dbconnect.php file (without db passwords please) and I will take a look.
Thank you for replying so fast rxnk. Um i set up the username: rxnk and password: upload you have all file-type uploading rights, and 20 mb total quota with 1 mb file size quota. Is this sufficent? I hope you can help me fix this, as i eed to have it working by tuesday/wednsday. Thank you. ohteched / team1504
ocafilomenasays
Is possible using it on windows server 2003 64 bit? Then in a Unix-Like server I use chmod 777 command only for filemanager’s directory or also for uploads directory? Excuse my poor English.
Ok, but on Linux distro or FreeBSD I set chmod 777 only for filemanager’s directory, for uploads directory or for both? Another questions, I have a remote virtual server with my web site and Plesk panel control, how I must set php and IIS ? Always return this error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I suggest first to set chmod for folder “uploads”, if you have problems – set it for filemanager as well. Sometimes you don’t need to set chmod for filemanager, depends on server config … :/
Unfortunately I have no experience with plesk+IIS – so I can’t advise you on this question.
ocafilomenasays
Hi, i have another question, when I open files.php page and click on link ‘message’ appears this message:
‘Can not display page HTTP 500 Most likely causes: • The website is under maintenance. • The Web site contains a programming error.
Possible actions: Refresh the page.
Back to previous page.
More information
Error (HTTP 500 – Internal Server Error) means that the Web site you visited was a problem on the server that prevented the display of Web page
For more information about HTTP errors, see Help.’
Everything works except this link, why?
Best regards
erhilsesays
I was wondering if you still plan to make the uploaded files to be organized into separate folders that you can allow the user to see which set of folders you want them to.. If you are, are you planning on putting it in the next update?
Hi erhilse,
I am planning to add multiple folders for users with option for admin to restrict this functionality, but it does not involve per-folder permissions. This functionality is basically adding option for users to be able to create folders and upload files in them, in files screen they also will be able to sort files and see which file is in which folder. This update is scheduled around beginning of March ( end of first, middle of second weeks)
WebStormUKsays
Hi great script.
Is it possible that when a new user registers it creates a folder under there username and gives them access to only that folder?
Also how do I alter which files types a new user can upload by default when they create their account?
Hi WebStormUK,
Thank you for purchasing.
It is possible to create default folder for user and lock him in it but it requires custom adjustments, which I can provide you a quote for, if you’re interested.
Default file types can be altered only in source code of user regsitration file. If you’ll need assistance you can email me I will point you to the right piece of code.
WebStormUKsays
Just a couple of other things. I need to set a default upload size too. Is it possible to do this for all new members?
Also 2 other things.
When a member registers and it’s set to approve, is it possible to automatically email the user once approved?
and when a new user registers and it’s waiting to be approved could an email be sent to admin to notify of this?
Thanks.
WebStormUKsays
Thanks for your private email about extensions.
You say notifications are already sent to the user once the account is activated?
Thanks
station8says
First off let me say that this is one of the best files I’ve purchased on these marketplaces. Well commented, logically set-up and easy to edit for the most part. Well done Convergine!
I just wanted to post my solution to the file size upload issue. As it says in the FAQs this issue can usually be solved by editing the php.ini file, however some hosts (mine included – site5.com) require you to have a copy of the php.ini file in every directory with php files, otherwise even though your root directory has the larger settings, the sub-directories will still have the 2mb limit.
Some great scripts to help with this can be found here: http://tips-scripts.com/
There’s a great script for creating a php.ini file, duplicating it and populating the subdirectories and one for deleting them all if need be.
Hope this helps someone.
Again, great file!!
One other issue I ran into:
Setting the upload max is fine for uploading large files, but in order to download them you may have to alter the memory_limit of the php.ini file as well. The default is 32M which I found wasn’t enough for like a 25M file.
Again, hope this helps someone.
dogstarmediasays
Is it possible to upload files via ftp to the folder location on the sever, basically bypassing the admin upload. Then have the user be able to see those files?
I have a program that does an auto publish via ftp to any folder on my server and i want to avoid having to upload them one by one if I can use this feature in the software.
So basically would your file manager be able to recognize that there are new files in the client user folder?
Thanks
You don’t need to upload files one by one, if you’re using javascript you can select files holding down CTRL or SHIFT and they will get in upload queue as many as you need.
If you will upload them into FTP script will not see those files – because file record has to be stored in database.
If you need such functionality on a daily basis – it can be custom developed, you will upload all files which you need into any directory – then you will launch special script in your browser ( or from admin) which will search that directory and upload all new files into database – and this way all these files will be added into file manager.
madpiotrsays
hi,
i am just wondering why you can see file by direct link… i.e http://rxnk.com/scripts/tom/uploads/calendar_64.png
It should not be like this or?
madpiotrsays
Thanks for prompt reply. It seems you convienced me to buy it!
Thanks
Audica1says
Really great coding. Is it possible to require a specific file NAME as well as EXTENSION ?
It can be achieved with script customization. It is not something I can explain in 2 words, but basically you would need to create array of names which you want to allow to upload on the upload page, and then in the code which processes uploads do a check of uploaded file name against your array.
burbingsays
Hi Convergine,
First of all it’s a great job. I was wondering how I can alter the maximum file limit. If it’s the php.ini file you would mention, is there any other way to upload large files with your script? My files are most likely >400MB
Thanks in advance.
Hi burbing,
Thank you for purchasing my script.
To increase file upload limits it’s either php.ini or if you don’t have access to it – .htaccess in the root. These are the only 2 methods which I know. If you will not change your server file limits – you will not be able to upload large files …
111comments