my head ache is am using joomla , am using a component called jdownload.............am having it had to figure out how to block it
ENCOURAGEMENT
Just get a list of the mobile user agents you would like to access your content then use client side code to check against this list asynchronously when the page is loaded and then disable or enable the links accordingly.
If the browser doesn't support asynchronous requests, use cgi to send a splash screen page with a timeout that gathers the browsers info, then when it reloads (coz of the timeout) it sends the main page to the client with the links disabled or enabled based on the info gathered by the splash page. (Remember to use session variables to maintain state!)
Remember client side detection is harder to defeat than server side browser detection.
DISCOURAGEMENT
Bak Kioko's point, its very dificult to enforce restrictions on applications whose code is visible or open. Hardcore users will always find a counter measure.
Any measures you apply will only TRY to discourage unauthorised functions from being accessed/executed.
Jus unleash the web application and hope the Hardcore have something better to do.
Cheers Msee!
_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
Other services @ http://my.co.ke
Other lists
-------------
Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce
Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science
kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general