Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjpetrarca
    • CommentTimeSep 27th 2007
     
    can anyone help me? i have phpthumb working properly with this code:

    <img src="/images/interface/us/phpthumb/phpThumb.php?src=image.jpg&w=413&h=281&zc=1" alt="{title}" title="{title}" height="281" width="413" / >

    but it doesn't apply any of these filters:

    <img src="/images/interface/us/phpthumb/phpThumb.php?src=image.jpg&w=150&h=150&zc=1&fltr[]=over|album_filter.png|1" / >

    <img src="/images/interface/us/phpthumb/phpThumb.php?src=image.jpg&w=150&h=150&zc=1&fltr[]=wmi|album_filter.png|BL|100" / >

    <img src="/images/interface/us/phpthumb/phpThumb.php?src=image.jpg&w=150&h=150&zc=1&fltr[]=ric|<x>|<y>" / >

    I AM OUT OF OPTIONS!!! please help!!! the thumbnails show up, just with no effects. i've tried clearing out my thumb cache, checked that GD is 2.something, and I'm running php 4.3.something.

    Thanks!!!