• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Web [Tut] How to stop Leeching websites!

Status
Not open for further replies.
Λκαяυz føяeνeя
Loyal Member
Joined
Jun 28, 2008
Messages
1,950
Reaction score
73
How to stop Leeching websites!
If you already knew about this good job, if not, CHEERS!


Its very simple, follow these simple steps.

1)
Create a .php called 'home.php'
2) Go to your index.php and paste this code in ONLY with nothing else in 'index.php'
<?php include ("home.php"); ?>
3) Go back to 'home.php' and use that as your homepage, as in put everything you would put on your 'REAL' homepage on 'home.php'
4) You can do this to the rest of your pages aswell,

This is very simple i know, but yet its very effective!
*cheers*
 
Senior
Loyal Member
Joined
Feb 8, 2008
Messages
1,873
Reaction score
42
Re: [Guide] How to stop Leeching websites!

1st Post,

Good Job
 
Elite Diviner
Joined
Aug 27, 2008
Messages
432
Reaction score
0
Re: [Guide] How to stop Leeching websites!

Simple...yet effective summed it up all i all.
 
Burn the land,
Loyal Member
Joined
Aug 7, 2008
Messages
1,903
Reaction score
17
Re: [Guide] How to stop Leeching websites!

Good job Luke
 
You've got my respect!
Joined
Apr 8, 2008
Messages
508
Reaction score
147
Re: [Guide] How to stop Leeching websites!

wow...
this doesn't work. sorry.
 
Senior
Loyal Member
Joined
Feb 8, 2008
Messages
1,873
Reaction score
42
Re: [Guide] How to stop Leeching websites!

this worked like a charm, just tested ; )
 
You've got my respect!
Joined
Apr 8, 2008
Messages
508
Reaction score
147
Re: [Guide] How to stop Leeching websites!

How does this stop the output of html code?
For any web browser to see a website it needs html code to be able to display it.
UNLESS you are saying so people don't steal your code, which they already can't. (IE. The actual code, like <?php echo 'lol'; ?>
 
You've got my respect!
Joined
Apr 8, 2008
Messages
508
Reaction score
147
Re: [Guide] How to stop Leeching websites!

You did not answer my question.
Your site can still be "stolen" after using this.

If it was this easy many corporations would be using this.
 
Senior
Loyal Member
Joined
Feb 8, 2008
Messages
1,873
Reaction score
42
Re: [Guide] How to stop Leeching websites!

You did not answer my question.
Your site can still be "stolen" after using this.

If it was this easy many corporations would be using this.

lets just say, noobs cant steal your source codes ; )
 
Newbie Spellweaver
Joined
Oct 6, 2008
Messages
16
Reaction score
0
Re: [Guide] How to stop Leeching websites!

this wouldn't even prevent complete idiots...
the one in the release section works better then this.
 
Senior
Loyal Member
Joined
Feb 8, 2008
Messages
1,873
Reaction score
42
Re: [Guide] How to stop Leeching websites!

this wouldn't even prevent complete idiots...
the one in the release section works better then this.

yes it would, many people stole source codes this way,

there is still the non retards that learned the real way
 
Newbie Spellweaver
Joined
Oct 6, 2008
Messages
16
Reaction score
0
Re: [Guide] How to stop Leeching websites!

Right Click -> View Source
 
Mother effin' clouds
Loyal Member
Joined
Apr 13, 2008
Messages
1,534
Reaction score
448
Re: [Guide] How to stop Leeching websites!

PHP is dynamic but once viewed is outputted as a static HTML file.
Hence the source can still be stolen.
If A Contains NOTHING
And B Contains Brownies.
Using PHP INCLUDE B
Would only put B In A
Hence resulting in the same poop.
 
Newbie Spellweaver
Joined
Oct 6, 2008
Messages
16
Reaction score
0
Re: [Guide] How to stop Leeching websites!

Uhm, no it won't.
Read above to what SaintsIan said.
 
&#12484;
Loyal Member
Joined
Apr 12, 2008
Messages
729
Reaction score
28
Re: [Guide] How to stop Leeching websites!

Simple, yet 100% effective, nice.
 
Status
Not open for further replies.
Back
Top