/* Decoded by unphp.net */ ?>safesql( htmlspecialchars( strip_tags( trim( $_REQUEST['ip'] ) ) ) ); else $ip = ""; if( isset( $_REQUEST['name'] ) ) $name = $db->safesql( htmlspecialchars( strip_tags( trim( $_REQUEST['name'] ) ), ENT_QUOTES, $config['charset'] ) ); else $name = ""; if( !$langformatdatefull ) $langformatdatefull = "d.m.Y H:i"; if( $_REQUEST['doaction'] == "dodelcomments" AND $_REQUEST['id']) { if( !isset($_REQUEST['user_hash']) OR !$_REQUEST['user_hash'] OR $_REQUEST['user_hash'] != $dle_login_hash ) { die( "Hacking attempt! User not found" ); } $id = intval( $_REQUEST['id'] ); $db->query( "UPDATE " . USERPREFIX . "_users set comm_num='0' WHERE user_id ='{$id}'" ); deletecommentsbyuserid($id); } echoheader( "{$lang['opt_iptools']}", $lang['header_ip_1'] ); echo <<
{$lang['user_name']} | IP | {$lang['user_reg']} | {$lang['user_last']} | {$lang['user_news']} | {$lang['user_coms']} | {$lang['user_acc']} |
---|---|---|---|---|---|---|
{$row['name']} | " . $row['logged_ip'] . " | " . langdate( $langformatdatefull, $row['reg_date'] ) . " | " . langdate( $langformatdatefull, $row['lastdate'] ) . " | " . $news_link . " | " . $comms_link . " | " . $group . " |
{$lang['ip_empty']} |
{$lang['user_name']} | IP | {$lang['user_reg']} | {$lang['user_last']} | {$lang['user_news']} | {$lang['user_coms']} | {$lang['user_acc']} |
---|---|---|---|---|---|---|
{$row['name']} | " . $row['ip'] . " | " . langdate( $langformatdatefull, $row['reg_date'] ) . " | " . langdate( $langformatdatefull, $row['lastdate'] ) . " | " . $news_link . " | " . $comms_link . " | " . $group . " |
{$lang['ip_empty']} |