[web2py:35990] bad image and word Validator

2009-11-25 Thread emmanu simo
Am powered a classified site using web2py. I need help for python programmers I'll like to write a validator to detect porn image or bad word, is'it some module or project write in python for this problem ??? --~--~-~--~~~---~--~~ You received this message because

[web2py:36199] invalid request/controller handle

2009-11-30 Thread emmanu simo
If a user put a bad Url , I have an INVALID REQUEST/CONTROLLER I want to automaticly redirect that request to a home page or a last page done. how can I do it ? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email t

[web2py:36255] Re: invalid request/controller handle

2009-12-01 Thread emmanu simo
> >> On Mon, Nov 30, 2009 at 3:18 PM, mdipierro wrote: > > >>> Read the file routes.example.py > > >>> You can do what you need by renaming this file route.py and > >>> customizing routes_onerror. > > >>> Massimo > > >>>