No regular expressions were active.
1 |
|
<?
|
|
1 |
|
<?
|
2 |
|
|
|
2 |
|
|
3 |
|
/*********
**********
**********
**********
**********
**********
**********
******
|
|
3 |
|
/*********
**********
**********
**********
**********
**********
**********
******
|
4 |
|
*
D
olphin Sma
rt Communi
ty Builder
|
|
4 |
|
*
D
olphin Sma
rt Communi
ty Builder
|
5 |
|
*
---------
--------
|
|
5 |
|
*
---------
--------
|
6 |
|
* begi
n
: M
on Mar 23
2006
|
|
6 |
|
* begi
n
: M
on Mar 23
2006
|
7 |
|
* copy
right
: (
C) 2006 Bo
onEx Group
|
|
7 |
|
* copy
right
: (
C) 2006 Bo
onEx Group
|
8 |
|
* webs
ite
: h
ttp://www.
boonex.com
/
|
|
8 |
|
* webs
ite
: h
ttp://www.
boonex.com
/
|
9 |
|
* This fil
e is part
of Dolphin
- Smart C
ommunity B
uilder
|
|
9 |
|
* This fil
e is part
of Dolphin
- Smart C
ommunity B
uilder
|
10 |
|
*
|
|
10 |
|
*
|
11 |
|
* Dolphin
is free so
ftware. Th
is work is
licensed
under a Cr
eative Com
mons Attri
bution 3.0
License.
|
|
11 |
|
* Dolphin
is free so
ftware. Th
is work is
licensed
under a Cr
eative Com
mons Attri
bution 3.0
License.
|
12 |
|
* http://c
reativecom
mons.org/l
icenses/by
/3.0/
|
|
12 |
|
* http://c
reativecom
mons.org/l
icenses/by
/3.0/
|
13 |
|
*
|
|
13 |
|
*
|
14 |
|
* Dolphin
is distrib
uted in th
e hope tha
t it will
be useful,
but WITHO
UT ANY WAR
RANTY;
|
|
14 |
|
* Dolphin
is distrib
uted in th
e hope tha
t it will
be useful,
but WITHO
UT ANY WAR
RANTY;
|
15 |
|
* without
even the i
mplied war
ranty of
MERCHANTAB
ILITY or F
ITNESS FOR
A PARTICU
LAR PURPOS
E.
|
|
15 |
|
* without
even the i
mplied war
ranty of
MERCHANTAB
ILITY or F
ITNESS FOR
A PARTICU
LAR PURPOS
E.
|
16 |
|
* See the
Creative C
ommons Att
ribution 3
.0 License
for more
details.
|
|
16 |
|
* See the
Creative C
ommons Att
ribution 3
.0 License
for more
details.
|
17 |
|
* You shou
ld have re
ceived a c
opy of the
Creative
Commons At
tribution
3.0 Licens
e along wi
th Dolphin
,
|
|
17 |
|
* You shou
ld have re
ceived a c
opy of the
Creative
Commons At
tribution
3.0 Licens
e along wi
th Dolphin
,
|
18 |
|
* see lice
nse.txt fi
le; if not
, write to
marketing
@boonex.co
m
|
|
18 |
|
* see lice
nse.txt fi
le; if not
, write to
marketing
@boonex.co
m
|
19 |
|
**********
**********
**********
**********
**********
**********
**********
*****/
|
|
19 |
|
**********
**********
**********
**********
**********
**********
**********
*****/
|
20 |
|
|
|
20 |
|
/*
|
21 |
|
$_page_con
t[0]['dol_
orca_ray']
= getPara
m( 'enable
_boonex_fo
oters' ) ?
'
|
|
21 |
|
$_page_con
t[0]['dol_
orca_ray']
= getPara
m( 'enable
_boonex_fo
oters' ) ?
'
|
22 |
|
<div class
="bottomIm
ages">
|
|
22 |
|
<div class
="bottomIm
ages">
|
23 |
|
<img s
rc="__imag
es__small_
dol.png" a
lt="" titl
e="" class
="dolphinL
ogo" />
|
|
23 |
|
<img s
rc="__imag
es__small_
dol.png" a
lt="" titl
e="" class
="dolphinL
ogo" />
|
24 |
|
<img s
rc="__imag
es__small_
orca.png"
alt="" tit
le="" clas
s="dolphin
Logo" />
|
|
24 |
|
<img s
rc="__imag
es__small_
orca.png"
alt="" tit
le="" clas
s="dolphin
Logo" />
|
25 |
|
<img s
rc="__imag
es__small_
ray.png" a
lt="" titl
e="" class
="dolphinL
ogo" />
|
|
25 |
|
<img s
rc="__imag
es__small_
ray.png" a
lt="" titl
e="" class
="dolphinL
ogo" />
|
26 |
|
</div>' :
'';
|
|
26 |
|
</div>' :
'';
|
27 |
|
|
|
27 |
|
*/
|
28 |
|
/**
|
|
28 |
|
/**
|
29 |
|
* Return
code for t
he login s
ection for
frt
|
|
29 |
|
* Return
code for t
he login s
ection for
frt
|
30 |
|
**/
|
|
30 |
|
**/
|
31 |
|
function L
oginSectio
n($logged)
|
|
31 |
|
function L
oginSectio
n($logged)
|
32 |
|
{
|
|
32 |
|
{
|
33 |
|
gl
obal $site
;
|
|
33 |
|
gl
obal $site
;
|
34 |
|
gl
obal $memb
erID;
|
|
34 |
|
gl
obal $memb
erID;
|
35 |
|
gl
obal $logg
ed;
|
|
35 |
|
gl
obal $logg
ed;
|
36 |
|
|
|
36 |
|
|
37 |
|
$r
et = '';
|
|
37 |
|
$r
et = '';
|
38 |
|
|
|
38 |
|
|
39 |
|
if
( $logged[
'member']
)
|
|
39 |
|
if
( $logged[
'member']
)
|
40 |
|
{
|
|
40 |
|
{
|
41 |
|
$ret
.= '<div
class="log
ged_member
_block">';
|
|
41 |
|
$ret
.= '<div
class="log
ged_member
_block">';
|
42 |
|
$ret .
= get_memb
er_icon( $
memberID,
'none' );
|
|
42 |
|
$ret .
= get_memb
er_icon( $
memberID,
'none' );
|
43 |
|
$ret .
= '<div cl
ass="hello
_member">'
;
|
|
43 |
|
$ret .
= '<div cl
ass="hello
_member">'
;
|
44 |
|
$ret .=
_t( '_Hell
o member',
getNickNa
me( $membe
rID ) );
|
|
44 |
|
$ret .=
_t( '_Hell
o member',
getNickNa
me( $membe
rID ) );
|
45 |
|
$ret .=
"<br>";
|
|
45 |
|
$ret .=
"<br>";
|
46 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
member.php
" class="l
ogout">' .
_t("_Cont
rol Panel"
) . '</a>'
;
|
|
46 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
member.php
" class="l
ogout">' .
_t("_Cont
rol Panel"
) . '</a>'
;
|
47 |
|
$ret .=
' '
;
|
|
47 |
|
$ret .=
' '
;
|
48 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=me
mber_logou
t" class="
logout">'
. _t("_Log
Out") . '
</a>';
|
|
48 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=me
mber_logou
t" class="
logout">'
. _t("_Log
Out") . '
</a>';
|
49 |
|
$ret .
= '</div>'
;
|
|
49 |
|
$ret .
= '</div>'
;
|
50 |
|
$ret
.= '</div
>';
|
|
50 |
|
$ret
.= '</div
>';
|
51 |
|
}
|
|
51 |
|
}
|
52 |
|
el
seif( $log
ged['admin
'])
|
|
52 |
|
el
seif( $log
ged['admin
'])
|
53 |
|
{
|
|
53 |
|
{
|
54 |
|
$ret
.= '<div
class="log
ged_sectio
n_block">'
;
|
|
54 |
|
$ret
.= '<div
class="log
ged_sectio
n_block">'
;
|
55 |
|
$ret .
= '<span>'
;
|
|
55 |
|
$ret .
= '<span>'
;
|
56 |
|
$ret .=
'<a href="
' . $site[
'url_admin
'] . 'inde
x.php" cla
ss="logout
">Admin Pa
nel</a>';
|
|
56 |
|
$ret .=
'<a href="
' . $site[
'url_admin
'] . 'inde
x.php" cla
ss="logout
">Admin Pa
nel</a>';
|
57 |
|
$ret .
= '</span>
';
|
|
57 |
|
$ret .
= '</span>
';
|
58 |
|
$ret .
= '<span>'
;
|
|
58 |
|
$ret .
= '<span>'
;
|
59 |
|
$ret .=
'| |'
;
|
|
59 |
|
$ret .=
'| |'
;
|
60 |
|
$ret .
= '</span>
';
|
|
60 |
|
$ret .
= '</span>
';
|
61 |
|
$ret .
= '<span>'
;
|
|
61 |
|
$ret .
= '<span>'
;
|
62 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=ad
min_logout
" class="l
ogout">' .
_t("_Log
Out") . '<
/a>';
|
|
62 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=ad
min_logout
" class="l
ogout">' .
_t("_Log
Out") . '<
/a>';
|
63 |
|
$ret .
= '</span>
';
|
|
63 |
|
$ret .
= '</span>
';
|
64 |
|
$ret
.= '</div
>';
|
|
64 |
|
$ret
.= '</div
>';
|
65 |
|
}
|
|
65 |
|
}
|
66 |
|
el
seif($logg
ed['aff'])
|
|
66 |
|
el
seif($logg
ed['aff'])
|
67 |
|
{
|
|
67 |
|
{
|
68 |
|
$ret
.= '<div
class="log
ged_sectio
n_block">'
;
|
|
68 |
|
$ret
.= '<div
class="log
ged_sectio
n_block">'
;
|
69 |
|
$ret .
= '<span>'
;
|
|
69 |
|
$ret .
= '<span>'
;
|
70 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
aff/index.
php" class
="logout">
Affiliate
Panel</a>'
;
|
|
70 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
aff/index.
php" class
="logout">
Affiliate
Panel</a>'
;
|
71 |
|
$ret .
= '</span>
';
|
|
71 |
|
$ret .
= '</span>
';
|
72 |
|
$ret .
= '<span>'
;
|
|
72 |
|
$ret .
= '<span>'
;
|
73 |
|
$ret .=
'| |'
;
|
|
73 |
|
$ret .=
'| |'
;
|
74 |
|
$ret .
= '</span>
';
|
|
74 |
|
$ret .
= '</span>
';
|
75 |
|
$ret .
= '<span>'
;
|
|
75 |
|
$ret .
= '<span>'
;
|
76 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=af
f_logout"
class="log
out">' . _
t("_Log Ou
t") . '</a
>';
|
|
76 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=af
f_logout"
class="log
out">' . _
t("_Log Ou
t") . '</a
>';
|
77 |
|
$ret .
= '</span>
';
|
|
77 |
|
$ret .
= '</span>
';
|
78 |
|
$ret
.= '</div
>';
|
|
78 |
|
$ret
.= '</div
>';
|
79 |
|
}
|
|
79 |
|
}
|
80 |
|
el
seif($logg
ed['modera
tor'])
|
|
80 |
|
el
seif($logg
ed['modera
tor'])
|
81 |
|
{
|
|
81 |
|
{
|
82 |
|
$ret
.= '<div
class="log
ged_sectio
n_block">'
;
|
|
82 |
|
$ret
.= '<div
class="log
ged_sectio
n_block">'
;
|
83 |
|
$ret .
= '<span>'
;
|
|
83 |
|
$ret .
= '<span>'
;
|
84 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
moderators
/index.php
" class="l
ogout">Mod
erator Pan
el</a>';
|
|
84 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
moderators
/index.php
" class="l
ogout">Mod
erator Pan
el</a>';
|
85 |
|
$ret .
= '</span>
';
|
|
85 |
|
$ret .
= '</span>
';
|
86 |
|
$ret .
= '<span>'
;
|
|
86 |
|
$ret .
= '<span>'
;
|
87 |
|
$ret .=
'| |'
;
|
|
87 |
|
$ret .=
'| |'
;
|
88 |
|
$ret .
= '</span>
';
|
|
88 |
|
$ret .
= '</span>
';
|
89 |
|
$ret .
= '<span>'
;
|
|
89 |
|
$ret .
= '<span>'
;
|
90 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=mo
derator_lo
gout" clas
s="logout"
>' . _t("_
Log Out")
. '</a>';
|
|
90 |
|
$ret .=
'<a href="
' . $site[
'url'] . '
logout.php
?action=mo
derator_lo
gout" clas
s="logout"
>' . _t("_
Log Out")
. '</a>';
|
91 |
|
$ret .
= '</span>
';
|
|
91 |
|
$ret .
= '</span>
';
|
92 |
|
$ret
.= '</div
>';
|
|
92 |
|
$ret
.= '</div
>';
|
93 |
|
}
|
|
93 |
|
}
|
94 |
|
el
se
|
|
94 |
|
el
se
|
95 |
|
{
|
|
95 |
|
{
|
96 |
|
$ret
.= '<div
class="log
in_block">
';
|
|
96 |
|
$ret
.= '<div
class="log
in_block">
';
|
97 |
|
$ret .
= '<form m
ethod="pos
t" action=
"' . $site
['url'] .
'member.ph
p">';
|
|
97 |
|
$ret .
= '<form m
ethod="pos
t" action=
"' . $site
['url'] .
'member.ph
p">';
|
98 |
|
$ret .=
'<div clas
s="clear_b
oth"></div
>';
|
|
98 |
|
$ret .=
'<div clas
s="clear_b
oth"></div
>';
|
99 |
|
|
|
99 |
|
|
100 |
|
$ret .=
'<div clas
s="login_l
ine">';
|
|
100 |
|
$ret .=
'<div clas
s="login_l
ine">';
|
101 |
|
$ret .= _t
('_Nicknam
e') . ':';
|
|
101 |
|
$ret .= _t
('_Nicknam
e') . ':';
|
102 |
|
$ret .= '<
input nam
e="ID" val
ue="" type
="text"cla
ss="login_
area" />';
|
|
102 |
|
$ret .= '<
input nam
e="ID" val
ue="" type
="text"cla
ss="login_
area" />';
|
103 |
|
$ret .=
'</div>';
|
|
103 |
|
$ret .=
'</div>';
|
104 |
|
$ret .=
'<div clas
s="login_l
ine">';
|
|
104 |
|
$ret .=
'<div clas
s="login_l
ine">';
|
105 |
|
$ret .= _t
('_Passwor
d') . ':';
|
|
105 |
|
$ret .= _t
('_Passwor
d') . ':';
|
106 |
|
$ret .= '<
input name
="Password
" value=""
type="pas
sword" cla
ss="login_
area" />';
|
|
106 |
|
$ret .= '<
input name
="Password
" value=""
type="pas
sword" cla
ss="login_
area" />';
|
107 |
|
$ret .=
'</div>';
|
|
107 |
|
$ret .=
'</div>';
|
108 |
|
$ret .=
'<div clas
s="forgotD
iv">';
|
|
108 |
|
$ret .=
'<div clas
s="forgotD
iv">';
|
109 |
|
$ret .= '<
a href="'
. $site['u
rl'] . 'fo
rgot.php">
' . _t('_f
orgot_your
_password'
) . '?</a>
';
|
|
109 |
|
$ret .= '<
a href="'
. $site['u
rl'] . 'fo
rgot.php">
' . _t('_f
orgot_your
_password'
) . '?</a>
';
|
110 |
|
$ret .=
'</div>';
|
|
110 |
|
$ret .=
'</div>';
|
111 |
|
$ret .=
'<input cl
ass="login
_button" t
ype="image
" src="' .
$site['im
ages'] . '
button_log
in_index.g
if" />';
|
|
111 |
|
$ret .=
'<input cl
ass="login
_button" t
ype="image
" src="' .
$site['im
ages'] . '
button_log
in_index.g
if" />';
|
112 |
|
$ret
.=
'<div
class="joi
n_now">'
.
_t('_or')
.
'
<a
href="'
.
$site['url
']
.
'join
_form
.php">'
.
_t(
'_Join
now'
)
.
'</a></div
>';
|
|
112 |
|
$ret
.=
'<div
class="joi
n_now">'
.
_t('_or')
.
'
<a
href="'
.
$site['url
']
.
'join
.php">'
.
_t(
'_Join
now'
)
.
'</a></div
>';
|
113 |
|
|
|
113 |
|
|
114 |
|
$ret .=
'<div clas
s="clear_b
oth"></div
>';
|
|
114 |
|
$ret .=
'<div clas
s="clear_b
oth"></div
>';
|
115 |
|
$ret .
= '</form>
';
|
|
115 |
|
$ret .
= '</form>
';
|
116 |
|
$ret
.= '</div
>';
|
|
116 |
|
$ret
.= '</div
>';
|
117 |
|
}
|
|
117 |
|
}
|
118 |
|
|
|
118 |
|
|
119 |
|
re
turn Desig
nBoxConten
t( _t('_Me
mber Login
'), $ret,
1 );
|
|
119 |
|
re
turn Desig
nBoxConten
t( _t('_Me
mber Login
'), $ret,
1 );
|
120 |
|
}
|
|
120 |
|
}
|
121 |
|
|
|
121 |
|
|
122 |
|
|
|
122 |
|
|
123 |
|
function
getProfile
OnlineStat
us(
$user_is_o
nline,
$bDrawMarg
in=
FALSE
)
{
|
|
123 |
|
function
getProfile
OnlineStat
us(
$user_is_o
nline,
$bDrawMarg
in=
false,
$bCouple
=
false
)
{
|
124 |
|
gl
obal $site
;
|
|
124 |
|
gl
obal $site
;
|
125 |
|
|
|
125 |
|
|
126 |
|
$sMarginsA
ddon
=
($bDrawMar
gin)
?
'
style="mar
gin-right:
10
px;margin-
bottom:10p
x;"
'
:
'';
|
|
126 |
|
$i
MargR = ($
bCouple==f
alse) ? '5
' : '10';
|
|
|
127 |
|
$sMarginsA
ddon
=
($bDrawMar
gin)
?
'
style="mar
gin-right:
'.$iMargR.
'
px;margin-
bottom:10p
x;"
'
:
'';
|
127 |
|
if
( $user_is
_online )
{
|
|
128 |
|
if
( $user_is
_online )
{
|
128 |
|
$sRe
t .= '<img
src="' .
$site['ico
ns'] . 'on
line.gif"
alt="' . _
t("_Online
") . '" ti
tle="' . _
t("_Online
") . '" cl
ass="onlin
e_offline_
bulb" '. $
sMarginsAd
don .' />'
;
|
|
129 |
|
$sRe
t .= '<img
src="' .
$site['ico
ns'] . 'on
line.gif"
alt="' . _
t("_Online
") . '" ti
tle="' . _
t("_Online
") . '" cl
ass="onlin
e_offline_
bulb" '. $
sMarginsAd
don .' />'
;
|
129 |
|
}
else {
|
|
130 |
|
}
else {
|
130 |
|
$sRe
t .= '<img
src="' .
$site['ico
ns'] . 'of
fline.gif"
alt="'. _
t("_Offlin
e") . '" t
itle="'. _
t("_Offlin
e") . '" c
lass="onli
ne_offline
_bulb" '.
$sMarginsA
ddon .' />
';
|
|
131 |
|
$sRe
t .= '<img
src="' .
$site['ico
ns'] . 'of
fline.gif"
alt="'. _
t("_Offlin
e") . '" t
itle="'. _
t("_Offlin
e") . '" c
lass="onli
ne_offline
_bulb" '.
$sMarginsA
ddon .' />
';
|
131 |
|
}
|
|
132 |
|
}
|
132 |
|
re
turn $sRet
;
|
|
133 |
|
re
turn $sRet
;
|
133 |
|
}
|
|
134 |
|
}
|
134 |
|
|
|
135 |
|
|
135 |
|
function g
etProfileM
atch( $mem
berID, $pr
ofileID )
|
|
136 |
|
function g
etProfileM
atch( $mem
berID, $pr
ofileID )
|
136 |
|
{
|
|
137 |
|
{
|
137 |
|
gl
obal $oTem
plConfig;
|
|
138 |
|
gl
obal $oTem
plConfig;
|
138 |
|
|
|
139 |
|
|
139 |
|
$match_n
=
ma
t
ch_p
rofiles
($memberID
,
$profileID
);
|
|
140 |
|
$match_n
=
ge
t
P
rofiles
Match
($memberID
,
$profileID
);
//
impl
|
140 |
|
$r
et = '';
|
|
141 |
|
$r
et = '';
|
141 |
|
$r
et .= Desi
gnProgress
Pos ( _t("
_XX match"
, $match_n
), $oTempl
Config->iP
rofileView
ProgressBa
r, 100, $m
atch_n );;
|
|
142 |
|
$r
et .= Desi
gnProgress
Pos ( _t("
_XX match"
, $match_n
), $oTempl
Config->iP
rofileView
ProgressBa
r, 100, $m
atch_n );;
|
142 |
|
|
|
143 |
|
|
143 |
|
re
turn $ret;
|
|
144 |
|
re
turn $ret;
|
144 |
|
}
|
|
145 |
|
}
|
145 |
|
|
|
146 |
|
|
146 |
|
function g
etProfileZ
odiac( $pr
ofileDate
)
|
|
147 |
|
function g
etProfileZ
odiac( $pr
ofileDate
)
|
147 |
|
{
|
|
148 |
|
{
|
148 |
|
$r
et = '';
|
|
149 |
|
$r
et = '';
|
149 |
|
$ret .
= ShowZodi
acSign( $p
rofileDate
);
|
|
150 |
|
$ret .
= ShowZodi
acSign( $p
rofileDate
);
|
150 |
|
|
|
151 |
|
|
151 |
|
re
turn $ret;
|
|
152 |
|
re
turn $ret;
|
152 |
|
}
|
|
153 |
|
}
|
153 |
|
|
|
154 |
|
|
154 |
|
function
Page
Static
Component
s
(
)
|
|
155 |
|
function
Templ
Page
Add
Component
(
$sKey
)
{
|
155 |
|
{
|
|
156 |
|
switch
( $sKey )
{
|
156 |
|
//
do nothin
g
|
|
157 |
|
ca
se 'someth
ing':
|
|
|
158 |
|
return f
alse; // r
eturn here
additiona
l componen
ts
|
|
|
159 |
|
|
|
|
160 |
|
de
fault:
|
|
|
161 |
|
return f
alse; // i
f you have
not such
component,
return fa
lse!
|
|
|
162 |
|
}
|
157 |
|
}
|
|
163 |
|
}
|
158 |
|
|
|
164 |
|
|
159 |
|
function H
elloMember
Section()
|
|
165 |
|
function H
elloMember
Section()
|
160 |
|
{
|
|
166 |
|
{
|
161 |
|
gl
obal $logg
ed;
|
|
167 |
|
gl
obal $logg
ed;
|
162 |
|
gl
obal $site
;
|
|
168 |
|
gl
obal $site
;
|
163 |
|
|
|
169 |
|
|
164 |
|
ob
_start();
|
|
170 |
|
ob
_start();
|
165 |
|
|
|
171 |
|
|
166 |
|
if
( $logged[
'member']
)
|
|
172 |
|
if
( $logged[
'member']
)
|
167 |
|
{
|
|
173 |
|
{
|
168 |
|
$mem
berID = (i
nt)$_COOKI
E['memberI
D'];
|
|
174 |
|
$mem
berID = (i
nt)$_COOKI
E['memberI
D'];
|
169 |
|
$iLe
t = getNew
LettersNum
($memberID
);
|
|
175 |
|
$iLe
t = getNew
LettersNum
($memberID
);
|
170 |
|
$sNe
wLet = $iL
et > 0 ? '
<b>('.$iLe
t.')</b>'
: '' ;
|
|
176 |
|
$sNe
wLet = $iL
et > 0 ? '
<b>('.$iLe
t.')</b>'
: '' ;
|
171 |
|
?>
|
|
177 |
|
?>
|
172 |
|
<div
class="to
pMemberBlo
ck">
|
|
178 |
|
<div
class="to
pMemberBlo
ck">
|
173 |
|
<?= ge
t_member_i
con( $memb
erID, 'rig
ht' ) ?>
|
|
179 |
|
<?= ge
t_member_i
con( $memb
erID, 'rig
ht' ) ?>
|
174 |
|
<div c
lass="hell
o_member">
<?= _t( '_
Hello memb
er', getNi
ckName( $m
emberID )
) ?></div>
|
|
180 |
|
<div c
lass="hell
o_member">
<?= _t( '_
Hello memb
er', getNi
ckName( $m
emberID )
) ?></div>
|
175 |
|
|
|
181 |
|
|
176 |
|
<div c
lass="hell
o_actions"
>
|
|
182 |
|
<div c
lass="hell
o_actions"
>
|
177 |
|
<span><a
href="<?=
$site['ur
l'] ?>memb
er.php"><?
= _t('_My
account')
?></a></sp
an>
|
|
183 |
|
<span><a
href="<?=
$site['ur
l'] ?>memb
er.php"><?
= _t('_My
account')
?></a></sp
an>
|
178 |
|
<span><a
href="<?=
$site['ur
l'] ?>mail
.php?mode=
inbox"><?=
_t('_My M
ail') ?></
a><?=' '.$
sNewLet;?>
</span>
|
|
184 |
|
<span><a
href="<?=
$site['ur
l'] ?>mail
.php?mode=
inbox"><?=
_t('_My M
ail') ?></
a><?=' '.$
sNewLet;?>
</span>
|
179 |
|
<span><a
href="<?
echo getPr
ofileLink(
$memberID
) ?>"><?=
_t('_My P
rofile') ?
></a></spa
n>
|
|
185 |
|
<span><a
href="<?
echo getPr
ofileLink(
$memberID
) ?>"><?=
_t('_My P
rofile') ?
></a></spa
n>
|
180 |
|
<span><a
href="jav
ascript:vo
id(0);"
|
|
186 |
|
<span><a
href="jav
ascript:vo
id(0);"
|
181 |
|
onclic
k="window.
open( '<?=
$site['ur
l'] ?>pres
ence_pop.p
hp' , 'Pre
sence', 'w
idth=224,h
eight=600,
toolbar=0,
directorie
s=0,menuba
r=0,status
=0,locatio
n=0,scroll
bars=0,res
izable=1')
;"
|
|
187 |
|
onclic
k="window.
open( '<?=
$site['ur
l'] ?>pres
ence_pop.p
hp' , 'Pre
sence', 'w
idth=224,h
eight=600,
toolbar=0,
directorie
s=0,menuba
r=0,status
=0,locatio
n=0,scroll
bars=0,res
izable=1')
;"
|
182 |
|
><?= _
t('_RayPre
sence') ?>
</a></span
>
|
|
188 |
|
><?= _
t('_RayPre
sence') ?>
</a></span
>
|
183 |
|
<span><a
href="<?=
$site['ur
l'] ?>logo
ut.php?act
ion=member
_logout"><
?= _t('_Lo
g Out2') ?
></a></spa
n>
|
|
189 |
|
<span><a
href="<?=
$site['ur
l'] ?>logo
ut.php?act
ion=member
_logout"><
?= _t('_Lo
g Out2') ?
></a></spa
n>
|
184 |
|
</div>
|
|
190 |
|
</div>
|
185 |
|
</di
v>
|
|
191 |
|
</di
v>
|
186 |
|
<?
|
|
192 |
|
<?
|
187 |
|
}
|
|
193 |
|
}
|
188 |
|
el
seif( $log
ged['admin
'] )
|
|
194 |
|
el
seif( $log
ged['admin
'] )
|
189 |
|
{
|
|
195 |
|
{
|
190 |
|
?>
|
|
196 |
|
?>
|
191 |
|
<div
class="to
pMemberBlo
ck">
|
|
197 |
|
<div
class="to
pMemberBlo
ck">
|
192 |
|
<div c
lass="thum
bnail_bloc
k" style="
float:righ
t;position
:relative;
">
|
|
198 |
|
<div c
lass="thum
bnail_bloc
k" style="
float:righ
t;position
:relative;
">
|
193 |
|
<i
mg style="
width: 45p
x; height:
45px; bac
kground-im
age: url(<
?= getTemp
lateIcon(
'man_small
.gif' ) ?>
);"
|
|
199 |
|
<i
mg style="
width: 45p
x; height:
45px; bac
kground-im
age: url(<
?= getTemp
lateIcon(
'man_small
.gif' ) ?>
);"
|
194 |
|
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
/>
|
|
200 |
|
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
alt=""
/>
|
195 |
|
</div>
|
|
201 |
|
</div>
|
196 |
|
<div c
lass="hell
o_member">
<?= _t( '_
Hello memb
er', 'admi
n' ) ?></d
iv>
|
|
202 |
|
<div c
lass="hell
o_member">
<?= _t( '_
Hello memb
er', 'admi
n' ) ?></d
iv>
|
197 |
|
|
|
203 |
|
|
198 |
|
<div c
lass="hell
o_actions"
>
|
|
204 |
|
<div c
lass="hell
o_actions"
>
|
199 |
|
<span><a
href="<?=
$site['url
']
?>
admin
/
index.php"
><?=
_t('_Admin
Panel')
?></a></sp
an>
|
|
205 |
|
<span><a
href="<?=
$site['url
_
admin
']
?>
index.php"
><?=
_t('_Admin
Panel')
?></a></sp
an>
|
200 |
|
<span><a
href="<?=
$site['ur
l'] ?>logo
ut.php?act
ion=admin_
logout"><?
= _t('_Log
Out2') ?>
</a></span
>
|
|
206 |
|
<span><a
href="<?=
$site['ur
l'] ?>logo
ut.php?act
ion=admin_
logout"><?
= _t('_Log
Out2') ?>
</a></span
>
|
201 |
|
</div>
|
|
207 |
|
</div>
|
202 |
|
</di
v>
|
|
208 |
|
</di
v>
|
203 |
|
<?
|
|
209 |
|
<?
|
204 |
|
}
|
|
210 |
|
}
|
205 |
|
el
se
|
|
211 |
|
el
se
|
206 |
|
{
|
|
212 |
|
{
|
|
|
213 |
|
//<a
href="<_?
= $site['u
rl'] ?_>me
mber.php">
<_?= _t( '
_Member Lo
gin' ) ?_>
</a>
|
207 |
|
?>
|
|
214 |
|
?>
|
208 |
|
<div
class="to
pMemberBlo
ck">
|
|
215 |
|
<div
class="to
pMemberBlo
ck">
|
209 |
|
<div c
lass="no_h
ello_actio
ns">
|
|
216 |
|
<div c
lass="no_h
ello_actio
ns">
|
210 |
|
<a
href="<?=
$site['url
']
?>join
_form
.php"><?=
_t(
'_Join
Now
Top'
)
?></a>
|
|
217 |
|
<a
href="<?=
$site['url
']
?>join
.php"><?=
_t(
'_Join
Now
Top'
)
?></a>
|
211 |
|
<a href=
"<?= $site
['url'] ?>
member.php
"
><?= _t( '
_Member Lo
gin' ) ?><
/a>
|
|
218 |
|
<a href=
"<?= $site
['url'] ?>
member.php
"
onclick="s
howItemEdi
tForm('log
in_div');
$( '#login
_div' ).sh
ow().load(
'member.p
hp?action=
show_login
_form&relo
cate=' + e
ncodeURICo
mponent( w
indow.loca
tion ) );
return fal
se;"
><?= _t( '
_Member Lo
gin' ) ?><
/a>
|
212 |
|
</div>
|
|
219 |
|
</div>
|
213 |
|
</di
v>
|
|
220 |
|
</di
v>
|
214 |
|
<?
|
|
221 |
|
<?
|
215 |
|
}
|
|
222 |
|
}
|
216 |
|
|
|
223 |
|
|
217 |
|
re
turn ob_ge
t_clean();
|
|
224 |
|
re
turn ob_ge
t_clean();
|
218 |
|
}
|
|
225 |
|
}
|
219 |
|
|
|
226 |
|
|
220 |
|
function M
sgBox( $te
xt )
|
|
227 |
|
function M
sgBox( $te
xt )
|
221 |
|
{
|
|
228 |
|
{
|
222 |
|
gl
obal $site
;
|
|
229 |
|
gl
obal $site
;
|
223 |
|
gl
obal $tmpl
;
|
|
230 |
|
gl
obal $tmpl
;
|
224 |
|
|
|
231 |
|
|
225 |
|
ob
_start();
|
|
232 |
|
ob
_start();
|
226 |
|
?>
|
|
233 |
|
?>
|
227 |
|
<tab
le class="
MsgBox" ce
llpadding=
"0" cellsp
acing="0">
|
|
234 |
|
<tab
le class="
MsgBox" ce
llpadding=
"0" cellsp
acing="0">
|
228 |
|
<tr>
|
|
235 |
|
<tr>
|
229 |
|
<td
class="cor
der"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_lt.png
"
?>"
/></td>
|
|
236 |
|
<td
class="cor
der"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_lt.png
"
?>"
alt=""
/></td>
|
230 |
|
<td
class="top
_side"><im
g
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
/></td>
|
|
237 |
|
<td
class="top
_side"><im
g
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
alt=""
/></td>
|
231 |
|
<td
class="cor
der"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_rt.png
"
?>"
/></td>
|
|
238 |
|
<td
class="cor
der"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_rt.png
"
?>"
alt=""
/></td>
|
232 |
|
</tr>
|
|
239 |
|
</tr>
|
233 |
|
<tr>
|
|
240 |
|
<tr>
|
234 |
|
<td
class="lef
t_side"><i
mg
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
/></td>
|
|
241 |
|
<td
class="lef
t_side"><i
mg
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
alt=""
/></td>
|
235 |
|
<td clas
s="msgbox_
content"><
div class=
"msgbox_te
xt"><?= $t
ext ?></di
v></td>
|
|
242 |
|
<td clas
s="msgbox_
content"><
div class=
"msgbox_te
xt"><?= $t
ext ?></di
v></td>
|
236 |
|
<td
class="rig
ht_side"><
img
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
/></td>
|
|
243 |
|
<td
class="rig
ht_side"><
img
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
alt=""
/></td>
|
237 |
|
</tr>
|
|
244 |
|
</tr>
|
238 |
|
<tr>
|
|
245 |
|
<tr>
|
239 |
|
<td
class="cor
ner"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_lb.png
"
?>"
/></td>
|
|
246 |
|
<td
class="cor
ner"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_lb.png
"
?>"
alt=""
/></td>
|
240 |
|
<td
class="bot
tom_side">
<img
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
/></td>
|
|
247 |
|
<td
class="bot
tom_side">
<img
src="<?=
getTemplat
eIcon(
'spacer.gi
f'
)
?>"
alt=""
/></td>
|
241 |
|
<td
class="cor
ner"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_rb.png
"
?>"
/></td>
|
|
248 |
|
<td
class="cor
ner"><img
src="<?=
"{$site['u
rl']}templ
ates/tmpl_
$tmpl/imag
es/msgbox_
cor_rb.png
"
?>"
alt=""
/></td>
|
242 |
|
</tr>
|
|
249 |
|
</tr>
|
243 |
|
</ta
ble>
|
|
250 |
|
</ta
ble>
|
244 |
|
<?
|
|
251 |
|
<?
|
245 |
|
|
|
252 |
|
|
246 |
|
re
turn ob_ge
t_clean();
|
|
253 |
|
re
turn ob_ge
t_clean();
|
247 |
|
}
|
|
254 |
|
}
|
248 |
|
|
|
255 |
|
|
249 |
|
?>
|
|
256 |
|
?>
|