MyBB Community Forums

Full Version: The Guests don't register my site...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi. I have a big problem Sad the guests aren't be able to become member ..my site.. http://www.webatesi.com
please help me. i m in difficult case Sad
Can you check your index.lang.php , and see if "online_note" is correct.

Code:
{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).
<?php
/*======================================================================*\
|| #################################################################### ||
|| # Turkish Translator : KiNGW@LF # ||
|| # http://www.mybbturkiye.com - destek@mybbturkiye.com # ||
|| #################################################################### ||
\*======================================================================*/

$l['boardstats'] = "Board İstatikleri";
$l['new_posts'] = "Yeni Mesaj Var";
$l['no_new_posts'] = "Yeni Mesaj Yok";
$l['forum_locked'] = "Forum Kilitli";
$l['lastpost_never'] = "YOK";
$l['forum_unapproved_posts_count'] = "Şuanda Forumda {1} adet onaylanmamış mesaj bulunmaktadır.";
$l['forum_unapproved_post_count'] = "Şuanda Forumda 1 adet onaylanmamış mesaj bulunmaktadır.";
$l['forum_unapproved_threads_count'] = "Şuanda Forumda {1} adet onaylanmamış konu bulunmaktadır.";
$l['forum_unapproved_thread_count'] = "Şuanda Forumda 1 adet onaylanmamış konu bulunmaktadır.";
$l['markread'] = "Tüm Konuları Okundu Say";
$l['forumteam'] = "Forum Yönetimi";
$l['forumstats'] = "Forum İstatikleri";
$l['todays_birthdays'] = "Doğum Günü Olanlar";
$l['quick_login'] = "Hızlı Giriş:";
$l['login_username'] = "Kullanıcı Adı";
$l['login_password'] = "Şifre";
$l['index_logout'] = "Çıkış";
$l['private_messages'] = "Özel Mesaj";
$l['pms_new'] = "Son Ziyaretinizden Buyana {1} Adet Yeni Mesajınız Var.";
$l['pms_unread_total'] = "(Şuan {1} Okunmamış ve toplam {2} adet mesajınız bulunmaktadır.)";
$l['stats_posts_threads'] = "Üyelerimiz Şimdiye Kadar {2} Konuda {1} Adet Mesaj Yollamışlardır.";
$l['stats_numusers'] = "Toplam Kayıtlı Kullanıcı: <b>{1} Kişi</b>";
$l['stats_newestuser'] = "En Yeni Üyemiz <b>{1}</b> Aramıza Hoşgeldiniz";
$l['stats_mostonline'] = "Şimdiye Kadar En Çok {2} Tarihinde Saat {3}'de {1} Kişi Çevrimiçi Olmuştur";
$l['whos_online'] = "Kimler Çevrimiçi";
$l['complete_list'] = "Tüm Liste";
$l['online_online_plural'] = "Kullanıcı";
$l['online_online_singular'] = "Kullanıcı";
$l['online_member_plural'] = "Üye";
$l['online_member_singular'] = "Üye";
$l['online_anon_plural'] = "ler";
$l['online_anon_singular'] = "is";
$l['online_guest_plural'] = "Ziyaretçi";
$l['online_guest_singular'] = "Ziyaretçi";
$l['online_note'] = "Şuanki Aktif Kullanıcılar: {1} {2} ({4} {5} ve {8} {9})";
$l['subforums'] = "<strong>Alt Forumlar:</strong>";
?>
Why always modify lang files ... Stick to the default values ... The code in your index.php is probably incorrect cause numbers 8 and 9 are representing the "guest" things ( default )
i could not to do Confused Sad i can give you my ftp password. i need help a lot of Sad
i don't need your ftp password. just provide this line of your index.php or attach your whole index.php

Code:
    $lang->online_note = sprintf($lang->online_note, my_number_format($onlinecount), $onlinebit, $mybb->settings['wolcutoffmins'], my_number_format($membercount), $memberbit, my_number_format($anoncount), $anonbit, my_number_format($guestcount), $guestbit);
Sad it didn't become again.
hey who can help me..
Please attach your "index.php" file from MyBB to your next post so that we can look at it.
ok. i'm attached the file
Pages: 1 2
Reference URL's