you can try to see my css if you get success paste here
link is here
Any code to hide style.css link
Collapse
This topic is closed.
X
X
-
Using php script and modifying the header is a nice option and can be made advanced i think.
A suggestion. You might try putting this in your style.php script
PHP Code:if(get_domain() == '/path/to/css/style.php')) {die();}
Hope you understand?
As for me, i also use the current user's name as a key.
Leave a comment:
-
HTML Code:<link rel="StyleSheet" type="text/css" href="/style01.css"/> <style type="text/css">
PHP Code:body {margin:0px;color:#000;background-color:#008000;font-size:24px;font-we ight:normal;padding:2px;} input,select,textarea{margin:0px;color:#070;background-color:#c7f2a3;fon t-size:12px;padding:2px;border:1px solid #060;} input:hover,select:hover,textarea:hover{background-color:#f6f6f6;color:#0 00;} div{font-family:Tahoma;} .head { text-align:center; color:#666666; background-color:#FFFFFF; border-bottom-color:#000000; border-bottom-width:thin; border-bottom-style:dotted; font-size:small; font-weight:small; padding:4px } .skl { text-align:center; padding:6px; color:#ffffff; border-bottom-color:#ffffff; border-bottom-width:6px; border-bottom-style:solid; font-weight:small} a:link,a:visited,a:active{color:#FF0000;text-decoration:none;} a:hover{text-decoration:none;color: #FFF000;padding: 1px 2px 1px 2px;background-color:#6aab50;} .skl2 { text-align:center; padding:6px; color:#FF0000; border-bottom-color:#ffffff; border-bottom-width:6px; border-bottom-style:solid; font-weight:small} a:link,a:visited,a:active{color:#FF0000;text-decoration:none;} a:hover{text-decoration:none;color: #FFF000;padding: 1px 2px 1px 2px;background-color:#6aab50;} .skl3 { text-align:left; padding:6px; color:#FF0000; border-bottom-color:#ffffff; border-bottom-width:6px; border-bottom-style:solid; font-weight:small} a:link,a:visited,a:active{color:#FF0000;text-decoration:none;} a:hover{text-decoration:none;color: #FFF000;padding: 1px 2px 1px 2px;background-color:#ffffff;} .skl4 { text-align:center; padding:6px; color:#ffffff; border-bottom-color:#ffffff; border-bottom-width:6px; border-bottom-style:solid; font-weight:small} a:link,a:visited,a:active{color:#FF0000;text-decoration:none;} a:hover{text-decoration:none;color: #FFF000;padding: 1px 2px 1px 2px;background-color:#6aab50;} .skl5 { text-align:center; padding:6px; color:#FF6437; border-bottom-color:#ffffff; border-bottom-width:6px; border-bottom-style:solid; font-weight:small} a:link,a:visited,a:active{color:#FF0000;text-decoration:none;} a:hover{text-decoration:none;color: #FFF000;padding: 1px 2px 1px 2px;background-color:#6aab50;}
HTML Code:</style>
Last edited by metulj; 07.01.10, 05:29.
Leave a comment:
-
PHP Code:body {color: #000000; margin: 0px; padding:0px; background-color: #D9E9C8; font-family: Verdana; font-size: 13px; width: 100%;}
a:link,a:visited,a:active {color: #0000FF;text-decoration: underline;}
a:hover {color: #3E9722;font-style: bold;}
.center, .bottom {text-align:center;}
.center {text-align: center;}
.left {text-align: left;}
.pm {background: #9CC66F repeat-x bottom;}
.title {background: #79c042 repeat-x bottom;text-align: center; border: 1px solid #C5DD7C;font-size: 13px;color: #FFFFFF;}
.footer {text-align: center; font: 10px Verdana; color: #6B6B6B;}
.l {border:#0000A0 solid 1px;text-align: left;font: 13px Verdana;color: #6B6B6B;text-decoration: undeline;}
.menu {text-align: center; background: #79c042 repeat-x bottom;border: 1px solid #C5DD7C;font-size: 13px;}
.menu_left {text-align: left; background: #79c042 repeat-x bottom;border: 1px solid #C5DD7C;font-size: 13px;}
.m1 {background: #D9E9C8;}
.m2 {background: #D9E9C8;}
.navigation {text-align: center; border: 1px solid #C5DD7C;font-size: 13px;}
.b {border-bottom: 1px #FF4646 solid;}
input, select {font: 13px Verdana, Arial, sans-serif; background: #FFFFFF; color: #000000; border: 1px solid;}
input.button {font: 13px Verdana, Arial, sans-serif; background: #79c042; color: #000000; border: 1px solid;}
a.headbuton:visited,a.headbuton:link {font: 13px Verdana; background: #79c042; color: #000000;border: 1px #000000 solid;padding-right: 3px;padding-left: 3px;text-decoration: none;}
.p {border-bottom: 1px #BBBB00 solid;}
.center2 {text-align: center; margin: 0 auto;}
.border {border: 2px solid #C5DD7C;}
Leave a comment:
-
If u use lava wapdesire, s0me0ne can steal y0ur css file by redirect url fr0m y0ur theme direct0ry
Leave a comment:
-
Originally posted by metulj View Postbtw.. i almost forgot
here's your 8.css
PHP Code:body {background-color: #FFFFFF; color: #000000; font-family : Verdana, Arial, Helvetica, sans-serif;margin: 0px; padding: 2px; max-width: 550px;
margin: 3px auto;
text-align :left;
font-size: 10pt;
}
a:active {color: #3300CC;}
a:visited {color: #3A5992;}
a:hover {color: #990000;}
div {background-color: E7E7E7; color:#000;padding: 2px 0px 2px 0px; font-size: 10pt; }
a.altlink:hover {color:#990000;font-size: small; }
a.altlink {color: #000;margin: 2px 0px 2px 0px; font-size: 10pt; padding: 2px 0px 2px 0px;}
.main {background-color: #FFFFFF; color:#000;padding: 2px 0px 2px 0px; font-size: 10pt; }
i have used orkut_small.css there which is same as before.
i changed that source's output only.
Leave a comment:
-
Originally posted by modfiles View Postbut the last one posted by sladex will work on "NOOBS" but not well, at least not on someone whos a little more advance from noob. but whoever is that, they wont copy your css. only the noobs will do.
Leave a comment:
-
Originally posted by opticalpigion View Postfirst of all..
i made demo only to show that its possible to encrypte source too
anyways now u can check that demo again
and tell me if u can find that
:p
here's your 8.css
PHP Code:body {background-color: #FFFFFF; color: #000000; font-family : Verdana, Arial, Helvetica, sans-serif;margin: 0px; padding: 2px; max-width: 550px;
margin: 3px auto;
text-align :left;
font-size: 10pt;
}
a:active {color: #3300CC;}
a:visited {color: #3A5992;}
a:hover {color: #990000;}
div {background-color: E7E7E7; color:#000;padding: 2px 0px 2px 0px; font-size: 10pt; }
a.altlink:hover {color:#990000;font-size: small; }
a.altlink {color: #000;margin: 2px 0px 2px 0px; font-size: 10pt; padding: 2px 0px 2px 0px;}
.main {background-color: #FFFFFF; color:#000;padding: 2px 0px 2px 0px; font-size: 10pt; }
Leave a comment:
-
but the last one posted by sladex will work on "NOOBS" but not well, at least not on someone whos a little more advance from noob. but whoever is that, they wont copy your css. only the noobs will do.
Leave a comment:
-
"Do you find my css file?"
Jep.
Code:body {color: #000000; margin: 0px; padding:0px; background-color: #D9E9C8; font-family: Verdana; font-size: 13px; width: 100%;} a:link,a:visited,a:active {color: #0000FF;text-decoration: underline;} a:hover {color: #3E9722;font-style: bold;} .center, .bottom {text-align:center;} .center {text-align: center;} .left {text-align: left;} .pm {background: #9CC66F repeat-x bottom;} .title {background: #79c042 repeat-x bottom;text-align: center; border: 1px solid #C5DD7C;font-size: 13px;color: #FFFFFF;} .footer {text-align: center; font: 10px Verdana; color: #6B6B6B;} .l {border:#0000A0 solid 1px;text-align: left;font: 13px Verdana;color: #6B6B6B;text-decoration: undeline;} .menu {text-align: center; background: #79c042 repeat-x bottom;border: 1px solid #C5DD7C;font-size: 13px;} .menu_left {text-align: left; background: #79c042 repeat-x bottom;border: 1px solid #C5DD7C;font-size: 13px;} .m1 {background: #D9E9C8;} .m2 {background: #D9E9C8;} .navigation {text-align: center; border: 1px solid #C5DD7C;font-size: 13px;} .b {border-bottom: 1px #FF4646 solid;} input, select {font: 13px Verdana, Arial, sans-serif; background: #FFFFFF; color: #000000; border: 1px solid;} input.button {font: 13px Verdana, Arial, sans-serif; background: #79c042; color: #000000; border: 1px solid;} a.headbuton:visited,a.headbuton:link {font: 13px Verdana; background: #79c042; color: #000000;border: 1px #000000 solid;padding-right: 3px;padding-left: 3px;text-decoration: none;} .p {border-bottom: 1px #BBBB00 solid;} .center2 {text-align: center; margin: 0 auto;} .border {border: 2px solid #C5DD7C;}
1. How to use .htaccess basicly;
2. That there is no way to protect CSS code.
Leave a comment:
-
Originally posted by sladex View PostOk, if there is no way to protect css code, try to find CSS file in this page:
upmusic.info/css/
And write here CSS CODEPHP Code:[B]http://upmusic.info/css/[/B]
[B]http://upmusic.info/css/style.css[/B]
body {color: #000000; margin: 0px; padding:0px; background-color: #D9E9C8; font-family: Verdana; font-size: 13px; width: 100%;}
a:link,a:visited,a:active {color: #0000FF;text-decoration: underline;}
a:hover {color: #3E9722;font-style: bold;}
.center, .bottom {text-align:center;}
.center {text-align: center;}
.left {text-align: left;}
.pm {background: #9CC66F repeat-x bottom;}
.title {background: #79c042 repeat-x bottom;text-align: center; border: 1px solid #C5DD7C;font-size: 13px;color: #FFFFFF;}
.footer {text-align: center; font: 10px Verdana; color: #6B6B6B;}
.l {border:#0000A0 solid 1px;text-align: left;font: 13px Verdana;color: #6B6B6B;text-decoration: undeline;}
.menu {text-align: center; background: #79c042 repeat-x bottom;border: 1px solid #C5DD7C;font-size: 13px;}
.menu_left {text-align: left; background: #79c042 repeat-x bottom;border: 1px solid #C5DD7C;font-size: 13px;}
.m1 {background: #D9E9C8;}
.m2 {background: #D9E9C8;}
.navigation {text-align: center; border: 1px solid #C5DD7C;font-size: 13px;}
.b {border-bottom: 1px #FF4646 solid;}
input, select {font: 13px Verdana, Arial, sans-serif; background: #FFFFFF; color: #000000; border: 1px solid;}
input.button {font: 13px Verdana, Arial, sans-serif; background: #79c042; color: #000000; border: 1px solid;}
a.headbuton:visited,a.headbuton:link {font: 13px Verdana; background: #79c042; color: #000000;border: 1px #000000 solid;padding-right: 3px;padding-left: 3px;text-decoration: none;}
.p {border-bottom: 1px #BBBB00 solid;}
.center2 {text-align: center; margin: 0 auto;}
.border {border: 2px solid #C5DD7C;}
Leave a comment:
Leave a comment: