Cum pot face ca in imagine la cine este conectat?
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 2 • Distribuiţi
Pagina 1 din 2 • 1, 2
Cum pot face ca in imagine la cine este conectat?
Salut ! Cum pot face sa-mi apara si mie pe forum ca in imagine
Ultima editare efectuata de catre MAESTRO in Joi Aug 23, 2012 10:55 pm, editata de 1 ori
Re: Cum pot face ca in imagine la cine este conectat?
Trebuie să ai versiunea forumului phpbb2 sau punBB
Dacă ai aşa ceva postează aici index_body!
Dacă ai aşa ceva postează aici index_body!
Re: Cum pot face ca in imagine la cine este conectat?
Uite aici.
- Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28">
<!-- BEGIN switch_viewonline_link -->
<span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span>
<!-- END switch_viewonline_link -->
<!-- BEGIN switch_viewonline_nolink -->
<span class="cattitle">{L_WHO_IS_ONLINE}</span>
<!-- END switch_viewonline_nolink -->
</td>
</tr>
<tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
{L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="catHead" colspan="2" height="28"><center>Parteneri eGaming</center></td>
</tr>
<tr>
<td width="65" class="row1" align="center" valign="middle"><center><img src="http://cdn1.iconfinder.com/data/icons/SOPHISTIQUE/business/png/48/partners.png" /></center></td>
<td class="row1" width="100%"><marquee behavior="scroll" direction="left">
<!-- Code 2.0 Romanian Top 66 START (egamingcs.wikiforum.ro) -->
<script src="http://script.top66.ro/id-476247/20/1/Bine%20ati%20venit!%20Apasati%20OK%20pentru%20a%20vota%20pentru%20acest%20site%20in%20Romanian%20Top%2066/code2.js" type="text/javascript"></script>
<a href="http://www.top66.ro" title="Promovare gratuita"><img src="http://images.top66.ro/vote/20.gif" usemap="#Top66Vote" border="0"></a>
<!-- Code 2.0 Romanian Top 66 STOP (egamingcs.wikiforum.ro) -->
<!-- TopSiteuri.ro code (BEGIN) -->
<a href="http://www.topsiteuri.ro/" target="_blank" title="TopSiteuri.ro - Adauga si site-ul tau - Director web"><img
src="http://www.topsiteuri.ro/images/voteaza.gif" alt="TopSiteuri.ro - Adauga si site-ul tau - Director web" border="0" /></a>
<!-- TopSiteuri.ro code (END) -->
<!-- script statistics.ro : V2 : html-easy -->
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
<a href="http://www.wta.ro/1058stats_index" target="_blank" title="Statistici web"><script type="text/javascript">
st_ro_start(1058, "", "", "");</script></a>
<noscript><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/1058/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"></a></noscript>
<!-- end of script statistics.ro : V2 : html-easy -->
<!--/Start async trafic.ro/-->
<script type="text/javascript" id="trfc_trafic_script">
//<![CDATA[
t_rid = 'egamingcs-wikiforum-ro';
(function(){ t_js_dw_time=new Date().getTime();
t_js_load_src=((document.location.protocol == 'http:')?'http://storage.':'https://secure.')+'trafic.ro/js/trafic.js?tk='+(Math.pow(10,16)*Math.random())+'&t_rid='+t_rid;
if (document.createElement && document.getElementsByTagName && document.insertBefore) {
t_as_js_en=true;var sn = document.createElement('script');sn.type = 'text/javascript';sn.async = true; sn.src = t_js_load_src;
var psn = document.getElementsByTagName('script')[0];psn.parentNode.insertBefore(sn, psn); } else {
document.write(unescape('%3Cscri' + 'pt type="text/javascript" '+'src="'+t_js_load_src+';"%3E%3C/sc' + 'ript%3E')); }})();
//]]>
</script>
<noscript><p><a href="http://www.trafic.ro/statistici/egamingcs.wikiforum.ro"><img alt="egamingcs.wikiforum.ro" src="http://log.trafic.ro/cgi-bin/pl.dll?rid=egamingcs-wikiforum-ro" /></a> <a href="http://www.trafic.ro/">Web analytics</a></p></noscript>
<!--/End async trafic.ro/-->
</marquee></td>
</tr>
</table>
Re: Cum pot face ca in imagine la cine este conectat?
- Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<td valign="top" width="100%">
<div id="center">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td></tr><tr>
<!-- BEGIN disable_viewonline -->
<tr>
<table class="forumline" width="40%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<b><font color="white">Cine este conectat</font></b>{Statistici}
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/whosonline.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/totals.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/most_users.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 156, Mier 11 sep 2011 - 15:57</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/newest_member.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/new.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/terms.png" border="0" alt="" />
<strong>Citeste <a href="/t97-regulament-forum">Termenii de utilizare</strong></a></td></span>
</tr>
<script type="text/javascript">jQuery(document).ready(function(){jQuery(".toggle-trig a").click(function () {jQuery(this).parent().next().slideToggle("normal");return false;});});</script> <div class="toggle-trig"><a href=""><img src="http://img217.imageshack.us/img217/3679/42709021.png"></a></div> <div class="radio_czone"><object width="191" height="46"> <param name="movie" value="http://www.museter.com/ffmp3-config.swf" /> <param name="flashvars" value="url=http://77.36.67.136:8000/;&lang=en&codec=mp3&volume=30&autoplay=true&traking=true&jsevents=false&buffering=2&skin=http://www.museter.com/skins/compact/ffmp3-compact.xml&title=Radio%20 Boom Panciu - PARTY ON !&welcome=WELCOME%20TO..." /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <param name="scale" value="noscale" /> <embed type="application/x-shockwave-flash" width="191" height="46" src="http://www.museter.com/ffmp3-config.swf" mce_src="http://www.museter.com/ffmp3-config.swf" flashvars="url=http://77.36.67.136:8000/;&lang=en&codec=mp3&volume=30&autoplay=true&traking=true&jsevents=false&buffering=2&skin=http://www.museter.com/skins/compact/ffmp3-compact.xml&title=Radio%20Boom Panciu - PARTY ON !&welcome=WELCOME%20TO..." scale="noscale" wmode="transparent" allowscriptaccess="always"></embed></object> </div><style type="text/css">.toggle-trig{text-align:center;}.radio_czone{display: none;}</style></center>
<div style=" font-size:11px; background-color:;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color:#a7a7a7;
padding:5px;
border:1px solid #325375;
margin-bottom:8px;
"><strong>RestrictArea TeaM : {GROUP_LEGEND}</strong></div>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><font color="white">Parteneri</font></h4></td>
</tr>
<tr>
<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
<td class="row1"><img src="http://icons.iconarchive.com/icons/antialiasfactory/enterprise-resource-planning/64/Partnership-icon.png" alt="Parteneri CounterZone"></td>
<td class="row1 nobold" width="50%" valign="middle">
<center>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><!--play-hs-->
<a href=http://play-hs.forumz.ro/forum><img src=http://i1232.photobucket.com/albums/ff378/MultiCrayziKid/bcxbx.gif></a>
<!--play-hs--></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <!-- script statistics.ro : V2 : html-easy -->
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
<a href="http://www.wta.ro/25193stats_index" target="_blank" title="Statistici web"><script type="text/javascript">
st_ro_start(25193, "", "", "");</script></a>
<noscript><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/25193/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"></a></noscript>
<!-- end of script statistics.ro : V2 : html-easy --></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://graphicarhive.forumhit.ro/"><img src="http://i1101.photobucket.com/albums/g426/SouNNd-/mini-b17.png" title="Graphic-Arhive" alt="Graphic-Arhive" border="0"></a></span>
<br>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
</center>
</td>
</br>
<td class="row1 nobold" width="100%" valign="middle">
<center><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; ">
<a href="/forum"><img src="http://i1086.photobucket.com/albums/j448/alexnica91/Untitled-3.gif"></a></span></center>
</td>
</tr>
</tbody></table>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><font color="white">Links</font></h4></td>
</tr>
<tr>
<td class="row1"><img src="http://icons.iconarchive.com/icons/semlabs/web-blog/48/arrow-expand-icon.png" alt="Statistici" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed"><b>Links:
<a href="/forum" target=" _blank">RestrictArea</a> |
<a href="http://Softart.forumhit.ro/" target=" _blank">SoftArt</a> |
<a href="http://www.seoinc.ro" target=" _blank">Optimizare Web</a> |
<a href="http://www.detailingautoconcept.ro/folie-auto/ " target=" _blank">Folie Auto</a> |
<a href="http://www.1cazare.ro" target=" _blank">Cazare</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a></b></td>
</tr>
</table>
<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><font color="white">Discriminari</font></h4></td>
</tr>
<tr>
</tr>
<tr>
<td class="row1"><img src="http://icons.iconarchive.com/icons/noctuline/divali/128/Glass-Candle-icon.png" alt=" lgz.ro"></td>
<td class="row1"><font size="2"><b><span style="color: #00FFFF">Nici unul din fisierele care apar aici nu sunt gazduite sau transmise de catre acest server. Linkurile sunt furnizate exclusiv de utilizatorii acestui site. Echipa RestrictArena nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza, sau orice alte actiuni ilegale ale acestora . Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni, nu ezitati sa ne contactati. Administratorii acestei
comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment, fara nici un anunt prealabil.Drepturile de autor pentru toate creatiile RestrictArena Apartin RestrictArena Si este interzisa reproducerea sau copierea lor. <br>Va rugam sa cititi acest disclaimer si sa il tratati cu maxima seriozitate.</span></b></font><b><span style="color: #00FFFF"><br></span></b>
</tr>
</tbody></table>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<div style=" font-size:11px; background-color:;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color:#a7a7a7;
padding:5px;
border:1px solid #325375;
margin-bottom:8px;
"><strong>{LOGGED_IN_USER_LIST}</strong></div>
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Re: Cum pot face ca in imagine la cine este conectat?
Diavolita a scris:
- Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
</span>
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<td valign="top" width="100%">
<div id="center">
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td></tr><tr>
<!-- BEGIN disable_viewonline -->
<tr>
<table class="forumline" width="40%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<b><font color="white">Cine este conectat</font></b>{Statistici}
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/whosonline.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/totals.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/most_users.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 156, Mier 11 sep 2011 - 15:57</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/newest_member.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/new.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/terms.png" border="0" alt="" />
<strong>Citeste <a href="/t97-regulament-forum">Termenii de utilizare</strong></a></td></span>
</tr>
<script type="text/javascript">jQuery(document).ready(function(){jQuery(".toggle-trig a").click(function () {jQuery(this).parent().next().slideToggle("normal");return false;});});</script> <div class="toggle-trig"><a href=""><img src="http://img217.imageshack.us/img217/3679/42709021.png"></a></div> <div class="radio_czone"><object width="191" height="46"> <param name="movie" value="http://www.museter.com/ffmp3-config.swf" /> <param name="flashvars" value="url=http://77.36.67.136:8000/;&lang=en&codec=mp3&volume=30&autoplay=true&traking=true&jsevents=false&buffering=2&skin=http://www.museter.com/skins/compact/ffmp3-compact.xml&title=Radio%20 Boom Panciu - PARTY ON !&welcome=WELCOME%20TO..." /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <param name="scale" value="noscale" /> <embed type="application/x-shockwave-flash" width="191" height="46" src="http://www.museter.com/ffmp3-config.swf" mce_src="http://www.museter.com/ffmp3-config.swf" flashvars="url=http://77.36.67.136:8000/;&lang=en&codec=mp3&volume=30&autoplay=true&traking=true&jsevents=false&buffering=2&skin=http://www.museter.com/skins/compact/ffmp3-compact.xml&title=Radio%20Boom Panciu - PARTY ON !&welcome=WELCOME%20TO..." scale="noscale" wmode="transparent" allowscriptaccess="always"></embed></object> </div><style type="text/css">.toggle-trig{text-align:center;}.radio_czone{display: none;}</style></center>
<div style=" font-size:11px; background-color:;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color:#a7a7a7;
padding:5px;
border:1px solid #325375;
margin-bottom:8px;
"><strong>RestrictArea TeaM : {GROUP_LEGEND}</strong></div>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><font color="white">Parteneri</font></h4></td>
</tr>
<tr>
<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
<td class="row1"><img src="http://icons.iconarchive.com/icons/antialiasfactory/enterprise-resource-planning/64/Partnership-icon.png" alt="Parteneri CounterZone"></td>
<td class="row1 nobold" width="50%" valign="middle">
<center>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><!--play-hs-->
<a href=http://play-hs.forumz.ro/forum><img src=http://i1232.photobucket.com/albums/ff378/MultiCrayziKid/bcxbx.gif></a>
<!--play-hs--></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; "> <!-- script statistics.ro : V2 : html-easy -->
<script type="text/javascript" src="http://hitx.statistics.ro/hitx2.js"></script>
<a href="http://www.wta.ro/25193stats_index" target="_blank" title="Statistici web"><script type="text/javascript">
st_ro_start(25193, "", "", "");</script></a>
<noscript><a href="http://www.wta.ro/"><img src="http://hitx.statistics.ro/25193/1/-/-/-/a-x/nojs.gif" width="88" height="31" alt="Statistici web"></a></noscript>
<!-- end of script statistics.ro : V2 : html-easy --></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://graphicarhive.forumhit.ro/"><img src="http://i1101.photobucket.com/albums/g426/SouNNd-/mini-b17.png" title="Graphic-Arhive" alt="Graphic-Arhive" border="0"></a></span>
<br>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"><a href="http://counterzone.ace.st"><img src="http://img847.imageshack.us/img847/4190/micliber.png"></a></span>
</center>
</td>
</br>
<td class="row1 nobold" width="100%" valign="middle">
<center><span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3; ">
<a href="/forum"><img src="http://i1086.photobucket.com/albums/j448/alexnica91/Untitled-3.gif"></a></span></center>
</td>
</tr>
</tbody></table>
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><font color="white">Links</font></h4></td>
</tr>
<tr>
<td class="row1"><img src="http://icons.iconarchive.com/icons/semlabs/web-blog/48/arrow-expand-icon.png" alt="Statistici" /></td>
<td class="row1" width="100%" valign="middle"><p class="genmed"><b>Links:
<a href="/forum" target=" _blank">RestrictArea</a> |
<a href="http://Softart.forumhit.ro/" target=" _blank">SoftArt</a> |
<a href="http://www.seoinc.ro" target=" _blank">Optimizare Web</a> |
<a href="http://www.detailingautoconcept.ro/folie-auto/ " target=" _blank">Folie Auto</a> |
<a href="http://www.1cazare.ro" target=" _blank">Cazare</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a> |
<a href="/forum" target=" _blank">Link-ul tau</a></b></td>
</tr>
</table>
<table class="tablebg" width="100%" cellspacing="1">
<tbody><tr>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" colspan="2"><h4><font color="white">Discriminari</font></h4></td>
</tr>
<tr>
</tr>
<tr>
<td class="row1"><img src="http://icons.iconarchive.com/icons/noctuline/divali/128/Glass-Candle-icon.png" alt=" lgz.ro"></td>
<td class="row1"><font size="2"><b><span style="color: #00FFFF">Nici unul din fisierele care apar aici nu sunt gazduite sau transmise de catre acest server. Linkurile sunt furnizate exclusiv de utilizatorii acestui site. Echipa RestrictArena nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza, sau orice alte actiuni ilegale ale acestora . Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni, nu ezitati sa ne contactati. Administratorii acestei
comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment, fara nici un anunt prealabil.Drepturile de autor pentru toate creatiile RestrictArena Apartin RestrictArena Si este interzisa reproducerea sau copierea lor. <br>Va rugam sa cititi acest disclaimer si sa il tratati cu maxima seriozitate.</span></b></font><b><span style="color: #00FFFF"><br></span></b>
</tr>
</tbody></table>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<div style=" font-size:11px; background-color:;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color:#a7a7a7;
padding:5px;
border:1px solid #325375;
margin-bottom:8px;
"><strong>{LOGGED_IN_USER_LIST}</strong></div>
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Ce fac cu ista ?
Re: Cum pot face ca in imagine la cine este conectat?
Este viewtopic_body, înlocuieşti cu ce ai tu în viewtopic_body.
Înlocuişti codul care l-am dat eu cu ce ai tu în viewtopic_Body.
Înlocuişti codul care l-am dat eu cu ce ai tu în viewtopic_Body.
Re: Cum pot face ca in imagine la cine este conectat?
Diavolita a scris:Este viewtopic_body, înlocuieşti cu ce ai tu în viewtopic_body.
Înlocuişti codul care l-am dat eu cu ce ai tu în viewtopic_Body.
Pai tu miai cerut sa-ti dau index_body nu viwtopic_Body... Ce fac pana la urma ?
Re: Cum pot face ca in imagine la cine este conectat?
Am scris în topic-ul greşit, acela e index_body.
Re: Cum pot face ca in imagine la cine este conectat?
Diavolita a scris:Am scris în topic-ul greşit, acela e index_body.
Aha ok ! Deci introduc codul in index_body... !
Re: Cum pot face ca in imagine la cine este conectat?
Eu as vrea exact ca in imagine !
Re: Cum pot face ca in imagine la cine este conectat?
MAESTRO:Vă reamintim că mesajele duble nu sunt acceptate decât dacă a trecut o perioada de 24 de ore de la ultimul mesaj (folosiți butonul edit).
Mulţumesc pentru înţelegere!
Mulţumesc pentru înţelegere!
Vizitato- Vizitator
Re: Cum pot face ca in imagine la cine este conectat?
index_body:
CSS:
- Cod:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->
<tr>
<td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="row1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
</span>
</td>
</tr>
</table>
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td class="row1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
<tr>
<td valign="top" width="100%" class="row1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span>
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<br>
<center><span style="font-size: 11px; line-height: normal"><a href="/contact">- [Contact Team] </a></span>
<br>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="http://yahoo.com" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.tristangaldosdelcarpio.com/wp-content/themes/tristan/images/yahoo.png" border="0" alt="" /></a></span>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="http://facebook.com" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.5pageweb.com/images/icon20_fb.png" border="0" alt="" /></a></span>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="http://google.ro" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.maskedcrusader.com/images/styles/masked/misc/bookmarksite_google.png" border="0" alt="" /></a></span>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="http://twitter.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.idlaunch.org/styles/IDLaunch_Private/imageset/en/share_on_buttons/shareon_twitter.png" border="0" alt="" /></a></span>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="https://secure.delicious.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://cansecure.ca/images/delicious.png" border="0" alt="" /></a></span>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="https://login.live.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.xbox360asylum.ca/home/images/about/live.png" border="0" alt="" /></span></a>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="/feed" class="postlink" target="_blank" rel="nofollow">
<img src="http://creative-mathematics.ubm.ro/res/rss.png" border="0" alt="" /></a></span>
<span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="https://youtube.com/" class="postlink" target="_blank" rel="nofollow">
<img src="http://www.mcconnellbourn.com.au/img/youtube.png" border="0" alt="" /></a></span>
</center>
<br>
<center><span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.5;this.filters.alpha.opacity=50"><a href="" class="postlink" target="_blank" rel="nofollow">
<img src="http://i40.tinypic.com/1dyjcl.jpg" border="0" alt="" /></a></span> </center><br><br><br>
<tr>
<!-- BEGIN giefmod_index1 -->
{giefmod_index1.MODVAR}
<!-- BEGIN saut -->
<div style="height:{SPACE_ROW}px"></div>
<!-- END saut -->
<!-- END giefmod_index1 -->
</div>
</td></tr><tr></tr><tr>
<br>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
</table>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
</tr>
</table>
<!-- END switch_legend -->
<div class="adds1"><span style="font-size: 11px; line-height: normal"> <strong>{LOGGED_IN_USER_LIST}</strong></span></div><br/>
<div class="adds2"><span style="font-size: 11px; line-height: normal"> <strong>{LEGEND}</strong> : {GROUP_LEGEND}</span></div>
<tr>
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<b><font color="white"> Utilizatori acitivi in ultimele 48 de ore </font></b>{Statistici}</a></span>
</span>
</tr>
<td class="row1"><span class="gensmall"> {L_CONNECTED_MEMBERS}</td></span>
<tr>
<table class="forumline" width="40%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<b><font color="white">Cine este conectat</font></b>{Statistici}
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/whosonline.gif" border="0" alt="" /> {TOTAL_USERS_ONLINE} </td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/totals.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/most_users.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 156, Mier 11 sep 2011 - 15:57</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<strong><img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/newest_member.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/new.png" border="0" alt="" /> <strong>Versiune Instalata: <font color="openblue"> phpBB2</strong></font></td></span>
</tr>
<tr>
<td class="row1"><span class="gensmall">
<img src="http://kog.ro/forum/styles/Cruciatii%20Blue/theme/images/terms.png" border="0" alt="" />
<strong>Citeste <a href="/t97-regulament-forum">Termenii de utilizare</strong></a></td></span>
</tr>
<tr>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
{Statistici}<b><font color="white"> Parteneri</font></b>{Statistici}</a></span>
</span>
</tr>
<td class="row1" rowspan="6" align="center" valign="middle"><img src="http://img401.imageshack.us/img401/2357/parteneriat.png" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1"><marquee onmouseover="this.stop();" onmouseout="this.start();"><span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=10"><a href="http://forum.phpbbonline.com/" class="postlink" target="_blank" rel="nofollow"><img src="http://i46.servimg.com/u/f46/16/16/06/68/untitl47.png" border="0" alt="" /></a></span>
<tr>
<td class="row1"><span class="gensmall"><strong><span style="font-size: 10px; line-height: normal">Linck-uri: <a href="http://forum.phpbbonline.com/">Phpbb Online</a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | <a href="/forum">Link-ul tau </a> | </strong></span></span></div></span></td>
</tr>
<br/>
<br/>
<br/>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
{AUTO_DST}
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
<tr>
<td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NEW_POSTS}</span></td>
<td></td>
<td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
<td> </td>
<td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
</tr>
</table>
<!-- END switch_legend -->
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
status: true,
cookie: true,
xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
CSS:
- Cod:
.adds1{
padding: 5px;
border: solid 1px #2987CF;
border-radius: 4px;
font-family: arial;
position: relative;
top: 2200px;
}
.adds2{
padding: 5px;
position: relative;
top: 2398px;
border: solid 1px #2787CF;
border-radius: 4px;
heigh: 10px;
font-family: arial;
}[/hide]
.adds3{
font-family: Trebuchet MS;
font-size: 10px;
font-color: #3d3d3d;
}
Pagina 1 din 2 • 1, 2
Subiecte similare
» Nu imi apare cine este conectat legenda ultimi utilizatori conectati in 99 ore cine este conectat pe chatbox etc..
» Cum pot face si eu sa imi apara asfel Cine este Conectat ?
» Cine este conectat ca în imagine
» Cine este conectat ca în imagine
» Cine este conectat ca in imagine
» Cum pot face si eu sa imi apara asfel Cine este Conectat ?
» Cine este conectat ca în imagine
» Cine este conectat ca în imagine
» Cine este conectat ca in imagine
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum