Help with editing this code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
justinram33
Forum Newbie
Posts: 5
Joined: Fri Oct 17, 2008 10:04 pm

Help with editing this code?

Post by justinram33 »

Hello, im trying to make a file server (for my friends and family) and im just wondering how to do a few things.... (mind you, this is for a legal MP3 site! and i plan to delete any illegal music) i downloaded a open source file server online, i have already deleted the pictures for the "delete" "edit/save" and "Rename" pictures, but it seems that they were replaced by "rename" and "d" but the "edit/save" seems to have worked...

anyway, basically what i want to do is the following

1)change the upload limit to 8 megs
2)get ride of the "d" for delete, and "rename" for rename, as for i do not want them deleteing other peoples files

Any Help is Greatly appreciated, if you want to see what mine looks like (i wont give the address to mine, as for security threats) but here
http://www.scriptingblog.com/php-and-my ... ger-v12/50

and here are my files

File Manager: http://ramsey22.webhop.net/Files/file_manager.txt
Config: http://ramsey22.webhop.net/Files/config.txt
Functions: http://ramsey22.webhop.net/Files/functions.txt
Download: http://ramsey22.webhop.net/Files/download.txt
Session: http://ramsey22.webhop.net/Files/session.txt

Much help is GREATLY appreciated!!
(o, and i have been trying to figure this out for the past 4 days, so please don't say 'look for it yourself)
Last edited by justinram33 on Thu Oct 23, 2008 4:53 pm, edited 1 time in total.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Help with editing this code?

Post by alex.barylski »

Way to vague to answer...how this is done exactly will depend on how the system is implemented.

A good start would be to hire a professional PHP developer. ;)
justinram33
Forum Newbie
Posts: 5
Joined: Fri Oct 17, 2008 10:04 pm

Re: Help with editing this code?

Post by justinram33 »

i would, but im 13 you see, and i have no money, and what else do you need? im on a ubuntu box, running apache2 with php5 installed.... lol
Post Reply