FileManager plugin (Quixplorer)

Download plugins, language packs and stuff.

FileManager plugin (Quixplorer)

Postby FI-DD » Sat Dec 24, 2005 6:38 pm

With this file manager you can upload/download, move/copy, create/delete, edit, chmod... files and folders through your CuteNews.RU admin panel.



Installation:

    - Open quixplorer/.config/conf.php and change $GLOBALS["home_dir"] and $GLOBALS["home_url"] to your needs (if necessary).

    - Copy quixplorer.php and the quixplorer folder to your cutenews/plugins directory.

    - Activate the plugin through the admin panel.


Attention:

The file manager is shown in an iframe. (That was the easiest way for me to get it working - I don't know how to handle the headers from the script.)

If you navigate to the Quixplorer folder in a browser it will be accessible. (ie, URL http://domain-name/path/to/plugins/quixplorer/)



You must activate login for quixplorer in the config file (/quixplorer/.config/conf.php) to prevent this.
Attachments
quixplorer.zip
FileManager (Quixplorer)
(91.63 KiB) Downloaded 1192 times
Last edited by FI-DD on Sun Dec 25, 2005 11:01 pm, edited 1 time in total.
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby SwiZZeR » Sat Dec 24, 2005 8:25 pm

Total Commander rulezzz!
SwiZZeR
Moderator
 
Posts: 71
Joined: Mon Oct 24, 2005 9:15 am

Postby sunburst » Sun Dec 25, 2005 3:01 am

Hey! your a wonderful guy! thanks, that really made my Xmas! :)



P.S. Before downloading this script, i created mine as an iframe as well but the problem was that if someone navigates to the quixplorer folder they have access to it as it was fully integrated into CuteRU to prevent this. So thanks for creating it as a plugin.
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

Postby sunburst » Sun Dec 25, 2005 3:22 am

ATTENTION:



If you navigate to the Quixplorer folder in a browser it will be accessible. (ie, URL http://domain-name/path/to/plugins/quixplorer/)



You must activate login for quixplorer in the config file (/quixplorer/.config/config.php) to prevent this.
sunburst
 
Posts: 75
Joined: Thu Sep 29, 2005 5:57 pm
Location: UK

It is realy nice and powerful, but two suggestions:

Postby afxback » Mon Dec 26, 2005 3:15 pm

Thank you for your nice work,helping people by making these good new plugins and the powerful CutenewsRu.

This plugin is realy nice and powerful, but could you manage it so that be integrated within the script as accessable by all users(admin,editors,journalists) with possiblity to creat unique folder for each user or fix it to each user's unique image folder in a way that accept all files including image files etc. and BE LIMITABLE -for some sort of files or the size and space-to users except admins?

Thank you.
afxback
 
Posts: 134
Joined: Fri Nov 11, 2005 4:59 pm

Postby scottdallas » Mon Jun 12, 2006 7:23 pm

This thing is so cool. I have it preloaded in every cutenews.ru installation just in case. Complete web design and news management control all from cutenews! Yeah! I fixed it so it would take me to the root directory of the FTP so I could do all my work from the browser now. Anyways.. I just found it interesting to note that I'm working on someones site (which won't need quixplorer at all I was just experimenting with it anyway) and they are using Yahoo!'s hosting. Apparently quixplorer doesn't work with Yahoo! hosting.. so.. all I got to say about that is.. don't use Yahoo! hosting.. It's the worst set up I've seen anyways. Took me forever just to figure out how to log in their FTP... and that should be the easiest part! But when I activate the plugin, it just creates a big hole where Quixplorer SHOULD be. GoDaddy presents me no problems with it though :)
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby zumbuluk » Thu Jun 22, 2006 1:36 am

OK, how come I can't set any other folder as a home_dir other than ../quixplorer?The url is to long this way if I want to use it via my TinyMCE imagebrowser

More importantly, where do I change the username and password if I want to prevent users? I've set the login to true, but it won't accept my cuteru password... :cry:
zumbuluk
 
Posts: 43
Joined: Mon Sep 26, 2005 12:54 am

Postby FI-DD » Thu Jun 22, 2006 8:55 am

The login details seem to be in quixplorer/.config/.htusers.php:

Code: Select all
<?php $GLOBALS["users"]=array(

   array("admin","9628d0d187029e6337baa86780b2abb6",".","http://localhost",1,"",7,1),

); ?>




Use this converter to create your own md5-pass and repclace the old pass in the code above with your new pass.
User avatar
FI-DD
Admin
 
Posts: 2971
Joined: Thu Sep 22, 2005 11:27 am
Location: Germany

Postby scottdallas » Thu Jul 06, 2006 9:03 am

:shock: I just found a hole in quixplorer.. well quixplorer works fine but it lets you have access via ftp to things you may not be supposed to get to server side. I got to the root directory of my providers linux system. I know I'm not supposed to be able to get in there. I put home_dir = something like ../../../../../../../../ and it took me back far enough to see the whole system.
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby D72 » Wed Jul 18, 2007 11:40 am

I tried to figure out how to disable some file extensions, but with no luck.
Is there a way to add the .php extension in this code:
Code: Select all
$GLOBALS["no_access"] = "^\.ht";

So the user won't e able to screw up the site layout? :roll:
User avatar
D72
 
Posts: 336
Joined: Thu Feb 22, 2007 12:05 am
Location: NL

MD5 Online

Postby ^^Johnny5 » Mon Aug 27, 2007 9:16 am

FI-DD wrote:The login details seem to be in quixplorer/.config/.htusers.php:

Code: Select all
<?php $GLOBALS["users"]=array(

   array("admin","9628d0d187029e6337baa86780b2abb6",".","http://localhost",1,"",7,1),

); ?>




Use this converter to create your own md5-pass and repclace the old pass in the code above with your new pass.


See http://people.eku.edu/styere/Encrypt/JS-MD5.html
^^Johnny5
 
Posts: 1
Joined: Mon Aug 27, 2007 9:02 am

Postby Heya Im Me » Tue Aug 28, 2007 11:05 pm

Does anyone know why I am unable to upload anything? The upload icon seems to be disabled but I'm logged in as admin.
Heya Im Me
 
Posts: 189
Joined: Wed Feb 01, 2006 4:06 am

Postby scottdallas » Wed Aug 29, 2007 4:36 am

but I'm logged in as admin.


I don't think quixplorer cares if you're logged into cutenews.ru cause it wasn't designed for it.. it's just in an iframe.. I don't know why you're having upload trouble.. I'd assume path problems.. That's always how I fixed it when I had trouble with it.
Everyday I'm tumblin http://scodal.tumblr.com
User avatar
scottdallas
 
Posts: 2209
Joined: Thu May 04, 2006 6:46 pm
Location: US

Postby Heya Im Me » Thu Aug 30, 2007 10:33 pm

Path problems in what way? I mean I can see all of the files on my server and even browse through all the folders but for some reason that upload image is disabled and I can't click on it.
Heya Im Me
 
Posts: 189
Joined: Wed Feb 01, 2006 4:06 am


Return to Additional Downloads



Who is online

Users browsing this forum: No registered users and 0 guests

cron