Help With Site

Discussion in 'PHP' started by DemonMaster, Aug 19, 2006.

  1. #1
    I have an image Hosting Site But When Some 1 uploads an image they can c the path of the image i want to hide the real path to the image or mask it like imageshack my site is http://www.pic-hoster.com/
     
    DemonMaster, Aug 19, 2006 IP
  2. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #2
    in short:

    1. create a unique id for each upload
    2. strore the unique id and the actual direct path to the image in 2 separate fields in a database
    3. when the request is made, refer to the unique id instead of the actual direct path
    4. use the id to refer to the actual direct path in the database
    5. retrieve the image using the actual direct path and serve it to the user

    easy? ;)
     
    daboss, Aug 19, 2006 IP
  3. DemonMaster

    DemonMaster Active Member

    Messages:
    397
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    68
    #3
    but i have no idea how i dont know any php or about databases an stuff thats the big prob
     
    DemonMaster, Aug 19, 2006 IP
  4. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #4
    so what are you expecting by starting a thread? some one to code for you for free? ;)
     
    daboss, Aug 19, 2006 IP
  5. DemonMaster

    DemonMaster Active Member

    Messages:
    397
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    68
    #5
    i was just askin a for a lil help didnt know i had to pay for it sorry i asked
     
    DemonMaster, Aug 19, 2006 IP
  6. ip076

    ip076 Peon

    Messages:
    79
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well...I thought I was a noob....no, you don't have to pay for help...but I didn't see a whole lot of work on your end. What you're asking for is basically how to modify your site to do what you want it to do, and you stated you don't have any knowledge about the skills required to do the job. So, really, what you're asking for is someone to do it for you...which is where we get into the money deal...
     
    ip076, Aug 19, 2006 IP
  7. DemonMaster

    DemonMaster Active Member

    Messages:
    397
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    68
    #7
    ok i c what u mean, well guess i gotta find a script that already has what i want
     
    DemonMaster, Aug 19, 2006 IP