I noticed on my website stats that a person is trying to access some templates files on a 7.1 site..
templates/base/common.css
/templates/tmpl_uni/css/common.css
Does this mean they are trying to copy my files?
I noticed on my website stats that a person is trying to access some templates files on a 7.1 site.. templates/base/common.css /templates/tmpl_uni/css/common.css Does this mean they are trying to copy my files? ManOfTeal.COM a Proud UNA site, six years running strong! |
It does seem to be a bit strange why you would see someone accessing those particular files.
Might be HL since he did make that post saying it was easy to 'copy' them in 7.1.. HAHA. I am just joking Nothing to see here |
LMAO, he was my first thought as well.. Fort Worth, Texas, United States 19 mins 45 secs No matter.. if whom ever it is trying to pull my template, there is not one. ManOfTeal.COM a Proud UNA site, six years running strong! |
LMAO, he was my first thought as well.. Fort Worth, Texas, United States 19 mins 45 secs No matter.. if whom ever it is trying to pull my template, there is not one. HAHA too funny. Hmmm Fort Worth, TX huh? Nothing to see here |
Not using a template, using something written into the header [this overrides all default template settings, UNI and ALT unless you make new files for each template.] How to make your 7.1 site have a background, and the top menus have opacity. your going to add this to your /templates/_header.html at the end.. Please change the image link to yours and your good to go. <style>body{background: url("http://www.yoursite/photos/bkg1.jpg") Top Center no-repeat;background-attachment:fixed; background-color:#ffffff;} Experiment with each setting.. opacity and other settings. Clean your cache and you should be good.... Have fun! ManOfTeal.COM a Proud UNA site, six years running strong! |
RE: I noticed on my website stats that a person is trying to access some templates files on a 7.1 site.. templates/base/common.css /templates/tmpl_uni/css/common.css Does this mean they are trying to copy my files? Imagine that. A browser pulling a css file. I wonder why a web browser would want to do that. Next you'll tell us that some web browser is trying to access top_menu.css I wouldn't worry about this unless they try to access index.php Put this line at the bottom of your .htacess file, and it'll stop all these hackers deny from all Now, if you all will excuse me, I have some common.css files to go rip off. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I could care less who accesses what. I didn't specifically ask for your help but since you chimed in as usual.. this is the first time any css access has been shown on my stats.
ManOfTeal.COM a Proud UNA site, six years running strong! |
RE: * I could care less who accesses what. ** I didn't specifically ask for your help but since you chimed in as usual.. * Apparently you DO care since you created this thread..... or were you just bored? ** I wasn't offering any, but since I was mentioned here, I felt obliged to grace this thread with my presence. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
or were you just bored?
Big TIME ManOfTeal.COM a Proud UNA site, six years running strong! |
" Put this line at the bottom of your .htacess file, and it'll stop all these hackers" deny from all Can you explain this in "a lot" more detail? Ultra Newb reporting for duty. |