PhP-c0DeR Posted December 9, 2009 Share Posted December 9, 2009 i was looking for php file manager to my server but i didn't found one... someone can give me one please? thanks a lot and sorry... sorry abot my english. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/ Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 i could not able to get you. can u explain the term file manager. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973957 Share on other sites More sharing options...
rajivgonsalves Posted December 9, 2009 Share Posted December 9, 2009 did you google it http://www.solitude.dk/filethingie/download Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973958 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 did you google it http://www.solitude.dk/filethingie/download i did and i found some php scripts but they didn't work i dont why Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973960 Share on other sites More sharing options...
rajivgonsalves Posted December 9, 2009 Share Posted December 9, 2009 you will have to install the file manager on what type of server are you trying to install it ? Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973963 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 check this out http://phpfm.sourceforge.net/ if u want an ftp solution then check for ft2 or filethingie(http://www.solitude.dk/filethingie/) or else use this one http://www.blueshoes.org/en/applications/filemanager/ Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973966 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 they are not working :'( http://www.solitude.dk/filethingie/ - i downloaded it and everything is good but it's not working... he give me an error that the password and the user are wrong but they are not... wird... and i and i do what they said but i still have errors... *sorry about the english XD* Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973968 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 open the php file and change these values define("USERNAME", "root"); // Your default username. define("PASSWORD", "root@123") // Your default password. mostly at the 27 and 28 line Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973970 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 yes exactly... that's is what i did, but it's still saying that it's not the password or user... "Invalid username or password" the 123 in ("PASSWORD", "root@123") use to be an database or something? Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973971 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 try with this code, copy the user name and password from here, as well u need to create one folder called as upload, to run this script i have attached here [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973982 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 ym_chaitu i was changed something in the file and then it's worked... thanks a lot, but now i have other problem, i cant see other types of files. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973990 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 as of such i didnt gave any restrictions to file types, can u tell me which file types u are not able to see and have u kep any files in the upload folder. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973993 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 only the blacklisted file types will not be allowed to get uplaoded.. php phtml php3 php4 php5 these extensions are not allowed.. if u want u can change that in here $ft["settings"]["FILETYPEBLACKLIST"] = "php phtml php3 php4 php5"; // File types that are not allowed for upload. and also for a specific file u can change this also $ft["settings"]["FILEBLACKLIST"] = "ft2.php filethingie.js ft.css ft_config.php index.php"; // Specific files that will not be shown. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973994 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 oh... ym_chaitu thank you very much Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973995 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 Is it working?? Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973996 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 :-\ i can upload php files but i can not see them in the file manager... maybe it's in the script, i will check it. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973997 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 what is the name of the file u have uploaded. Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973998 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 have u checked in the folder.. or else use the search option the filethingie Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-973999 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 i have uploaded lala.php but i cant see him. and i typed in the search and he didn't found too... i have files .php in the server but i cant see them... sucks :'( Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-974002 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 can i access the server or else can u try checking manually in the folder where u have uploaded Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-974004 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 no you didn't understand me right... the server is my computer, and i can see in my explorer on windows that i have files that i created in php... but throw the file manager i cant see it. i wanted the file manager just when i'm in friend house or something to upload files or edit them... Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-974005 Share on other sites More sharing options...
Deoctor Posted December 9, 2009 Share Posted December 9, 2009 i could not able to get the point i have been using the same verision which i have uploaded it and it is working fine for me.. can u come on skype my id is chaitanya09986025424 Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-974006 Share on other sites More sharing options...
PhP-c0DeR Posted December 9, 2009 Author Share Posted December 9, 2009 ok Link to comment https://forums.phpfreaks.com/topic/184502-help-with-file-manager/#findComment-974007 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.