@habboDeveloper He means protecting the habbo.swf so it is only allowed to be used on MYHOTEL.com/client
If @Ecko1223 is not avaible I am also able to do this for you
I have a php mail server on my VPS and it doesn't send the emails to personal emails like @mydomain.com
Here the script
<?php
ini_set( 'display_errors', 1 );
error_reporting( E_ALL );
$from = "[email protected]";
$to = "[email protected]";
$subject = "PHP Mail Test...