I've been trying to write a custom class / function so that I can access and display the files in modules/photos/files/data/xx.jpg and contents of similar Dolphin modules files. Unfortunately, the .htacces files in these folders are setup to block displays like this. I suck at .htaccess and don't want to remove the .htaccess files because I still want to prevent hotlinking.
I know which database tables I need to query and I'm fairly decent at PHP, but I'm at a loss as to how to workaround the .htaccess
Does any know how to access these files for display, either using using the Native Dolphin class that calls these?
I'm trying to integrate a widget (not a mod) in a few of my Dolphin pages using Deanos Tools (PHP Blocks). Well, when I try to create a custom function or class
BTW, I'm developing and integrating "widgets", not developing mods. Any help would be greatly appreciated....looking for the fastest and least cumbersome route to get this accomplished.