Main > Free Download Search >

Free unzipping files script

unzipping files

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3706
Show Zip Files 1.0

Show Zip Files 1.0


A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file more>> A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file containing this script.<<less
Added: 2004-05-19 License: Freeware Price: 0.00
16 downloads
 
Other version of Show Zip Files
Show Zip Filesfiles available for download on your website. It can serve as the basis for a self updating photo ... To make a zip file available for download, simply upload it to the same directory as the php file
License:Freeware
Download
1996 downloads
Added: 2004-05-19
PHP-iGrep File Search 1

PHP-iGrep File Search 1


This admin script let you search all files and directories under given path recursively for a case-insensitive string. Default path is script location. more>> This admin script let you search all files and directories under given path recursively for a case-insensitive string. Default path is script location.<<less
Added: 2009-04-22 License: Freeware Price: $0.00USD
12 downloads
Counting lines in text files

Counting lines in text files


In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method. more>> In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.<<less
Added: 2007-03-28 License: Freeware Price: Free
945 downloads
Uploading Image Files with PHP

Uploading Image Files with PHP


This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All cod more>> This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided.<<less
Added: 2007-06-11 License: PHP License Price: FreeAdditionalInfoFreearticlesolongasthepropersourceAllSyntax.comisreferenced.
564 downloads
Checking Files Exists 1

Checking Files Exists 1


If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now. more>> If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now.<<less
Added: 2004-01-24 License: Freeware Price: $0.00USD
11 downloads
Playing WAV files using Java

Playing WAV files using Java


There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of mai more>> There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of main program). It is possible to use it in console or GUI Java programs for playing user notification sounds. There is also trivial RSS-feed checker, which plays various sounds on rss-feed update.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
1100 downloads
PHP include file tutorial 1.0

PHP include file tutorial 1.0


In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code. more>> In this tutorial I will show you how to divide your code into more files and how to include various files into your actual PHP code.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
11 downloads
 
Other version of PHP include file tutorial
PHP include file tutorialIn this tutorial I will show you how to divide your code into more files . In this tutorial I will show you how to divide your code into more files
License:Freeware
Download
856 downloads
Added: 2007-07-06
Online File Browser 0.1.4

Online File Browser 0.1.4


Online file browser is a web application which facilitates management and sharing of server files. Features: * browsing file hierarchy, * files upload, * creation of directories, * creation of thumbnails for graphical files, * more>> Online file browser is a web application which facilitates management and sharing of server files. Features: * browsing file hierarchy, * files upload, * creation of directories, * creation of thumbnails for graphical files, * modification of text files, * creation of text files, * deletion of files and directories, * renaming of files and directories, * two modes (list, icons) of displaying content are supported, * includes basic authentication system.<<less
Added: 2006-04-17 License: Other Price: $0.00USD
14 downloads
Creating Word Files Online

Creating Word Files Online


ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what t more>> ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document.<<less
Added: 2006-10-05 License: Freeware Price: Free
1122 downloads
Listing All Files in A Folder 1

Listing All Files in A Folder 1


You may use this small asp script to display all files in a folder. First we are creating a copy of File System Object. The following example illustrates how to display the files in same folder. more>> You may use this small asp script to display all files in a folder. First we are creating a copy of File System Object. The following example illustrates how to display the files in same folder.<<less
Added: 2004-02-12 License: Freeware Price: $0.00USD
11 downloads
Writing Form Data to Text Files

Writing Form Data to Text Files


This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application. more>> This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.<<less
Added: 2006-03-21 License: Freeware Price: $0.00USD
13 downloads
Creating Excel Files Online

Creating Excel Files Online


ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what t more>> ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document. .<<less
Added: 2006-10-05 License: Freeware Price: Free
1126 downloads
Comparing two JVM cacert files 1

Comparing two JVM cacert files 1


This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, more>> This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, along with there alias, entry, owner and valid dates is supplied at the URL.<<less
Added: 2006-05-23 License: Freeware Price: $0.00USD
12 downloads
Simple Form Mailer

Simple Form Mailer


This simple and generic form mailer allows for Name, E-Mail, and Message. All you do is download, unzip, replace email address in contactconfig.php file... and upload. Thats it. more>> This simple and generic form mailer allows for Name, E-Mail, and Message. All you do is download, unzip, replace email address in contactconfig.php file... and upload. Thats it.<<less
Added: 2004-12-14 License: Not Specified Price: Free
1818 downloads
Creating files online in PHP

Creating files online in PHP


In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if youre new to PHP but have a knowl more>> In this tutorials, we start how to create files using PHP. Before starting test sample script, double check directory access permisisons for writing. First of all, if youre new to PHP but have a knowledge on other scripting languages like ASP, PHP is a comple language which has function to access file system. This means that PHP includes all libraries and functions to manage file system.<<less
Added: 2007-03-28 License: Freeware Price: Free
948 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5