| TOTAL: 96 Page: 1 of 5 |
|
MyWebFTP
MyWebFTP is a web based FTP PHP script making a fully-featured online FTP client out of your web browser. MyWebFTP allows you to access your and your clients' FTP servers if you are behind a proxy or a firewall. Also can help you if you are on the go and you are not in your office or home - you can use it from Internet cafe.



| Hits: | 4 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-10-06 |
AutoCharge 2.62
AutoCharge script provides Accounts Online with ability to perform unattended repeat credit card transactions. Running in background mode the script searches Accounts Online database for unpaid subscription invoices and initiates transaction via secure connection using customer credit card data currently on file.


| Hits: | 1 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-09-27 |
The File Transfer System
The File Transfer System is designed to be installed on a web server along with your html files. Using CGI scripts, clients can remotely make file transfers with the server without help from the webmaster.

| Hits: | 1 | Platforms: | Windows |
| Ratings: | Last Updated: | 2008-09-24 |
Zip Extractor 1.0
Zip Extractor is a small (1 file) php script that allows you to extract any zip archive content directly to your remote hosting server.


| Hits: | 36 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2008-06-09 |
FTP Upload via cURL
FTP hosting is often much cheaper than regular web hosting. The upload with an ftp client is for sure the most common way, but could be a problem for people behind a firewall or without enough rights (capabilities) to install a FTP client. For those a upload via a web form is the best solution.

| Hits: | 32 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-11-20 |
PHP Script Tips - Uploading Files to Web Servers
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.

| Hits: | 65 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-03-28 |
Creating a file upload system 1.0
I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver. As you will see it is not so complicated to implement this very usefull script. However it can be dangerous if every visitor can upload files without any restriction. You can easy have a situation that there is no more free space on your server.


| Hits: | 118 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-03-27 |
Working with Directories
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.

| Hits: | 107 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-02-26 |
Creating a file system browser
In this tutorial I will show you how to create a PHP application to display directory content and navigate between them.

| Hits: | 79 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-02-15 |
Creating file online 1.0
In this tutorial I will show you how to create a file on your web server using your browser. We will create a html form which will be store the file during the form processing mechanism.

| Hits: | 58 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-02-13 |
phpexplorator 2.0
phpexplorator is a web interface to remote explore, manage, preview , edit, create, copy, rename, download, upload, zip, unzip ..etc, files, images, and directory in the server site. Integrated with TinyMce, useful for computer programmer and admin.


| Hits: | 254 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-02-09 |
Creating a Multi-File Upload Script in PHP
Frustrated with single-file upload scripts? Looking for an alternate route? Read as Jonathan shows us how easy it really is to setup a multi-file upload script using PHP. As a PHP programmer I had run into a problem where a client needed a form to upload more than one file at a time. So one night I sat down and spent an hour figuring out the best and easiest way to do this. In this tutorial, the for loop is going to be your best.

| Hits: | 78 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-02-09 |
Writing to a File 1.0.0
Copy and paste the following code into your editor and run it (code comments are included). If you want to see the live result, try it here (new window).

| Hits: | 51 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-01-26 |
RTF to HTML converter 1.0.1
RTF to HTML Converter is a PHP based utility which allows you to convert RTF documents into HTML code. The code produced can then be directly output to a web page or saved to a HTML file. The converter can also produce simple HTML from plain text (Plain text to HTML converter).

| Hits: | 59 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-01-17 |
Secure File Upload with PHP
PHP makes uploading files easy. You can upload any type of file to your Web server. But with ease comes danger and you should be careful when allowing file uploads. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will consider how to upload files to some directory on your Web server. We will also discuss security issues concerned with the file uploading.


| Hits: | 124 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-01-17 |
Gzip Compression
This script radically reduces loading time by sending HTML in a compressed format.

| Hits: | 19 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-01-15 |
Simple PHP File Editor 1.0
This script will allow you to edit text based files (html, css, js, php, etc) while they are on your webhost. You choose the file you want to edit and it is then opened into a textarea where you can make your changes.



| Hits: | 45 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2007-01-10 |
PHP AJAX example: asynchronous file upload
Asynchronous file uploads is quote popular feature in modern AJAX web-applications. However standard AJAX classes (XmlHttpRequest) does not have capabilities to process or send files selected with "file dialog" (input type="file"). This article contains example application (trivial file-sharing service, like rapidshare, megaupload or yousendit) which uses embedded frames (IFRAME) to upload file. While file is uploaded to hidden frame, user can still access web-page and fill "file description" fi

| Hits: | 26 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2006-12-10 |
File manipulation (Part-2)
you will learn the 2nd Part of File Manipulation Reading lines from a file, Reading arbitrary amounts of data from a file, Writing to a file, Creating directories, Removing a directory and Opening a directory for reading.

| Hits: | 29 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-12-05 |
File manipulation (Part 1)
File manipulation (Part 1) - Checking file existence, A file or directory, Determining file size, Creating and deleting files and Opening a file for writing, reading, or appending.

| Hits: | 32 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2006-12-05 |