48.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-14-2015, 07:55 AM
Post: #1
[FIXED] Selfy 3.1 php.ini converted to htaccess
I have converted the php.ini file of Selfie script in htaccess and it works.
for those who can not use php.ini


Open the .htaccess file, and add it.
php_value post_max_size 2G
php_value upload_max_filesize 2G
php_value max_execution_time 60000
php_value variables_order GPCS
php_value request_order GP
php_value register_argc_argv off
php_value auto_globals_jit on
#php_value auto_prepend_file
#php_value auto_append_file
php_value default_mimetype "text/html"
php_value default_socket_timeout 60
php_flag allow_url_fopen on
php_flag allow_url_include on
php_value date.timezone "Europe/Berlin"
php_value max_file_uploads 40
php_value file_uploads on
php_value enable_dl off
11-16-2015, 11:08 PM
Post: #2
RE: [FIXED] Selfy 3.1 php.ini converted to htaccess
that cool bro




46.gif