Activity Stream
48,167 MEMBERS
64954 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1.     
    #11
    Member
    Well to be honest as JmZ as said, you can encrypt it, BUT that will only stop noobs, and to be honest with you, why would someone who knows how to work and code css actually need to steal yours?

    Do you mean noobs or experts?

    If noobs, just ask JmZ, he knows his stuff

    If you mean the experts, I am pretty sure they will just code their own

  2.   Sponsored Links

  3.     
    #12
    Member
    What about noobs who ask experts for help?

  4.     
    #13
    Super Member
    <hide> </hide>

    So kiss me and smile for me, say that you'll wait for me <'3

  5.     
    #14
    Member
    Website's:
    Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.net
    Quote Originally Posted by Sp32 View Post
    <hide> </hide>
    lol
    Plutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
    WHMCS License Verify (Catch those scam hosts)
    Tutorials By .Me

  6.     
    #15
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    theres ways in php of making it more difficult to get for instance

    index.php
    PHP Code: 
    <?php
    session_start
    ();
    $_SESSION['csskey'] = "somerandomstringoftext";
    ?>
    Code: 
    <html>
        <head>
            <link rel="stylesheet" type="text/css" href="style.php" />
        </head>
        <body>
            Hello World
        </body>
    </html>
    create a php called style.php

    then inside
    PHP Code: 
    <?php
    session_start
    ();
    header("Content-type: text/css"); //this will tell apatche to read file as a css format

    if ($_SESSION["csskey"] != "somerandomstringoftext") {
        die(
    "Protected");
    }
    $_SESSION["csskey"] = "More RandomStrIngs".rand(1,20000);
    ?>

    /*
    CSS HERE
    */
    basically this should make it a little harder for them !
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  7.     
    #16
    Member
    Website's:
    WareztheDDL.com GTFO.ws
    wow thank you litewarez! if i end up doing my own custom style, i will be sure using this method to prevent rips! Maybe NinjaWarez admins should like at this thread?


  8.     
    #17
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    It may stop people accessing the css directly but people may still view it using a debugger of some kind.

  9.     
    #18
    Respected Developer
    Quote Originally Posted by Sp32 View Post
    <hide> </hide>
    Hey hey, don't give W3C any crazy idea's .

  10.     
    #19
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    yep JmZ is right and thats why i said it will only make it harder for them, noobish ppl wont think of using a debugger but if they knew what they were doing like me n jmz and we wanted the css we could do it lol
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is there any way to hide HTML and CSS from source code?
    By sahil00150 in forum Webmaster Discussion
    Replies: 6
    Last Post: 8th Mar 2012, 12:50 PM
  2. Hide Links in Code tag
    By Myth? in forum vBulletin
    Replies: 1
    Last Post: 6th Feb 2012, 03:27 AM
  3. Hide content within [code] tags
    By Leg!on in forum Web Application/Script Support
    Replies: 1
    Last Post: 10th Apr 2011, 04:49 AM
  4. Replies: 6
    Last Post: 30th Dec 2010, 11:21 PM
  5. Hide code from guest
    By AmN in forum vBulletin
    Replies: 6
    Last Post: 14th May 2010, 11:40 PM

Tags for this Thread

BE SOCIAL