mesaj sayısı
- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
mesaj sayısı
mesaj sayımı nerden yükselte bilirim arkadaslar
- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
phpmyadmin senin veritabani,istersen sana bir baska imkan daha verebilirim.Bununla tek saan degil her üyenin mesajlarini oynayabilirsin.
Sorumluluk kabul etmem.Belgelerinin yedegini önce al.
##########################################################################################
#
#-----[ Belgeyi Bul ]------------------------------------------
# language/lang_turkish/lang_admin.php
#
#-----[ Bul ]---------------------------------------------------
#
$lang['User_special_explain'] = '...
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$lang['Set_posts'] = 'Userbeiträge';
#
#-----[ Belgeyi Bul ]------------------------------------------
# admin/admin_users.php
#
#-----[ Bul ]---------------------------------------------------
#
$location = ( !empty($HTTP_POST_VARS['location']) ) ? trim(strip_tags( $HTTP_POST_VARS['location'] ) ) : '';
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = ( !empty($HTTP_POST_VARS['user_posts']) ) ? trim(strip_tags( $HTTP_POST_VARS['user_posts'] ) ) : 0;
#
#-----[ Bul]---------------------------------------------------
#
$location = htmlspecialchars(stripslashes($location));
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = htmlspecialchars(stripslashes($user_posts));
#
#-----[ Bul ]---------------------------------------------------
#
$sql = "UPDATE " . USERS_TABLE . "
SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) . "', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_interests = '" . str_replace("\'", "''", $interests) . "', user_sig = '" . str_replace("\'", "''", $signature) . "', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", $aim) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_sig_bbcode_uid = '$signature_bbcode_uid', user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowavatar = $user_allowavatar, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_allow_pm = $user_allowpm, user_notify_pm = $notifypm, user_popup_pm = $popuppm, user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_active = $user_status, user_rank = $user_rank" . $avatar_sql . "
WHERE user_id = $user_id";
#
#-----[ Satirda Bul ]---------------------------------------------------
#
user_from = '" . str_replace("\'", "''", $location) . "'
#
#-----[ Devamina Ekle ]---------------------------------------------------
#
, user_posts = '" . str_replace("\'", "''", $user_posts) . "'
#
#-----[ Bul ]---------------------------------------------------
#
$location = htmlspecialchars(stripslashes($location));
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = htmlspecialchars(stripslashes($user_posts));
#
#-----[ Bul ]---------------------------------------------------
#
$location = htmlspecialchars($this_userdata['user_from']);
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = htmlspecialchars($this_userdata['user_posts']);
#
#-----[ Bul ]---------------------------------------------------
#
$s_hidden_fields .= '<input type="hidden" name="location" value="' . str_replace("\"", """, $location) . '" />';
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$s_hidden_fields .= '<input type="hidden" name="user_posts" value="' . str_replace("\"", """, $user_posts) . '" />';
#
#-----[ Bul ]---------------------------------------------------
#
'LOCATION' => $location,
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
'USER_POSTS' => $user_posts,
#
#-----[ Bul ]---------------------------------------------------
#
'L_LOCATION' => $lang['Location'],
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
'L_SET_POSTS' => $lang['Set_posts'],
#
#-----[ Belgeyi Bul ]------------------------------------------
# templates/xxx/admin/user_edit_body.tpl
#
#-----[ Bul ]---------------------------------------------------
#
<tr>
<td class="row1" colspan="2"><span class="gensmall">{L_SPECIAL_EXPLAIN}</span></td>
</tr>
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
<tr>
<td class="row1"><span class="gen">{L_SET_POSTS}</span></td>
<td class="row2"><input type="text" name="user_posts" value="{USER_POSTS}" size="10" maxlength="10" /></td>
</tr>
Sorumluluk kabul etmem.Belgelerinin yedegini önce al.
Sorumluluk kabul etmem.Belgelerinin yedegini önce al.
##########################################################################################
#
#-----[ Belgeyi Bul ]------------------------------------------
# language/lang_turkish/lang_admin.php
#
#-----[ Bul ]---------------------------------------------------
#
$lang['User_special_explain'] = '...
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$lang['Set_posts'] = 'Userbeiträge';
#
#-----[ Belgeyi Bul ]------------------------------------------
# admin/admin_users.php
#
#-----[ Bul ]---------------------------------------------------
#
$location = ( !empty($HTTP_POST_VARS['location']) ) ? trim(strip_tags( $HTTP_POST_VARS['location'] ) ) : '';
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = ( !empty($HTTP_POST_VARS['user_posts']) ) ? trim(strip_tags( $HTTP_POST_VARS['user_posts'] ) ) : 0;
#
#-----[ Bul]---------------------------------------------------
#
$location = htmlspecialchars(stripslashes($location));
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = htmlspecialchars(stripslashes($user_posts));
#
#-----[ Bul ]---------------------------------------------------
#
$sql = "UPDATE " . USERS_TABLE . "
SET " . $username_sql . $passwd_sql . "user_email = '" . str_replace("\'", "''", $email) . "', user_icq = '" . str_replace("\'", "''", $icq) . "', user_website = '" . str_replace("\'", "''", $website) . "', user_occ = '" . str_replace("\'", "''", $occupation) . "', user_from = '" . str_replace("\'", "''", $location) . "', user_interests = '" . str_replace("\'", "''", $interests) . "', user_sig = '" . str_replace("\'", "''", $signature) . "', user_viewemail = $viewemail, user_aim = '" . str_replace("\'", "''", $aim) . "', user_yim = '" . str_replace("\'", "''", $yim) . "', user_msnm = '" . str_replace("\'", "''", $msn) . "', user_attachsig = $attachsig, user_sig_bbcode_uid = '$signature_bbcode_uid', user_allowsmile = $allowsmilies, user_allowhtml = $allowhtml, user_allowavatar = $user_allowavatar, user_allowbbcode = $allowbbcode, user_allow_viewonline = $allowviewonline, user_notify = $notifyreply, user_allow_pm = $user_allowpm, user_notify_pm = $notifypm, user_popup_pm = $popuppm, user_lang = '" . str_replace("\'", "''", $user_lang) . "', user_style = $user_style, user_timezone = $user_timezone, user_dateformat = '" . str_replace("\'", "''", $user_dateformat) . "', user_active = $user_status, user_rank = $user_rank" . $avatar_sql . "
WHERE user_id = $user_id";
#
#-----[ Satirda Bul ]---------------------------------------------------
#
user_from = '" . str_replace("\'", "''", $location) . "'
#
#-----[ Devamina Ekle ]---------------------------------------------------
#
, user_posts = '" . str_replace("\'", "''", $user_posts) . "'
#
#-----[ Bul ]---------------------------------------------------
#
$location = htmlspecialchars(stripslashes($location));
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = htmlspecialchars(stripslashes($user_posts));
#
#-----[ Bul ]---------------------------------------------------
#
$location = htmlspecialchars($this_userdata['user_from']);
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$user_posts = htmlspecialchars($this_userdata['user_posts']);
#
#-----[ Bul ]---------------------------------------------------
#
$s_hidden_fields .= '<input type="hidden" name="location" value="' . str_replace("\"", """, $location) . '" />';
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
$s_hidden_fields .= '<input type="hidden" name="user_posts" value="' . str_replace("\"", """, $user_posts) . '" />';
#
#-----[ Bul ]---------------------------------------------------
#
'LOCATION' => $location,
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
'USER_POSTS' => $user_posts,
#
#-----[ Bul ]---------------------------------------------------
#
'L_LOCATION' => $lang['Location'],
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
'L_SET_POSTS' => $lang['Set_posts'],
#
#-----[ Belgeyi Bul ]------------------------------------------
# templates/xxx/admin/user_edit_body.tpl
#
#-----[ Bul ]---------------------------------------------------
#
<tr>
<td class="row1" colspan="2"><span class="gensmall">{L_SPECIAL_EXPLAIN}</span></td>
</tr>
#
#-----[ Sonra Ekle ]---------------------------------------------------
#
<tr>
<td class="row1"><span class="gen">{L_SET_POSTS}</span></td>
<td class="row2"><input type="text" name="user_posts" value="{USER_POSTS}" size="10" maxlength="10" /></td>
</tr>
Sorumluluk kabul etmem.Belgelerinin yedegini önce al.
- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
En Aktif Üyeler
iyi1i (2570), NeDeN_BeN (2054), kızın1i (1760), Seymaa (1060), cadı1i (918), MeRt1i (884), altayq (653), sevilen1i (484), amidamaru (409), melis (289), hi_one (239), sound (236), HANRY (229), ÖLESİNE1İ (114), KalbiKirik1i (111), Mutreft (72), BjK'lİ KoRaY (49), ferdi (35), northwind1907 (32), yabancı (31)
altayq eski mesajjı gösteriyor
yine
iyi1i (2570), NeDeN_BeN (2054), kızın1i (1760), Seymaa (1060), cadı1i (918), MeRt1i (884), altayq (653), sevilen1i (484), amidamaru (409), melis (289), hi_one (239), sound (236), HANRY (229), ÖLESİNE1İ (114), KalbiKirik1i (111), Mutreft (72), BjK'lİ KoRaY (49), ferdi (35), northwind1907 (32), yabancı (31)
altayq eski mesajjı gösteriyor

- campusnetmekani
- Kayıtlı Kullanıcı
- Mesajlar: 17
- Kayıt: 04.10.2006, 00:19
- İletişim:
Kimler çevrimiçi
Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 3 misafir