PHP Classes

File: includes/conf.inc

Recommend this page to a friend!
  Classes of Kemal GENIS   PHP Video Downloader Script   includes/conf.inc   Download  
File: includes/conf.inc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Video Downloader Script
Discover and download a video using its page URL
Author: By
Last change:
Date: 5 years ago
Size: 288 bytes
 

Contents

Class file image Download
<?php # PHP Error loglar? yeniden konumland?r?l?yor. ini_set('log_errors', 'On'); ini_set('error_log', './php.log'); define("DOWNLOAD_DIR", "files/"); define("DOWNLOAD_COUNTER", 5); define("DOWNLOAD_FILE_MIN_SIZE", 2048); define("DB_TYPE", "SQLITE"); define("DB_NAME", "database");