accessing template 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!
Quote · 27 Nov 2012

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 Sealed

Nothing to see here
Quote · 27 Nov 2012

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!
Quote · 27 Nov 2012

 

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
Quote · 27 Nov 2012

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;}
.page_block_container{filter:alpha(opacity=99); -moz-opacity:0.990; -khtml-opacity: 0.990; opacity: 0.990;}
div.sys_top_menu{filter:alpha(opacity=90); -moz-opacity:0.90; -khtml-opacity: 0.90; opacity: 0.90;} 
div.sys_main_logo {background: rgba(255, 255, 255, 0.7)}
.page_block_container {background-color:#fff;background: rgba(255, 255, 255, 0.99)}
div.dbContent{background-color:#fff;background: rgba(255, 255, 255, 0.99)}
</style>

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!
Quote · 27 Nov 2012

 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.
Quote · 27 Nov 2012

 

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.

 

curious.png · 213.4K · 452 views
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 27 Nov 2012

 

 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.
Quote · 27 Nov 2012

 

or were you just bored?

 Big TIME

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 27 Nov 2012

 

" 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.
Quote · 28 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.