Block my website from iFrame traffic
In some cases it’s usefull to protect own website from iFrame traffic. Here are 2 solutions. Protect with PHP Protect with Javascript
In some cases it’s usefull to protect own website from iFrame traffic. Here are 2 solutions. Protect with PHP Protect with Javascript
To get user IP address you need only this variable: In this example you echo user ip address. You can also use a variable like $ip = $_SERVER[‘REMOTE_ADDR’];
A simple PHP function is included in all webhosting packages. Here you see all variables: 2 letter country code: geoip_country_code_by_name(IP) | Output: US Full country name: geoip_country_name_by_name(IP) | Output: United States 3 letter country code: geoip_country_code3_by_name(IP) | Output: USA 2 letter continent code: geoip_continent_code_by_name(IP) | […]
A lot of people are unsure what’s the difference. Here we will explain shortly what we recommend. MyISAM Use this database type when you need a database for fast “SELECT” (read) queries. Fast SELECT queries Lock table instead of rows Slower UPDATE / DELETE queries […]
Here we show you a simple and easy method to increase your MySQL query speeds. This is usefull when you programming by our own. The most 3rd-Party-Software use a correct database and field selection. Index Index is usefull in larger databases or tables with high […]
On HubuHost we offer you a Referral Program. This means you get paid for promoting our service. In your tab “Invite Friends” you find your personal invite link. By sharing this link every registration will tracked and you see your referrals as overview incl. earnings […]