Archiv

Artikel Tagged ‘php’

Override the sizelimit in php options.ini

9. Dezember 2009 Rally Vincent Keine Kommentare

7268526-600

Insert the following lines into your .htaccess file. In this case we raise the limit up to 20 Megabytes.

php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
KategorienMiscellaneous Tags: ,

PhotoStack Template

18. November 2009 Rally Vincent Keine Kommentare

ScreenShot 149 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox

ScreenShot 148 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox

Bianca Series – New Project File

18. November 2009 Rally Vincent Keine Kommentare

ScreenShot 150 Bianca Series » localhost - Mozilla Firefox

Only one File. Images embeded with base64. Including Javascript, Stylesheet, Images and Favicon.

background: url("data:image/jpg;base64,<base64code>");
href="data:image/jpg;base64,<base64code>"

If you are looking fo an Base64 Encoder/Decoder visit Base64Online at Motobit.