+ Censorlist was extended - added replacement parametr

+ Fixed bug with DB Size in check_script.php
+ Deleted a lot of indexes in check_script_data.php
+ Deleted cache index and forum lastpost section in cache_index.php and cache_forum.php
+ Fixed other bugs in warnings
+ Fixed pagination in search.php
+ Replaced DSF logo to uForum logo
+ Moved differend elements in skin
+ Added "WHOIS" option in "Admin/Mod Pool" in view topic
+ Fixed bug in add warnings: couldn't add warn for admin/mod

git-svn-id: https://svn.pioder.pl/uf-svn/uF@29 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
pioder
2009-05-31 15:20:17 +00:00
parent b67095eb0b
commit b157d6653e
30 changed files with 228 additions and 128 deletions

View File

@@ -87,7 +87,7 @@ while($item=DataBase::fetch($query))
'warns_pool' => $warn_pool,
'lstat'=>$lng['stat'],
'rowspan'=> ($_SESSION['uid']>0) ? ((RANK>0) ? '3' : '2') : '2',
'L.IP' => ($_SESSION['uid']>0) ? ((($forum_config['ip_post_for_mod'] && (RANK>0)) || (RANK==2) ) ? 'IP: '.$item['post_ip'].'<br>' : '') : '',
'L.IP' => ($_SESSION['uid']>0) ? ((($forum_config['ip_post_for_mod'] && (RANK>0)) || (RANK==2) ) ? 'IP: '.$item['post_ip'].' (<a href="http://whois.domaintools.com/'.$item['post_ip'].'" class="fsmall"><i>WHOIS</i></a>)<br>' : '') : '',
'IP'=>$item['post_ip'],
'admin'=>$lng['admin_mod_administration'],
'mode_p_del' => ($item['tp_id']!='1') ?
@@ -100,9 +100,9 @@ while($item=DataBase::fetch($query))
'add_warn'=>$lng['add_warn'],
'online'=>($item['time']!=NULL) ? (($item['time']+1250)>time()) ? 'online.gif' : 'offline.gif' : 'offline.gif',
//labels
'lwarns'=>$lng['warns'],
'L.warns'=>$lng['warns'],
'lang'=>$default_lang,
'ldate'=>$lng['date'],
'L.date'=>$lng['date'],
'llastvisit'=>$lng['lulastvisit'],
'lregdate'=>$lng['regdate2'],
'lposts'=>$lng['posts'],
@@ -110,8 +110,8 @@ while($item=DataBase::fetch($query))
'ua_system_desc'=>$lng['system'].' '.$ua[2],
'ua_browser'=>$ua[1],
'ua_browser_desc'=>$lng['browser'].' '.$ua[3],
'lno'=>$lng['no.'],
'lpinfo'=>$lng['postinfo'],
'L.no'=>$lng['no.'],
'L.p_info'=>$lng['postinfo'],
'lpost'=>$lng['post'],
'C.delete_post'=>$lng['c_delete_post']
);