Hey, so, i want to stop people ripping my furniture 'cause im in development at the moment, so how do i make it so like Habmoon, the furnidata is internal or something? (basically people cant use it to rip)
Printable View
Hey, so, i want to stop people ripping my furniture 'cause im in development at the moment, so how do i make it so like Habmoon, the furnidata is internal or something? (basically people cant use it to rip)
What do you mean... Mind linking me to HabMoons hotel so I know what you're talking about?
Why don't you ask him yourself? :D
Use it in a PHP file and do something with IP, use .htaccess to remove the .php and well done.
John, try put this at the top of the files you wanna hide:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
If not work try: without <?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
Might try your ideas out x]
This might work,
as its on the top of your config, which is also hidden.
so yeah try that
Code:<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
If not work try: without <?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
Take this on the bottom of the page also, ?>
You really like wannabeeing Disguised :D
Sweet, thanks for all de help :)
Right, i dont get it.
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
i use .txt files for my furnidata and shit?
I believe Habbo.swf sends a referrer. Make a script to check if your furnidata/texts etc.. is being refereed from Habbo.swf.