Results 11 to 19 of 19
-
15th Jun 2009, 03:00 AM #11Member
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
-
15th Jun 2009, 03:02 AM #12Member
What about noobs who ask experts for help?
-
15th Jun 2009, 05:06 AM #13Super Member
<hide> </hide>
So kiss me and smile for me, say that you'll wait for me <'3
-
15th Jun 2009, 07:42 AM #14MemberWebsite's:
Plutost.com OffshorePort.net Desi-Mobilez.com PhotoshopDesigner.co.uk TutsBy.me BabesWallpapers.netPlutost.com Asia & Europe Hosting Provider / Offshore Shared/VPS Hosting / Even Better than Gold
WHMCS License Verify (Catch those scam hosts)
Tutorials By .Me
-
15th Jun 2009, 08:59 AM #15MemberWebsite's:
litewarez.net litewarez.com triniwarez.comtheres 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>
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
*/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
-
15th Jun 2009, 12:27 PM #16MemberWebsite's:
WareztheDDL.com GTFO.wswow 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?
-
15th Jun 2009, 01:06 PM #17(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comIt may stop people accessing the css directly but people may still view it using a debugger of some kind.
-
15th Jun 2009, 01:07 PM #18
-
15th Jun 2009, 02:09 PM #19MemberWebsite's:
litewarez.net litewarez.com triniwarez.comyep 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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Is there any way to hide HTML and CSS from source code?
By sahil00150 in forum Webmaster DiscussionReplies: 6Last Post: 8th Mar 2012, 12:50 PM -
Hide Links in Code tag
By Myth? in forum vBulletinReplies: 1Last Post: 6th Feb 2012, 03:27 AM -
Hide content within [code] tags
By Leg!on in forum Web Application/Script SupportReplies: 1Last Post: 10th Apr 2011, 04:49 AM -
How to hide urls inside [code] tag from guests ?
By Cojba in forum phpBBReplies: 6Last Post: 30th Dec 2010, 11:21 PM -
Hide code from guest
By AmN in forum vBulletinReplies: 6Last Post: 14th May 2010, 11:40 PM
themaCreator - create posts from...
Version 3.51 released. Open older version (or...