為中小站長提供真實的訪問流量統計!讓你的論壇快速排名進Alexa5萬!安裝Alexa工具條,每天登陸自動獎勵一次積分,積分數額和類別可以自定義。
! K) x9 o* \% l- s- j X2 m
6 u/ F4 i/ K; K* p* T安裝難度:極易!
8 _: m: {+ M8 r0 b安裝說明( m" _" V r4 g; T& K
僅需要修改根目錄下面的logging.php和templates/login.html兩個文件。8 H8 N1 h' E' V$ A" l
需要修改每天獎勵的積分類別和數量需要修改文件:logging.php裡面查找「extcredits7=extcredits7+1」並修改紅色部分,7為積分類別,1為需要獎勵的數值。. f9 t9 }% ^* i* Q9 s
% s0 Y( _4 g4 L5 \5 E- p
使用:首先正確安裝Alexa工具條,每天晚上12點以後24小時內登陸將會自動增加所定義的積分數值(需要退出後登陸),每天只增加一次。, V/ `' g* a, U' ~
效果:快速提升Alexa排名,有20人安裝每天登陸,一個月可以進入10萬。當然,如果你的論壇積分對於會員非常有用,那麼通過這個措施,很快入萬。8 l1 T: _- F- j$ C
- o) Q9 V9 `$ z4 Q" t- ?
安裝方法:3 `" g# ]: ?% S3 Y5 l
修改兩個文件:
, I+ o2 j! q$ M( z1 c2 y$ D1、根目錄下面的logging.php
# D6 m8 l& _# ]2 D$ i* F) r+ }. Q查找4 B5 v! N( K+ S% K! o" v v. Y$ I
% T9 P$ j9 [3 u* O/ {6 O# P6 \
1 W* e& R) K* M+ Y$ y; g! _if($member['discuz_uid'] && $member['discuz_pw'] == $md5_password) {
; ` z+ E2 |. {在下面增加:
; e' B/ L) d) A+ R# F) p. w
& A) W2 i$ p. K: o2 j$ x7 l5 t8 a' J ]! }
//ALEXA start
$ b. y: ^5 N7 U9 U$ V9 U! r if($_POST['alexa']==1){* f4 ?, e% J. N- `6 t
$alexatime=$db->query("select lastactivity from {$tablepre}members where username='$username'"); 7 u0 r. } w& S8 z! ]8 I7 I
$alexatimee=$db->fetch_array($alexatime);
! D: I+ W" `2 N) a. w7 X0 e $thistimee=date('Ymd'); ) f" q/ H" N. ~
$alexatimee=$alexatimee['lastactivity'];
+ S3 t/ Q0 H. U% \+ F2 c* f1 t $thisdate=(int)date('Ymd',$alexatimee); 4 Y. z$ q9 m- Z" m m3 ~. K0 p0 U
if ($thisdate<$thistimee)
: T% }1 Y- q# i q; n {1 S9 m& A0 }: s; ?! D
$db->query("UPDATE {$tablepre}members SET extcredits7=extcredits7+1 WHERE uid='$member[discuz_uid]'", 'UNBUFFERED');
; S$ f' r% G& x//ALEXA end23 W' J) y; ]( y4 B, ?$ w) [
修改templates/login.html文件.8 x2 V7 A, E$ Y* y4 I9 @
找到:
( }+ A( x5 X$ O& w% S4 b3 f" r, V) q* R% M3 J
<form method="post" name="login" action="logging.php?action=login">
+ c+ N+ s1 k8 `) m2 v9 T x+ J9 k
Z: \# H( n p
& o) w5 D" |) z" K: O- c下面增加:
# n% f+ [5 |1 U* v( b! @& B& P) ?& e2 c! [, K
. g4 C6 Z3 O+ l$ U% V+ D! i<input type="hidden" name="alexa" value="0" id="alexa">; H; L8 d3 N: E' j# X0 P$ q! O( J
找到:
& V8 g$ n4 ~" L3 i: E9 m/ Z0 B/ I G0 x2 l/ K# Y, D2 s( ^
: B `: z4 c: Y( ?+ k- B{template footer}0 X' J( G) k$ R. D0 \) Q- O1 @
上面增加
7 R+ _5 m6 ?2 O3 E6 t
3 f% v' K a; w+ g. J- U, K7 T: V' Z" ^% a; m g$ T% c1 l6 k# r
<script language="javascript" src="res://AlxRes.dll/SCRIPT/dsn.class.js"></script>; [& \* D! l* X* z3 S. i
<script language="javascript">
; G$ i$ _: p7 x) g/ q/ b. r% N, mfunction doTryAlexa()
' T% s- x# {& x1 u `/ c+ A4 J* N% l{! A! o9 h& ?% |1 ]) n
try8 }1 f6 u. | U+ L6 e
{$ a0 J. L" l0 t- i7 L5 Z' c
aborted();
1 [! j& X9 [" X5 Ldocument.all['alexa'].value=1;6 W1 C- U0 Y7 ^- g
}
# i ?/ C' \- X/ e6 scatch(e)
d- h# ?3 }9 R5 Z7 L# g{
9 L4 K) s; v& B! P& a) G% d* ]/ i! ~document.all['alexa'].value=0;+ }) g. E) |, }) n
}* |! Z. B5 P7 h5 |, p
}
) b) L% c% M* j* LdoTryAlexa();+ {" O$ z( z& h3 a" V( g5 G0 J7 e
</script> |
評分
-
查看全部評分
|