Any code to hide style.css link

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • arnage
    replied
    Originally posted by opticalpigion View Post
    i just showed that its possible to encrypt source too.
    Ok for XHTML, but CSS cant be encrypted.
    Like this for example:

    PHP Code:
    <?php

    include 'code_soft.php';

    if (
    strpos($_SERVER['PHP_SELF'],'blabla.php')) exit();
    header('Content-type: text/css');
    header('Cache-Control: no-cache, must-revalidate');
    ?>

    CSS Codes...
    ... it wont work.

    CSS file even if its hiden from FireBug or something like that, and still it has to stay in browsers cash to be displayed...
    So, there is no way to protect CSS file...
    Last edited by arnage; 24.12.09, 18:35.

    Leave a comment:


  • opticalpigion
    replied
    Originally posted by modfiles View Post
    if you using firefox, press ctrl+u and it shows encoded source but if you press ctrl+f and input .css and i found this
    http%3A//bollywoodjalwa.com/css/orkut_small.css

    and almost every link in page wass displayed and that doesnt save the link of css.

    There is also a addon for firefox called webdeveloper which show a css tab. clicking show css will show the css obviously
    i just showed that its possible to encrypt source too.

    Leave a comment:


  • modfiles
    replied
    Originally posted by opticalpigion View Post
    if you using firefox, press ctrl+u and it shows encoded source but if you press ctrl+f and input .css and i found this
    http%3A//bollywoodjalwa.com/css/orkut_small.css

    and almost every link in page wass displayed and that doesnt save the link of css.

    There is also a addon for firefox called webdeveloper which show a css tab. clicking show css will show the css obviously
    Last edited by modfiles; 24.12.09, 09:45.

    Leave a comment:


  • opticalpigion
    replied
    Originally posted by ranzit2 View Post
    it protect php and the html output will be same.it wont protect css .and if u obfuscation html ,it will not validate.i guess so.

    Leave a comment:


  • ranzit2
    replied
    Originally posted by opticalpigion View Post
    i think if we protect source sode to be viewed then that will protect everything.
    i mean if leechers cant find true path to css then there will not be anyoption to steal css stylesheet.
    here is software for it.
    PHP Encoder, protect PHP scripts with SourceGuardian including bytecode compiling and obfuscation
    it protect php and the html output will be same.it wont protect css .and if u obfuscation html ,it will not validate.i guess so.
    Last edited by ranzit2; 24.12.09, 05:42.

    Leave a comment:


  • opticalpigion
    replied
    i think if we protect source sode to be viewed then that will protect everything.
    i mean if leechers cant find true path to css then there will not be anyoption to steal css stylesheet.
    here is software for it.
    PHP Encoder, protect PHP scripts with SourceGuardian including bytecode compiling and obfuscation

    Leave a comment:


  • arnage
    replied
    With this the CSS file cant open mobile browser:

    Code:
    RewriteEngine on 
    RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?site.tld [NC] 
    RewriteRule \.css$ - [NC,F,L]

    Leave a comment:


  • metulj
    replied
    Originally posted by sladex View Post
    First of all i sad something can save your css from NOOB. You are not noob.

    Try this: http://upmusic.info/css/
    there isnt any css file at all...
    so theres nothing protected..

    Leave a comment:


  • arnage
    replied
    Originally posted by sladex View Post
    If you say that, please find my css file with css codes that was my WEB page css, now in css is just BODY color, nothing else ;) find it with codeeeeeee
    Bro, where is your CSS designed XHTML page?
    I think that someone here dont understand the term "protected CSS file".

    Authors can register here but its not a law company...

    Creative Commons

    Leave a comment:


  • sladex
    replied
    Originally posted by opticalpigion View Post
    dont u think so its useless ?


    ok if ur url is /css/style.css ! then u have to share with us where u have use this css too.!

    all i can say is.. just ignore all this..
    like amylee said before make another better theme
    If you say that, please find my css file with css codes that was my WEB page css, now in css is just BODY color, nothing else ;) find it with codeeeeeee

    why you need make everytime new css when someone copy????
    Sorry, its other ways to protect it. Make a copyright of it, pay money for it. And is you see someone using give it to court
    Last edited by sladex; 23.12.09, 20:56.

    Leave a comment:


  • KiLLeR_mAcHInE
    replied
    Yeah its cool !! It say its protected WOW thankx .

    Leave a comment:


  • subzero
    replied
    Originally posted by santha26 View Post
    Is css copyrightable?
    Yes Only if you buy real copyrights!

    Leave a comment:


  • santha26
    replied
    Is css copyrightable?

    Leave a comment:


  • sladex
    replied
    Originally posted by opticalpigion View Post
    dont u think so its useless ?


    ok if ur url is /css/style.css ! then u have to share with us where u have use this css too.!

    all i can say is.. just ignore all this..
    like amylee said before make another better theme
    Ohh,,,its not that theme, look at BG color :D i can delete it if you need, then you can try to find css ;)

    In that css is just bg color nothing else.

    Leave a comment:


  • opticalpigion
    replied
    Originally posted by sladex View Post
    First of all i sad something can save your css from NOOB. You are not noob.

    Try this: http://upmusic.info/css/
    dont u think so its useless ?


    ok if ur url is /css/style.css ! then u have to share with us where u have use this css too.!

    all i can say is.. just ignore all this..
    like amylee said before make another better theme
    Last edited by opticalpigion; 23.12.09, 03:10.

    Leave a comment:

Working...
X