Posts: 6,266
Threads: 181
Joined: Sep 2011
http://get-simple.info/extend/plugin/fon...4gsa/1008/
This plugin is missing an htaccess allow file or else the stylesheet won't load.
Once you fix that it works great.
Author, You can also just remove the dummy_function it is not needed.
Posts: 67
Threads: 6
Joined: Feb 2015
Can't tell any difference?????
Posts: 6,266
Threads: 181
Joined: Sep 2011
Yeah cause the style sheet is denied, you will have to copy an allow htaccess file into the folder.
Posts: 67
Threads: 6
Joined: Feb 2015
(2016-02-04, 10:31:36)shawn_a Wrote: Yeah cause the style sheet is denied, you will have to copy an allow htaccess file into the folder.
Placed an htaccess file in the folder with allow. Should it be allow all?
Posts: 67
Threads: 6
Joined: Feb 2015
(2016-02-04, 10:31:36)shawn_a Wrote: Yeah cause the style sheet is denied, you will have to copy an allow htaccess file into the folder.
Works now with "Allow from *.css"
Posts: 6,266
Threads: 181
Joined: Sep 2011
Yeah that good enough, but it doesn't really matter since its the only thing in the folder.
I suppose that is a good idea though if anyone even got a file to drop in one of those folders via traversal exploit.
Posts: 67
Threads: 6
Joined: Feb 2015
2016-02-05, 04:57:18
(This post was last modified: 2016-02-05, 05:00:01 by elubben.)
(2016-02-05, 01:09:41)shawn_a Wrote: Yeah that good enough, but it doesn't really matter since its the only thing in the folder.
I suppose that is a good idea though if anyone even got a file to drop in one of those folders via traversal exploit.
But wouldn't that allow any css file to run? maybe if I change it to the actual name would that be be safer? I did change it and took off the any css asterisk.
Posts: 6,266
Threads: 181
Joined: Sep 2011
yeah you can do that, almost all plugins with css or js files are gonna have allow all
in them
not many people are that specific
Posts: 120
Threads: 22
Joined: Dec 2015
Nice touch of professionalism
Thanks,
jwzumwalt
(\__/)
(='.'=)
(")_(")
Posts: 67
Threads: 6
Joined: Feb 2015
(2016-02-05, 05:17:06)shawn_a Wrote: yeah you can do that, almost all plugins with css or js files are gonna have allow all
in them
not many people are that specific
Thanks Shawn!
Posts: 67
Threads: 6
Joined: Feb 2015