為中小站長提供真實的訪問流量統計!讓你的論壇快速排名進Alexa5萬!安裝Alexa工具條,每天登陸自動獎勵一次積分,積分數額和類別可以自定義。" A/ P; `$ J/ P& @$ D6 L2 W
6 R* b; \2 V, J v1 R
安裝難度:極易!' g9 o/ i$ q5 \4 C0 b8 H4 f. V) m
安裝說明4 q7 ] \) M8 ~2 L6 c& `3 _
僅需要修改根目錄下面的logging.php和templates/login.html兩個文件。7 |0 @% T9 ^6 e; g/ F# n
需要修改每天獎勵的積分類別和數量需要修改文件:logging.php裡面查找「extcredits7=extcredits7+1」並修改紅色部分,7為積分類別,1為需要獎勵的數值。$ g& s3 N- K7 Q8 @1 m+ h
. C3 O, J" y5 ~4 d0 L% ?7 @4 l3 H [ B
使用:首先正確安裝Alexa工具條,每天晚上12點以後24小時內登陸將會自動增加所定義的積分數值(需要退出後登陸),每天只增加一次。' m( q( K4 N! q4 E* q
效果:快速提升Alexa排名,有20人安裝每天登陸,一個月可以進入10萬。當然,如果你的論壇積分對於會員非常有用,那麼通過這個措施,很快入萬。
( T+ |4 l( U0 X3 \5 v6 J
! W* F. B Y& X* f$ f1 {安裝方法:
7 G7 |" C8 p. n2 L6 R修改兩個文件:
4 l$ w7 ]( [! s, n8 J+ }1、根目錄下面的logging.php/ Z/ e' k: n5 Y' e7 ?# P
查找* T/ z0 G3 z* [; A- d
) F+ R+ {0 m$ z% d4 N |6 A9 m
8 S9 s8 k7 H/ L* aif($member['discuz_uid'] && $member['discuz_pw'] == $md5_password) {7 x4 i' i3 A) w3 @, ^" }" b
在下面增加:* n$ {) g* d) X. g8 P- U
5 k' h& A" k- `' s& s6 T
# P7 n. N& z) b. K
//ALEXA start8 n- d) i& B0 K A' ], t
if($_POST['alexa']==1){+ G0 M2 ^. S: g$ ~: G2 Q2 `
$alexatime=$db->query("select lastactivity from {$tablepre}members where username='$username'");
# S0 j( Z9 x* \ H4 J9 B $alexatimee=$db->fetch_array($alexatime);
7 B9 H1 K9 [; d3 Q! L- N& Q6 }2 H $thistimee=date('Ymd');
" j: H0 C2 D- v5 o3 z, S5 s- l $alexatimee=$alexatimee['lastactivity'];
# e- r4 t. C. @. ~# i, s $thisdate=(int)date('Ymd',$alexatimee); . A2 I( {* \. g/ ^- y9 j8 k, t
if ($thisdate<$thistimee)
6 m3 ]3 t/ ~' z4 x7 ` {9 e" S' K) B4 f) v1 }( N- N3 s
$db->query("UPDATE {$tablepre}members SET extcredits7=extcredits7+1 WHERE uid='$member[discuz_uid]'", 'UNBUFFERED');
0 ?+ H; N3 J5 H! U4 t! @) ?//ALEXA end28 e: o g/ ?% g7 `
修改templates/login.html文件.' |) n) o; U! [+ w; F
找到:! O5 ?& k Q# u* v- b
/ H2 B4 c2 o& k" a. a
<form method="post" name="login" action="logging.php?action=login">: N G! s+ l* S/ l7 m
5 |: r. k, Q2 p. U, Z
3 B+ x1 `( o9 H( c1 L
, l: O' I/ j, x: o0 S
下面增加:0 }, _2 j, X- [/ i: \
; q$ X W$ M) t9 a" Z8 k% a
7 A% g1 t$ @/ n* o! P<input type="hidden" name="alexa" value="0" id="alexa">
0 H- R6 k% t" Q! E. j9 J: ]0 y' s2 H找到:. [5 y9 e/ d& s* x1 [
* x. D: O. ~1 F
+ ^) f) x8 c( P1 h0 [" Y{template footer}3 Q8 D+ s. F% b; P
上面增加
, g' a) E3 r+ @) |
{7 Z/ X" j. I/ N2 Z" Z. W" T
7 \3 B$ \+ W4 _1 `; e<script language="javascript" src="res://AlxRes.dll/SCRIPT/dsn.class.js"></script>% h* v7 @# Y0 ^3 [3 Q0 L
<script language="javascript">
. M5 |* q y" n, G! Yfunction doTryAlexa()
9 z4 S! k* @3 z* @8 @{
) Z' I, U; d' `/ ktry; ]& s( a/ e0 [! q
{
2 o: W2 K7 S* ?1 b w7 _( ?aborted();
: b+ r& V, C- @# s8 |& a4 M9 jdocument.all['alexa'].value=1;* V% `6 l7 h! a# m7 f2 f# T5 G$ Y% ~
}
8 |2 g: ]# d" Bcatch(e)
% s: F8 Z7 K) x0 k7 b0 l{; X! R0 b# V! }2 `8 W$ f
document.all['alexa'].value=0;
, w- a2 O7 E5 d7 q" Q# V e}9 c" A! b; `. t* c. R; a
}
: \% N' u/ _3 f, XdoTryAlexa();
8 P) \2 d, M6 T1 l6 n9 A</script> |
評分
-
查看全部評分
|