逍遥于天地之间,混迹于凡世之中 注册 | 登陆
浏览模式: 标准 | 列表全部文章

英国/5G/50G/PHP/MYSQL/LP/无广告/可绑米/425mb.com

We are a leading provider of free personal web site hosting and offer you our super reliable totally free web no ad hosting.Our fully featured hosting offers much more than most other free host providers. We pride ourselves on offering the absolute best free hosting possible, combined with total reliability, outstanding customer support and never any ads.

All of our accounts come with a easy to use control panel that makes it very simple to manage your web site and files. Your free account comes with FTP, PHP, multiple MySQL databases, 5GB of disk space & 50GB of bandwidth and more.

You have the choice of using your own domain name if you wish or you can choose to use one of our free subdomains. This is entirely up to you. And remember, there is no advertising of any sort shown on your web site.

Our service is highly reliable, as we only use quality high end servers that are constantly monitored 24 hours a day to ensure your site is always online. We also offer full customer support for free and take pride in looking after our users.

All we ask of you is that you adhere to our hosting guidelines, meaning no illegal, adult, or offensive content to be used on your sites. For security reasons all sites using our service will have a small text link added to the bottom of their pages. In return we offer you the best quality high end free personal web site hosting.

» 阅读全文

Tags: 425mb

美国/500M/15G/PHP/MYSQL/XP/可绑米/有广告/hostinginfive.com

  • Free http://YOU.HostingInFive.com address
  • Option to use your own domain name (e.g. yourname.com)
  • 500MB Disk Space!
  • 15GB Bandwidth!
  • FTP access
  • PHP, CGI and Perl support (virtually all blog, forum, image galleries and other PHP scripts will work with our service)
  •  

    » 阅读全文

    无题

    刚才打腾讯的客服电话,完事后电话放一边没挂,然后发现她也不挂,干耗了近1分钟。。

    然后我问她,你怎么不挂电话?浪费我电话费

    她说:对不起,我们不能比客户先挂电话。

    转自落伍 http://www.im286.com/thread-3307645-1-1.html

     

    丹麦/25M/PHP/MYSQL/无广告/不可绑米/frac.dk

    Ftp login, så du kan uploade og redigere din hjemmeside nemt og hurtigt.
    25 MB plads til dine webfiler.
    php5 med understøttelse af bla. GD lib 2,0 og sendmail
    SSI. (Server site includes)
    .htaccess
    Mysql Database.

    » 阅读全文

    美国/5G/不限流量/Html/无广告/不可绑米/io4.us

    50 GB Disk Space 
    Unlimited Bandwidth 
    No Ads 

    演示:http://www.io4.us/wxinlin/

    申请地址: http://www.io4.us/lang.php

    Discuz论坛初级优化方法

    初级优化:
    第一步,修改论坛风格的temlpates/风格/hearder.htm

    找到:修改为:

    XML/HTML代码
    1. <title>$navtitle $bbname $seotitle - Powered by Discuz!</title>  

    替换成:

    XML/HTML代码
    1. <title>$navtitle $bbname $seotitle</title>  

    找到:

    XML/HTML代码
    1. <meta name="keywords" content="Discuz!,Board,Comsenz,forums,bulletin board,$seokeywords">  
    2.   
    3. <meta name="description" content="$bbname $seodescription - Discuz! Board">  

    修改为:

    XML/HTML代码
    1. <meta name="keywords" content="$navtitle,$seokeywords">  
    2.   
    3. <meta name="description" content=" $navtitle $bbname $seodescription">  

     

    第二步,修改完善 archiver

    archiver在论坛中,就是像外交大臣一样的地位,可以使你的论坛更容易被搜索到。打开archiver/include/header.inc.php

    查找:

    PHP代码
    1. <title> <?=$_DCACHE['settings']['seotitle']?> <?=$navtitle?> <?=$_DCACHE['settings']['bbname']?> - powered by Discuz! Archiver</title>  

    替换成:

    PHP代码
    1. <title> <?=$_DCACHE['settings']['seotitle']?> <?=$navtitle?> <?=$_DCACHE['settings']['bbname']?> - Archiver</title>  

    找到:

    PHP代码
    1. <meta name="keywords" content="Discuz!,Board,Comsenz,forums,bulletin board,<?=$_DCACHE['settings']['seokeywords']?>">   
    2.   
    3. <meta name="description" content="<?=$_DCACHE['settings']['bbname']?> <?=$_DCACHE['settings']['seodescription']?> - Discuz! Archiver">  

     

    PHP代码
    1. <meta name="keywords" content="<?=$navtitle?>,<?=$_DCACHE['settings']['seokeywords']?>">   
    2.   
    3. <meta name="description" content="<?=$_DCACHE['settings']['bbname']?> <?=$_DCACHE['settings']['seodescription']?>">  

    把关键字无限放大

    修改 forum.inc.php,index.inc.php,thread.inc.php

    在这些文件的最后加入

    PHP代码
    1. <br>   
    2.   
    3. <font color=<?=MAINTABLECOLOR?>><?=$_DCACHE['settings']['seokeywords']?></font>  

     

    第三步,论坛信息分类优化

    打开viewthread.php

    查找:

    PHP代码
    1. $navigation = "» <a href=\"forumdisplay.php?fid=$fid".($extra ? '&'.preg_replace("/^(&)*/"''$extra) : '')."\">$forum[name]</a> » $thread[subject]";   
    2.   
    3. $navtitle = $thread['subject'].' - '.strip_tags($forum['name']);   
    4.   
    5. if($forum['type'] == 'sub') {   
    6.   
    7. $query = $db->query("SELECT fid, name FROM {$tablepre}forums WHERE fid='$forum[fup]'");   
    8.   
    9. $fup = $db->fetch_array($query);   
    10.   
    11. $navigation = "» <a href=\"forumdisplay.php?fid=$fup[fid]\">$fup[name]</a> $navigation";   
    12.   
    13. $navtitle = $navtitle.' - '.strip_tags($fup['name']);   
    14.   
    15. }   
    16.   
    17. $navtitle .= ' - ';  

    替换成:

    PHP代码
    1. if($lastvisit < $thread['lastpost'] && (!isset($_DCOOKIE['fid'.$fid]) || $thread['lastpost'] > $_DCOOKIE['fid'.$fid])) {   
    2.   
    3. dsetcookie('fid'.$fid$thread['lastpost'], 3600);   
    4.   
    5. }   
    6.   
    7. $navigation = "» <a href=\"forumdisplay.php?fid=$fid".($extra ? '&'.preg_replace("/^(&)*/"''$extra) : '')."\">$forum[name]</a> » $thread[subject]";   
    8.   
    9. if($thread['typeid'] && isset($forum['threadtypes']['types'][$thread['typeid']])) {   
    10.   
    11. $navtitle = '('.$forum['threadtypes']['types'][$thread['typeid']].')'.$thread['subject'].' - '.strip_tags($forum['name']);   
    12.   
    13. }else{   
    14.   
    15. $navtitle = $thread['subject'].' - '.strip_tags($forum['name']);   
    16.   
    17. }   
    18.   
    19. if($forum['type'] == 'sub') {   
    20.   
    21. $query = $db->query("SELECT fid, name FROM {$tablepre}forums WHERE fid='$forum[fup]'");   
    22.   
    23. $fup = $db->fetch_array($query);   
    24.   
    25. $navigation = "» <a href=\"forumdisplay.php?fid=$fup[fid]\">$fup[name]</a> $navigation";   
    26.   
    27. $navtitle = $navtitle.' - '.strip_tags($fup['name']);   
    28.   
    29. }   
    30.   
    31. $navtitle .= ' - ';  

    第四步,用googleSitemap 和 雅虎url工具优化论坛,完成!

    在misc.php中找到

    PHP代码
    1. $threadurl = "{$boardurl}viewthread.php?tid=$tid";  

    改为

    PHP代码
    1. $threadurl = "{$boardurl}viewthread.php?tid=$tid&fromuid=$discuz_uid";  

     

    在推荐朋友功能中增加推荐人的标记。这样的推荐能给推荐人带来金币收入。



    高级优化。前提:1.discuz! 5.0/5.5 已启用伪静态功能,只启用普通页面静态化就可以了;2.不要启用 Archiver功能;3.后台的keywords和description设置只是针对首页的(如果您没做列表页和内容页的meta修改则也应用到它们);4.后台首页文件名为/(当然您也可以设置自己特定的),然后开始优化:

    一、meta的优化

    discuz的后台可以对meta信息进行设置,甚至可以添加自己的头部信息,但它的设置都是针对于所有页面的,全部页面都拥有相同的keywords和description是SEO所不赞成的。



    方案一:删除meta

    修改页头模板文件 templates/default/header.htm:将meta的keywords和description标签删除。

    这两个标签作用很小了,而且还有discuz自带的一些无用信息,用得不好反而会有坏作用,因此宁缺勿滥。



    方案二:定制meta



    本部分实现了将内容页keywords设为帖子标题,description为内容前100字;也实现了主页与各版列表页meta的单独设置(不同版的不同,同一版各列表页相同)。



    1.修改页头模板文件 templates\default\header.htm:将meta的keywords和description标签改为如下形式

    XML/HTML代码
    1. <meta name="keywords" content="{$metakeywords}$seokeywords" />  
    2.   
    3. <meta name="description" content="$seodescription" />  

     

    这里的$seokeywords、$seodescription就是后台设置的那个值,下面说怎么定制这个值;{$metakeywords}是奇虎的关键字,留下以后处理



    2.内容页(viewthread)设置keywords为帖子标题,description为内容前100字



    2.1修改 viewthread.php 文件:

    在 

    PHP代码
    1. include template('viewthread'); (更新:dz5.5为iinclude template($iscircle ? 'supesite_viewthread' : 'viewthread'); )  

     语句的上面加入一行:

    PHP代码
    1. require_once DISCUZ_ROOT.'./include/bmt.thread.inc.php';  

     

    2.2创建 include/bmt.thread.inc.php 文件,内容为

    PHP代码
    1. <?php   
    2.   
    3. if(!defined('IN_DISCUZ')) { exit('Access Denied'); }   
    4.   
    5.   
    6.   
    7. $seokeywords = strip_tags($thread['subject']); //关键字设为帖子的标题   
    8.   
    9. //(已更新: nethome 提出问题,当启用主题分类并允许按类别浏览时,原来代码会有问题。所以加了标签过滤,本来在viewthread.php中改更好,为以后升级方便,还是放在这里吧,subject很短,不会影响效率)   
    10.   
    11.   
    12.   
    13. $seodescription = current( $postlist );//description取文章内容的前100字   
    14.   
    15. $seodescription = mb_substr( $seodescription['message'],0,100,"gb2312" );   
    16.   
    17. $seodescription = htmlspecialchars( strip_tags($seodescription) );   
    18.   
    19. ?>  

    三个在线生成".ico"图片的网站

    介绍三个在线生成ico图片格式的网站,只要你把本地的图片上传,它就会自动帮你转换成ico格式.

          1、http://www.chami.com/html-kit/services/favicon/

          从本地上传照片,生成".ico"格式图片,然后再把图片下载就可以了.

          2、http://www.graphicsguru.com/favicon.php

          3、http://converticon.com/

          2和3两个网站支持本地上传和直接引用网络图片地址两种方式生成

    国内/20M/不限流量/PHP/ASP/无广告/不可绑米/66ip.com

     

    免费空间
    20M空间
    支持ASP、ASP.NET2.0、PHP技术
    更详细参数...

    免费空间开通流程

    1 注册帐户
    2 在首页登录帐户
    3 订购产品
    4 收短信发送的FTP密码
    5 立即自动开通免费空间

    免费空间上传参数
    FTP地址: free.66ip.com
    FTP用户名: 订购免费空间时自填
    FTP密码: 申请后短信发到用户手机

    免费空间访问地址

    http://free.66ip.com/FTP用户名

    演示: http://free.66ip.com/wxinlin/tz.php

    Tags: ipdz, 热点, 空间, asp, php

    Records:23312345678910»