CrsKEY論壇

标题: 100WebSpace提供100MB免费PHP空间 [打印本页]

作者: admin    时间: 2016-8-19 07:08
标题: 100WebSpace提供100MB免费PHP空间


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只適合測試程序使用,因爲它的流量實在是太小了。






作者: admin    时间: 2016-8-19 07:23
标题: 100WebSpace空間去廣告方法:
1. 最簡單的方法就是在您頁面的<body>前面加上<noscript>,在後面加上</noscript>即可。

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








欢迎光临 CrsKEY論壇 (http://bbs.crskey.com/) Powered by Discuz! X3.2