Admin Delete User with All Postings - Üyeyi Mesajlariyla sil

Eklentiler ile ilgili gelişmeler. Yeni modlar, güncellemeler.

Admin Delete User with All Postings - Üyeyi Mesajlariyla sil

İleti Emexci 03.03.2006, 12:27

Kod: Tümünü seç
This hack enables the administrator to delete a user and all of their postings directly from their profile. The administrator can do any of these:

1. Delete user only (their posts stay).
2. Delete user and all of the topics that that user has started (their replies to other topics stay).
3. Delete user and all of their posts.

All phpBB statistics are resynced and a report is generated detailing the changes that were made.


Revision: 1.0.4
File Size: 16 Kb
phpBB Version: 2.0.19
Author: Sergei V. Sekirin
Last Update: March 3, 2006

Download: http://www.phpbbhacks.com/download/6208
Kullanıcı avatarı
Emexci
Üye
Üye
 
İleti: 833
Kayıt: 28.11.2005, 01:07

İleti Diyalektik 14.06.2006, 14:04

Bu gerçekten güzel ve yararlı bir mod. Üyelerin profil sayfalarına ekleniyor ve silme işlemi oradan gerçekleştiriliyor...

Üç seçenek mevcut:
1- Kullanıcının sadece adını-bilgilerini (mesajlar 'misafir' olarak durur)
2- Kullanıcının mesajının olduğu tüm konuları-başlıkları (kullanıcının mesaj yazdığı tüm başlıklar -"o başlıklarda" mesajı olan başka kullanıcıların mesajları da olmak üzere- silinir. Bu pek tercih edilmemeli. Hem çok başlık silinir hem de teknik bir hata oluşuyor. başkasının açtığı başlığa yazılı mesajını silerken, o başlıkta yer alan diğer kullanıcıların mesajlarını ise silmiyor; sadece görünmez kılıyor. silmek için yönetici olarak "düzenle"meniz/silmeniz gerekiyor.)
3- Kullanıcıya ait tüm mesajlar (bu en temizi. sorunsuzca işliyor)

Tamamını çevirmedim ama, işe yarayacak birkaç satırı hallettim.

[syntax="php"]<?php
/***************************************************************************
* lang_user_delete.php
* -------------------
* begin : Saturday, Feb 28, 2006
* copyright : (C) 2006 Sergei Sekirin
* email : sergei-vs@mail.ru
*
* Description: lang file for MOD - Admin delete user with all postings
* $Id: userdel.php, v 1.0.4 2006/02/28 sergei-vs Exp $
*
***************************************************************************/

$lang['user_is_deleted'] = 'User %s succesfully deleted!';
$lang['user_with_topics_deleted'] = 'User %s and all his (her) topics succesfully deleted!';
$lang['user_deleted_with_all_postings'] = 'User %s and all his (her) postings succesfully deleted!';

$lang['User_topics_deletion'] = 'Deletion of User topics';
$lang['with_all_topics']= 'kullanıcı bilgileri ve bu kullanıcının mesajının olduğu tüm konular-başlıklar silinecektir! <br> (DİKKAT!!! Bunu onaylarsanız, bu kullanıcının mesaj yazdığı tüm başlıklar -diğer kullanıcılaın o başlıklara yazdığı mesajlar da dahil- silinecektir)';
$lang['with_all_postings']= 'kullanıcı bilgileri ve forumdaki tüm mesajları silinecektir!';
$lang['Moderator_not_deletable'] = 'Admin, moderatör ve misafir kullanıcıları silemzsiniz.';

$lang['You_sure'] = 'Kullanıcının <b> %d </b> konu başlığı ve <b> %d </b> mesajı var. <br><br>Bu kullanıcıyı silmek istediğinizden emin misiniz?<b>';
$lang['User_only'] = 'Kullanıcının sadece adını-bilgilerini';
$lang['User_and_topics'] = 'Kullanıcının mesajının olduğu tüm konuları-başlıkları';
$lang['User_and_all_postings'] = 'Kullanıcıya ait tüm mesajların';

$lang['Deleted_u_topics'] = 'Deleted User started topics';
$lang['deleted_posts_in_user_topics'] = 'Posts Ids, deleted in User started topics';
$lang['num_of_other_users_in_u_topics'] = 'Users, whose posts found and deleted in User started topics';
$lang['num_deleted_posts_in_usertopics'] = 'Number of posts, deleted in User started topics';
$lang['num_of_deleted_user_topics'] = 'Total deleted User started topics';
$lang['num_forums_where_deleted_lastpost'] = 'Total forums, where last_post data resynced (as theirs posts were deleted)';
$lang['forums_with_new_last_posts'] = 'Forums, where last_post data resynced';
$lang['recynced_users_in_usertopics'] = 'Users, whose post counts recynced (as theirs posts were deleted in User started topics)';

$lang['deleted_posts_in_usertopics2'] = 'Deleted posts, where found this User posts and nothing else';
$lang['deleted_user_topics2'] = 'Deleted Topics, where found this User posts and nothing else';


$lang['all_other_uposts'] = 'Deleted user posts in other topics (the topics not to be deleted!)';
$lang['forums_with_new_last_posts_in_othertopics'] = 'Forums, where last_post data resynced after User posts in other topics were deleted';
$lang['No_other_uposts_in_other_topics']= 'Not found User posts in other topics';
$lang['topics_to_recync_first_or_lastpost'] = 'Topics, where last(or first)post data resynced (as theirs first-last posts were deleted)';

$lang['Simple_user_deletion'] = 'User deletion';
$lang['Resume_to_simple_user_deletion'] = '<b>%d</b> topics and <b>%d</b> posts of this User left on board after this User';

$lang['Click_return_to_authors'] = '%sÜye Listesine Dön%s';
$lang['Total'] = 'Toplam';

?>[/syntax]
Kullanıcı avatarı
Diyalektik
Kıdemli Üye
Kıdemli Üye
 
İleti: 263
Kayıt: 14.11.2005, 13:12
Konum: İstanbul

İleti Diyalektik 04.07.2006, 15:45

Bu modu kuran arkadaşlar, şurada ( www.canver.net/soru-uyelerin-mesaj-sayi ... t9981.html ) anlatılan sorunu ya da benzeri bir sorun yaşıyor mu acaba?
Kullanıcı avatarı
Diyalektik
Kıdemli Üye
Kıdemli Üye
 
İleti: 263
Kayıt: 14.11.2005, 13:12
Konum: İstanbul

İleti Valery 29.09.2006, 13:53

olmadı ekledim her şeyi sorunsuz yaptığıma inanıyorum ama çıkmıyor
Kullanıcı avatarı
Valery
Üye
Üye
 
İleti: 24
Kayıt: 07.12.2005, 18:04

İleti hellboy 30.09.2006, 23:31

yaptım yaptım sadece adminlere oluyo yalnız üyenin profiline girdiğinizde seçenekler orda çıkıyomuş saolun :)
hellboy
Üye
Üye
 
İleti: 66
Kayıt: 28.04.2006, 16:59


Duyurular & Güncellemeler



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron