Current location: Hot Scripts Forums » Programming Languages » PHP » Need help with a script


Need help with a script

Reply
  #1 (permalink)  
Old 06-06-03, 10:11 PM
boardpix boardpix is offline
New Member
 
Join Date: Jun 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Need help with a script

Just want to say hey to everyone - I just joined.

I'm looking for a php script (preferably free) in which people can come to the site and register a username. Upon registering, the script creates a directory in a specified area of the site, and that directory is named the user's login name. When the user returns to the site and logs in, he can go to an upload page which will upload files to his/her directory. I've been searching for this script, but perhaps I'm searching in the wrong way. I found THIS SCRIPT but I had problems installing it and I am not 100% sure it is what I am looking for. I am posative these scripts exist, but I have had no luck finding one. If anyone has any experience with that linked script or knows of a script that fits the description I gave above, I'd appreciate it.

-boardpix
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-07-03, 04:09 AM
Damian's Avatar
Damian Damian is offline
Wannabe Coder
 
Join Date: Jun 2003
Posts: 149
Thanks: 0
Thanked 0 Times in 0 Posts
Basically what you need is to integrate a user registration system with a file manager. I suppose this will work to offer free web hosting to your users where they'll upload their website.

I've taken a look at that site you just posted. It seems that it does exactly what you need. However you said you had problems installing it. You could try telling us your problem and we'll see what we can do.

I always promote the DO-YOUR-OWN-SHITE mentality. I was a real nOOb up to 2 months ago, now i consider myself as an intermediate. You learn by experimenting not buy getting ready-made script. Of course, ready-made scripts help the community it so many ways...Example : No Time To Code, Don't Want To Code, Don't know how to code something specific, so you download a script that does what you want, study it and continue your work. But anywayz... It's really not that hard to make that kind of system you want.
__________________
"My occupation now, I suppose, is jail inmate."
- Unibomber Theodore Kaczynski, when asked in court what his current profession was.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 06-07-03, 05:25 AM
Chris Boulton Chris Boulton is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Sydney, Australia
Posts: 208
Thanks: 0
Thanked 0 Times in 0 Posts
You may want to have a look here: http://www.hotscripts.com/PHP/Script...ols/index.html

There are alot of tools avaliable which can offer hosting to your users..

You also may want to check out the Perl/CGI scripts section, i know there are alot more options there..
__________________
Chris Boulton
SurfiOnline!
MyBulletinBoard
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 06-07-03, 07:38 AM
Daniel Bahl's Avatar
Daniel Bahl Daniel Bahl is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Denmark (City: Haslev)
Posts: 114
Thanks: 0
Thanked 0 Times in 0 Posts
__________________
Why don't share your knowledge?!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 06-07-03, 03:09 PM
relledge's Avatar
relledge relledge is offline
Wannabe Coder
 
Join Date: May 2003
Location: Overland Park, KS
Posts: 162
Thanks: 0
Thanked 0 Times in 0 Posts
Make sure that you consider security when choosing which script to use for this. The last thing you want is for your site to become insecure because you're giving people the ability to upload via HTTP.
__________________
EOT

RElledge
www.HotScripts.com
'These Scripts are Hot!'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 06-07-03, 03:12 PM
TheGreatOne's Avatar
TheGreatOne TheGreatOne is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Pc Desk
Posts: 114
Thanks: 0
Thanked 0 Times in 0 Posts
I have seen a mod for invisionboard for this someone on the net. I am sure if you visit http://mods.ibplanet.com/ i am sure you could find it.
__________________
## Like Music ?? ##

~~ http://www.theenergyradio.com ~~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 06-07-03, 08:04 PM
Chris Boulton Chris Boulton is offline
Wannabe Coder
 
Join Date: Jun 2003
Location: Sydney, Australia
Posts: 208
Thanks: 0
Thanked 0 Times in 0 Posts
Another one of my experiences

I started a small free webhosting company a while back as well, except i went a step further and had no banners on users sites, gave them subdomains, as well as ftp, and perl and cgi access.

Little did i know, this was a bad mistake..before long the address was posted on freewebspace.net and i soon had a million signuips..that was ok for a week... before service abusers came along and started uploading illegal files and started to try and hack the server using lame scripting techniques.

So just my little bit, before you consider offering hosting, you should check if its really worth it with all the bad things that could happen.. You should also do this on a dedicated server so you have full control over the server, and can set permissions per linux user so its more secure..

Chris
__________________
Chris Boulton
SurfiOnline!
MyBulletinBoard
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 06-09-03, 12:37 AM
boardpix boardpix is offline
New Member
 
Join Date: Jun 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the input guys. By the way, my site is nothing like what it will be. I basically use it to test things out, but it's nothing near the real deal (if you check it out, disregard everything on the site). I'm not planning on giving users web space for just anything. The users will be able to upload images only, and each person's folder will max out at say 5 mb. What I'm basically doing is setting up an image gallery that is integrated with flash, and it loads folder names and images. About security...I can get a dedicated IP, and I'll try to read more into the scripts about security.

In response to Damian, I know HTML and flash well, but I really don't know how to write php, cgi, etc. I only know how to implement them, and I don't plan on leanring them.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for a good review management script griz_fan Script Requests 10 07-29-07 06:08 AM
Download files from another server using script! benweston Script Requests 5 01-17-06 10:29 AM
PHP script required Mickey Job Offers & Assistance 8 09-07-03 04:00 PM
Question of the Day script? ncasares Script Requests 1 08-28-03 02:12 PM
Talkback script..help pls BC_ PHP 0 06-22-03 07:44 PM


All times are GMT -5. The time now is 11:49 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.