Search results

  1. R

    Password hash

    Can anybody give me some comment about the hash function such as shah1(), md5(), etc Thank you
  2. R

    Upload progress monitor

    Do any body know how to build a PHP script that can monitor the uploading file status? As I saw most of the file hosting web site is using either javaScript or Flash to to this. Any body know how to do it?
  3. R

    hide extension

    Anybidy know how do i hide the PHP script's extension? example : www.domain.com/flash.php?fmt=2 to www.domain.com/flash?fmt=2
  4. R

    Internal Server Error FOR Perl script

    I don't know why my Perl script will return an 500 Internal Server Error for me. This is the header of my Perl script which is the path to PERL #!/usr/bin/perl -w is that correct? In addition, I have assigned 755 permissions to my cgi-bin folder. Any else I should do before to use the Perl...
Top