Posts Tagged ‘F2blog’

【工具】Stats21國外免費SEO、Meta、關鍵字分析、Google PR、計數器工具

星期六, 5月 10, 2008 16:09 No Comments

Stats 21 是國外一個免費的多功能工具服務網站,無須註冊,通常只需要輸入相關資訊和驗證碼就能在線上使用這些工具。
SEO Stats

SEO Stats 會列出包含 Google, MSN, Yahoo 三種搜尋引擎的索引數目與反向連結數。
範例:

Google Indicator

這個工具則會顯示網站的 PR 值、網頁索引數與反向連結數。
範例:

This was posted under category: 流量分析 Tags: , , , , ,

【轉貼】F2Blog 個性標題小日曆 增加方法

星期五, 3月 28, 2008 13:25 No Comments

在標題的前面加入個性的小日曆,前面有人詢問過,我修改了幾個文件,沒有記下來,懶得去查了。今天花些時間對比文件搞出來了,希望對大家美化blog有些幫助。

顯示的結果

或請參考作者的blog: www.zjfstar.cn
1.打開 include/content.inc.php 文件,找到79行,也就是

<?php
<div class="ContentRight"></div>

在下面加入

<div style="margin:0px 2px -4px 0px;" alt="" class="CateIconSP"><div class="DateYM"><?php echo substr(format_time([\'currFormatDate\'],[\'postTime\']),2,5)?></div><div class="DateDay"><?php echo substr(format_time([\'currFormatDate\'],[\'postTime\']),8,2)?></div></div>

2.在下面大概4,5行處找到
複製內容到剪貼板
代碼:

<?php echo .":".." "..":".format_time([\'currFormatDate\'],[\'postTime\'])?>

替換為
複製內容到剪貼板
代碼:

<?php echo .":".." "..":".substr(format_time([\'currFormatDate\'],[\'postTime\']),11,5)?>

3.這個 你可以打開 include/language/home zh_cn.php
或者打開 include/language/zh_tw.php

複製內容到剪貼板
代碼:

= "時間";

如果你像我這麼懶的話,你可以在上面替換中直接把 改為 "時間"(注意帶上兩個雙引號)
4.打開自己正在使用的skins目錄裡面的 typography.css 文件,在最後添加
複製內容到剪貼板
代碼:

.CateIconSP {background:url(\'date-bg.gif\');float:left; width:43px; height:45px; margin-right:80px;}.DateYM {text-align:center;font-size:11px;color:#fff; font-family:"Courier New", Courier;}.DateDay {text-align:center;font-size:16px;color:#999;line-height:30px;font-family:Verdana; font-weight:bold;}

5.下載 date-bg.gif 到正在使用的skins目錄中,這個小日曆標題圖片你可以自己用photoshop設計,以適合你的blog風格。

轉貼自http://forum.f2blog.com/thread-3963-1-2.html [...]

This was posted under category: F2blog Tags: ,

讓F2blog 的套件GetWIKI 顯示繁體中文

星期三, 2月 20, 2008 3:56 No Comments

請到 "/plugins/GetWIKI/GetWIKI.php"
大約在30行

function GetWIKI($def) {         $fp = fopen ("<a href="http://www.google.com/search?ie=utf8&oe=utf8&q=define:".$def">http://www.google.com/search?ie=utf8&oe=utf8&q=define:".$def</a>, "r");

把它改成

function GetWIKI($def) {         $fp = fopen ("<a href="http://www.google.com.tw/search?ie=utf8&oe=utf8&q=define:".$def">http://www.google.com.tw/search?ie=utf8&oe=utf8&q=define:".$def</a>, "r");

這樣他就會去抓http://www.google.com.tw裡面的資料嚕!!

This was posted under category: F2blog Tags: ,

如何更改F2Blog的 留言版及討論區的頭像

星期二, 2月 12, 2008 1:36 No Comments

一、 www的根目錄下的 editdel.php 第437列
<?php for ($face=2;$face<8;$face++){?>
二、 www/include/ 下的 guestbook.inc.php 第322列
<?php for ($face=2;$face< 8;$face++){?>
三、 www/include/ 下的 replylogs.inc.php 第503列
<?php for ($face=2;$face< 8;$face++){?>
修改8為你要的數目,如果要兩排,改成15是不錯的方式,如本站即是如此。

四、把/www/images/avatars/中的.gif圖像更換成你需要的圖,但仍要依1.gif 2.gif …的命名方式
這樣就OK啦! 下面附上已修改完成的檔案
可愛圖像

This was posted under category: F2blog Tags: ,