PDA

View Full Version : MY File Manager!



YUPAPA
July 11th, 2001, 14:18
http://www.yupapa.com/cgi-bin/manager.cgi

Some problems there... you can't create directory, rename files and make directories.
I am still solving the problem

YUPAPA
July 11th, 2001, 14:29
I solved the problem!
You can make directory now!!! :)

YUPAPA
July 11th, 2001, 14:30
I solved another problem!
You can remove directory now! :)

MaGiCSuN
July 11th, 2001, 14:31
congrats...........

Coolin
July 11th, 2001, 14:49
This looks suspiciously like the file manager SureCity used. I forget the name of the script though.

gyrbo
July 11th, 2001, 15:15
Could you change the bgcolor to white?

Bruce
July 11th, 2001, 15:16
I got a question... Why did it say "your current directory is http://www.yupapa.com/Gayowulf" when I click the link? :confused:

gyrbo
July 11th, 2001, 15:28
Originally posted by YUPAPA
http://www.yupapa.com/cgi-bin/manager.cgi

Some problems there... you can't create directory, rename files and make directories.
I am still solving the problem
Aren't those the same?

atlas
July 11th, 2001, 17:42
Why don't you put some authentication on that?

YUPAPA
July 11th, 2001, 18:05
Working on it!
Somebody wants to delete everything!
But I am smart because I disable CGI! :)

niv
July 11th, 2001, 18:08
Originally posted by YUPAPA
Working on it!
Somebody wants to delete everything!
But I am smart because I disable CGI! :)


what did you do, chmod the directory 744? :D

YUPAPA
July 11th, 2001, 18:10
No!
He made format.cgi

=============
#!/usr/bin/perl
unlink (*);
=============

But he can't run PERL :D

coolguy23
July 11th, 2001, 18:14
how do you format with perl?

niv
July 11th, 2001, 18:17
maybe run an rm command ? :D

rm -rf . :D

YUPAPA
July 11th, 2001, 18:25
Hey NeedCGISpace or anyone,

do you know how to display the permission of the file?
for example, to display the permission of index.htm (-rw-r-r-), what the the code in Perl?

YUPAPA
July 13th, 2001, 14:49
Ha!
I solved another problem!
You can rename files now!