admin 發表於 2016-8-19 07:08:06

100WebSpace提供100MB免费PHP空间

https://imgurl.crskey.com/imb/1800.png

Free Web Hosting
If you are just about to start your new website and want to get a flavor of our service at no risk, then our Free plan is right for you. It comes with a basic set of features and includes a special bonus - our Web Apps Installer, which will help you launch a blog, a photo gallery, etc. within minutes. With this plan, you’ll get a small banner ad on your site.

- 100MB Disk Space
- 3GB Monthly Traffic
- 1 Hosted Domain(s)
- 3 E-mail Accounts
- Multilingual Control Panel
- 1-click Applications Installer
- 24/7 Customer Support
- 1-hour Ticket / E-mail Response
       100WebSpace從2004年開始運營,PR值都達到了6,是一個老牌的免費空間了。空間穩定性不錯,令人極爲不爽地是有強制性廣告,好在可以利用去廣告的方法還空間一個清靜。總得來說,100WebSpace只適合測試程序使用,因爲它的流量實在是太小了。

https://imageurl.uttx.me/2022052401.gif
https://imgurl.crskey.com/2022010100.png


admin 發表於 2016-8-19 07:23:39

100WebSpace空間去廣告方法:

1. 最簡單的方法就是在您頁面的<body>前面加上<noscript>,在後面加上</noscript>即可。

2. 複雜一點的辦法就是加一個判斷,當中文用戶浏覽頁面時隱藏廣告,非中文用戶浏覽時顯示廣告,此方法可以防止賬號因去掉廣告被K。
您只需要在<body>前面加上如下代碼:
<?php
$language = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'],0,2);
if($language == 'zh'){
echo '<noscript>';
}
?>在<body>後面加上如下代碼:
<?php
$language = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'],0,2);
if($language == 'zh'){
echo '</noscript>';
}
?>


頁: [1]
查看完整版本: 100WebSpace提供100MB免费PHP空间