Jump to content

chetanmadaan

New Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

chetanmadaan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am using a simple PHP script to download downloads and then offer a zip file. As soon as the zip is parsed through the PHP... unique hash of zip changes and it can't be extract using the unzip function PHP. although, it works fine with windows to extract it... but the hash changes. I am using the following headers... Anything i can do to fix this. header("Content-type: application/zip"); header("Content-Disposition: attachment; filename=\"".$file."\""); header("Content-Length: ".filesize($filepath.$file)); ob_end_flush(); $filepath and $file containts the physical path of the file. Any tips? Thank you,
  2. Hi - we have been using google code to host our open source projects till now and they get a lot of downloads too.. Google code is going to stop offering downloads starting Jan 2014 and we want an alternate. We have enough bandwidth to host the download our self... but just need some help finding out the right too. the most important thing is that we need to offer direct downloads to our zip files... most of the scripts we find online are really in a manner that the download has to be router through php. is there a script of function out there that can do this job for us?
  3. I have seen forums highlight what we searched on google to get to their site. is there a script that would allow me do the same???
  4. i didn't understand that... can you tell me in detial... like before which line???
  5. Hi, I have a photo web based gallery plogger.org open source... i just installed it and the problem i am having is it doesn't show up any title of the page... as i have worked and made a title for the home page but i need to make a titles for the gallery pages as well.. <?php echo $name; ?> this is used to display the name of the gallery and i want the name to appear as the title of the page it is displayed... so when i am using <title><?php echo $name; ?></title> it is not showing up anything... please help with me what to put in????
×
×
  • 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.