Ciao a tutti io non cnosco l' inglese e quindi posto in italiano.
Ecco come eliminare un Admin, Moderatore, User, di una phpBB XS 2
la pagina delete_users.php non richiede conferma, quindi noi
possiamo eliminare un utente a nostra scelta, che sia admin, mod, o altro
è lo stesso.
Mettiamo caso che vogliamo eliminare l'admin di quel forum phpbbxs2
allora ci precipitiamo sulla memberlist.php dove cliccando con il tasto destro del mouse
troviamo l'id dell'utente che sarà quasi di sicuro il 2
h**p://Sito_Vittima.com/Forum/delet...r_id&del_user=2
Adesso camuffiamo con il bbcode l'url
e spediamo un PM all'admin..
h**p://belleragazze.it
Appena l'admin accede alla pagina si torverà eliminato dal forum, e quindi non potrà
più accedere..
( Ricordo che per eliminare un moderatore o un utente il link deve essere
spedito sempre all'admin del forum, perchè l'unico ad avere tali permessi )
Questo sarebbe l' attacco... cerchiamo di avvisare piu persone possibile
FIXED delete_users.php fix
Subject: Re: Bugs Phpbbxs 2
Traduco per gli altri.
Didn't check if this is true, I'm italian and just translate for you ;)
Didn't check if this is true, I'm italian and just translate for you ;)
xeno3dx wrote: [View Post]
Subject: Re: Bugs Phpbbxs 2
This is not properly a "bug", but it's VERY IMPORTANT to keep it in mind: admins just check the browser's status bar to be sure that the link they are clicking on is "correct". :roll:
Thanks for reporting.
Ciao,
Thanks for reporting.
Ciao,
Subject: Re: Bugs Phpbbxs 2
Is there no warning before deleting admin like "Do you really want to delete..." ?
I don't want to test it :-)
I don't want to test it :-)
Subject: Re: Bugs Phpbbxs 2
MG has already fixed this bug in area69
Patch:
OPEN delete_users.php
FIND
AFTER ADD
:wink:
Patch:
OPEN delete_users.php
FIND
- $del_user = ( isset($_POST['del_user']) ) ? intval($_POST['del_user']) : (( isset($_GET['del_user']) ) ? intval($_GET['del_user']):'');
- $mode = ( isset($_POST['mode']) ) ? $_POST['mode'] : ( ( isset($_GET['mode']) ) ? $_GET['mode']:'');
- $days = ( isset($_POST['days']) ) ? intval($_POST['days']) : (( isset($_GET['days']) ) ? intval($_GET['days']):'');
AFTER ADD
- if(!isset($_POST['confirm']))
- {
- $page_title = $lang['Home'];
- include($phpbb_root_path . 'includes/page_header.' . $phpEx);
- $s_hidden_fields = '';
- $s_hidden_fields .= '<input type="hidden" name="del_user" value="' . $del_user . '" />';
- $s_hidden_fields .= '<input type="hidden" name="mode" value="' . $mode . '" />';
- $s_hidden_fields .= '<input type="hidden" name="days" value="' . $days . '" />';
- // Set template files
- $template->set_filenames(array('confirm' => 'confirm_body.tpl'));
- $template->assign_vars(array(
- 'MESSAGE_TITLE' => $lang['Confirm'],
- 'MESSAGE_TEXT' => $lang['Confirm_delete_item'],
- 'L_YES' => $lang['Yes'],
- 'L_NO' => $lang['No'],
- 'S_CONFIRM_ACTION' => append_sid('delete_users.' . $phpEx),
- 'S_HIDDEN_FIELDS' => $s_hidden_fields
- )
- );
- $template->pparse('confirm');
- include($phpbb_root_path . 'includes/page_tail.' . $phpEx);
- exit();
- }
:wink:
Subject: Re: Bugs Phpbbxs 2
I will apply it 'cause I trust phpBBXS.eu :D but I can't read php code... what does it exactly do?
z3d0 wrote: [View Post]
I will apply it 'cause I trust phpBBXS.eu :D but I can't read php code... what does it exactly do?
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1701s (PHP: 12% SQL: 88%)
SQL queries: 11 - Debug Off - GZIP Enabled