Jump to content

BK87

Members
  • Posts

    147
  • Joined

  • Last visited

Posts posted by BK87

  1. Hi,

    I like the site, there dosent seem to be any major problems. The only thing I would maybe do is have a way of seeing what you have uploaded. You could show all images uploaded by IP. So for example when I upload the image it logs my IP. Then on the homepage it shows all images uploaded on that IP. Its isnt the best methos but probably the easiest!

     

    If you didnt want to do that you could make a simple login section for regular users?

     

    I will look into that, perhaps using cookies to track peoples uploads.  Better than a constantly changing IP address.

  2. A few things i've noticed

     

    Error Page

    No [back] link. Unless a user navigates backwards they are stuck.

    This is a bad idea

     

    Some errors reference error.html which is working

    however some, such as file not found reference error.php which does not exist.

     

    Resize to

    Im not sure if this is an issue, but

    if i upload say a 100x100 image and tell it to resize to 640x480 as an example then no error message is displayed.

    possibly a

    "The resize scale you have chosen is larger than the image, no resize will occur

    [continue upload] [cancel]"

     

    message will work well?

     

    Edit: Uh oh: After using it it seems to be broken, did i break it?

     

    Thanks for feed back, and when you posted your response server was being moved from one cabinet to another, there was a 15min downtime unfortunately. 

     

    1. user can click the"logo" go navigate backwards.

    2. I don't see a point in that really, if you to get image dimentions you need to upload the file anyway so why upload it twice? if the image is smaller than resize value the don't resize.

     

    Thanks =)

  3. 5TbjD.png

    ....nanoIMG.com

     

    --time to create 12 days with full debug, and email upload support.

    --runs on mysql for db, php5, IM =P

     

    let me know if you like it, and if you do, use it. my goal is to generate about 3tb of traffic by end of this year.  have fun!

  4. I'm stuck. I'm trying to add a "counter" system for downloads, say the url is "http://www.domain.com/file.exe" .

     

    Now what I need is htaccess to pick up the url and run a php script, and after php is ran go back to actual file and start downloading.

     

    The way I have it now, is htaccess picks up the url, runs the php script and reads the file with php as octec-stream.  I don't want php reading files each time a user downloads one.

     

    Any one have any suggestions?

  5. I just tried your from it works fine here.. try it out...

     

    <?          
    if($_POST["san"]){           
    echo "You selected ".$_POST["san"];
    }
    ?>
    <form id="form1" name="form1" method="post" action="">
      <label>search
      <input type="text" name="search" id="search" />
    <select name="san">
       <option value="main">main site</option>
      <option value="sister">sister site</option>
    <option value="other">other site</option>
    </select>
    </form>
    </body>
    

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.