Added new features:
- You can now use the written text as a mask on an image.
- You can now use a tag My text. This tag will be altered by the filter module. There are 4 options corresponding to the 4 modes.
- You can now run textimage in 4 modes:
* Disabled: Textimage doesn't do anything when a tag is used.
* Normal mode: As is in the current release. Tag is rewritten to Only local images are allowed. * Secure mode: A hash of the text conctenated with a password is attached to the filename. When a request for a textimage image is made, the hash prefix is verified. This way DoS attacks can be prevented.
* Dynamic Image Replacement mode: Works a bit like SIFR but with images instead of flash files. You can specify in the admin which tags get replaced by which presets.

In general...
I have added a bit more comment to the code.

CommentFileSizeAuthor
textimage.module_0.patch68.11 KBdavyvdb

Comments

fm’s picture

Where'd the rest of the original post go? Seems incomplete.

deciphered’s picture

Assigned: davyvdb » deciphered
Status: Reviewed & tested by the community » Active

Firstly, this is not a patch, and certainly isn't RTBC.
Secondly, that functionality sounds fantastic, will look into it and see what can be done.

deciphered’s picture

Status: Active » Postponed

Some of this functionality will be implemented after 2.1 has been released.

deciphered’s picture

Title: Text masks + Dynamic Image Replacement + Secure mode (anti DoS attacks) » Text masks

Postponed till after 2.2.

Initial work has been done, but requires some modifications to the core of the module before I'll be happy with it.

Cheers,
Deciphered.

wundo’s picture

Status: Postponed » Closed (works as designed)