Has anyone setup a image upload site before?

Discussion in 'General Chat' started by ryan1918, Aug 18, 2007.

Thread Status:
Not open for further replies.
  1. #1
    I have recently set up one, and for some odd reason I am getting an error, I will post it in a bit, It would be great if someone could help me fix it.

    Someone said something about GD might not be installed, I don't know what that is, or how to find out if it is.
     
    ryan1918, Aug 18, 2007 IP
  2. samantha pia

    samantha pia Prominent Member

    Messages:
    4,639
    Likes Received:
    482
    Best Answers:
    0
    Trophy Points:
    310
    #2
    to see the phpinfo you need to make a file.php
    then place this in it
    
    <?
    
    phpinfo();
    
    ?>
    
    Code (markup):
    then navigate to that file on the server, it will list all php config on the server.
     
    samantha pia, Aug 18, 2007 IP
  3. Scriptona

    Scriptona Notable Member

    Messages:
    4,957
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    280
    #3
    looooooooooooool, first time i know that you are a webmaster :D I just thought you come to chat :D

    @ thread op - it depends on the script you are using - you will need GD installed to generate thumbnails

    check with your host to tell them install it on the server - although GD comes as a standard with hosting
     
    Scriptona, Aug 18, 2007 IP
  4. AlTeC

    AlTeC Banned

    Messages:
    289
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    GD Library is a module which need to be installed in a server to run such script which requires to generate thumbnails etc. Therefore, now a days almost all the well known web hosting company has this installed in them unless they disallow image galleries due to CPU load. So, check with your hosting company provider or buy one hosting with GD supported and then it will get to work. Otherway, if you own your dedicated server then you need to install this GD Library module yourself.

    If you need more help then I can help you for free, send me PM.
     
    AlTeC, Aug 18, 2007 IP
  5. samantha pia

    samantha pia Prominent Member

    Messages:
    4,639
    Likes Received:
    482
    Best Answers:
    0
    Trophy Points:
    310
    #5
    ah well nothing beats keeping guys guessing about your abilities, and yes i come here to chat too. i own 11 sites, so i would need to know something about howto's :p
     
    samantha pia, Aug 18, 2007 IP
  6. Spider Man

    Spider Man Guest

    Messages:
    2,109
    Likes Received:
    91
    Best Answers:
    0
    Trophy Points:
    0
    #6
    pm me ... i will help u in installing it .. ;)
     
    Spider Man, Aug 19, 2007 IP
  7. ryan1918

    ryan1918 Active Member

    Messages:
    668
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Well I run my own dedicated server, I tried phpinfo and didn't see it in there, anyways I'm going to see if I can find how to install it, or message you for help.
     
    ryan1918, Aug 19, 2007 IP
Thread Status:
Not open for further replies.