At work...

Putrid

Veteran X
I finsished my project up early (deadline not till next wed)

it was PHP scripts that connect users and admin to ftp (limited for users directories but umlimited for admin)

admin can add users to db and create ftp directory for them all in one fell swoop and users can log onto thier own site and upload and stuffs...

worked out pretty cool but now...

I don't have anything to do today.

what would be another cool PHP project?


:bouncy:
 
exogen said:
make an image gallery script that DOESN'T suck.

hmmmmm never made one of those but doesn't sound difficult at all...

which ones do people use and why do they suck, what would make one better than the other?



:bouncy:
 
KellyMonaco said:
plz write me a directory listing script that limits access to specific ips...

which OS and do you want all directories or only specific ones available and do you want some ips to have access to only specific directories or just limit access for naughty ips ?


:bouncy:
 
Putrid said:
which OS and do you want all directories or only specific ones available and do you want some ips to have access to only specific directories or just limit access for naughty ips ?


:bouncy:
unix (linux specifically). I disallow indexing of my images (http://images.tokomak.net), but hate ssh'ing in to do a listing to look a file name up. I've spent time playing with access rules, but there doesn't seem to be a way to do what I want server-side...

A recursive listing script would be most useful... :heart:
 
are these all in one directory or recursive?


do you have ftp capability to the director(y/ies), that I have already written for both single directory access or recursive.


you only want to be able to look up the name of a file or you want to do stuff with it?

and why do you need ip restriction if you are the only one doing look up?


:bouncy:
 
recursive... no ftp (plaintext transmission die plz :heart: )

not really do anything with it, other than link in filename...

ip limiting so one doesn't need any other authentication to use it...
 
well,,, fine then...

pearl would be ok, it would do the job.


I will just go over here and sit in my corner then and eat my lunch.




mmmmmmmmmmmmm spam sammiches...



:bouncy:
 
BadMoFo said:
make a script that finds all directories in the web root of a server.

little miss MoFo sat on his server
typing linux commands today
along came a spider
and wriggled insider
exposing his directories oi vey


:bouncy:
 
Back
Top