KYarb Posted March 9, 2009 Share Posted March 9, 2009 Hello all First time poster, as is obvious. It's been awhile since I've coded anything, and I'm sad to say that I just don't have the ability I once did. So, I come to the experts for help! What I'm looking to do is create a full system really, I thought about piecing together different scripts but it seems easier to create from scratch. I need a script that will allow these things: * Upload / Download Files * Store data in MySQL * User login / profile * Download statistics (How many times a file has been downloaded, etc) * Upload statistics (On user pages, list of files they've uploaded) * Administration Panel and full logging ability (ip, mainly) * Ability for users to delete their own uploads * Unlimited category/subcategory structure * Search (although this could be easily handled with a MySQL DB search script) On top of all that, I need to be able to integrate it easily into a current design. So, if you'd like to point me in the direction of some help, or if you know of a script that does all that and more that's free or reasonably priced, please advise! Thanks in advance, Ken Quote Link to comment https://forums.phpfreaks.com/topic/148677-detailed-downloaduser-manager-script/ Share on other sites More sharing options...
jjacquay712 Posted March 10, 2009 Share Posted March 10, 2009 I suggest you re-learn PHP and MySQL. Quote Link to comment https://forums.phpfreaks.com/topic/148677-detailed-downloaduser-manager-script/#findComment-780807 Share on other sites More sharing options...
redarrow Posted March 10, 2009 Share Posted March 10, 2009 Got to agree other user sorry. There a freelance forum on here, you should post there, some users will do this for fun. or charge a res able price. Quote Link to comment https://forums.phpfreaks.com/topic/148677-detailed-downloaduser-manager-script/#findComment-780811 Share on other sites More sharing options...
KYarb Posted March 10, 2009 Author Share Posted March 10, 2009 I suggest you re-learn PHP and MySQL. I've got no problems with that, but I was hoping for some pointers in the right direction. Some good, solid session tutorials as well as file manipulation. Got to agree other user sorry. There a freelance forum on here, you should post there, some users will do this for fun. or charge a res able price. I may have to hire a freelancer, who knows. Quote Link to comment https://forums.phpfreaks.com/topic/148677-detailed-downloaduser-manager-script/#findComment-780834 Share on other sites More sharing options...
Philip Posted March 10, 2009 Share Posted March 10, 2009 I'd imagine this fits your needs: http://www.rwscripts.com/ Quote Link to comment https://forums.phpfreaks.com/topic/148677-detailed-downloaduser-manager-script/#findComment-780843 Share on other sites More sharing options...
KYarb Posted March 10, 2009 Author Share Posted March 10, 2009 I'd imagine this fits your needs: http://www.rwscripts.com/ Tried it last night, and again just now. Gives a permission denied error at the license agreement (fopen) and again on the configuration (mkdir). I'm using a host I've never used before, on recommendation. I've noticed a lot of things don't work the way they should. The host is running PHP4, with PHP5 available.. but RWD says it has support for both. After switching to PHP5 default, it gives the same error. Maybe I should just cut my losses and get a new host while I'm at it! Quote Link to comment https://forums.phpfreaks.com/topic/148677-detailed-downloaduser-manager-script/#findComment-780855 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.