- e-mail

 

 -

   FladeX

 -

 LiveInternet.ru:
: 23.02.2007
:
:
: 209

:

(0)

phpBB 3

, 09 2008 . 15:42 +
- 3 Degres Est - Peep show
phpBB 3 (. ) - "" "". , , - "Geek" "".
. :
- -> -> .
( ), "" ( ).
"" "" "", "" - " ". , , "".
, , .
 (17x17, 0Kb)
phpBB / Slaed / danneo

:  
(0)

prosiver (phpBB 3.0.1)

, 08 2008 . 14:33 +
- -
, prosilver, .
styles/prosilver/theme/colours.css
885
code:
pmlist li.pm_foe_colour, .pm_foe_colour {

, :
code:
.pmlist li.pm_foe_colour, .pm_foe_colour {

.
-, . %)
-
phpBB / Slaed / danneo

:  
(0)

Londonvasion

, 05 2008 . 23:14 +
- Three-ada -
20 phpBB- . - Londonvasion.

, phpBB , . , , , !
phpBB / Slaed / danneo

:  
(0)

phpBB danneo cms,

, 01 2008 . 00:06 +
- Spatorna - NuclearDevice
Danneo cms phpBB 3.0.x. , - -. _users , . ? , phpBB , cms md5. , .
. , . , .
, . danneo .
includes/ucp/ucp_register.php
( 327-328)
PHP:

'user_inactive_time'    => $user_inactive_time,
);
font>


, :
PHP:

// for danneo's table [by FladeX]
$user_cmspass md5($data['new_password']);
font>


( 331)
PHP:

$user_id 
user_add($user_row$cp_data);
font>


,
PHP:

// Duplicate user in cms database [by FladeX]
cmsuser_add($user_row$user_id$user_cmspass);
font>


includes/functions_user.php
( 296-297):
PHP:

return $user_id;
}
font>


,
PHP:

function cmsuser_add($user_row$user_id$user_cmspass)
{
global 
$db$user$auth$config$phpbb_root_path$phpEx;
$username $user_row['username'];
$user_email strtolower($user_row['user_email']);
$user_regdate $user_row['user_regdate'];
$sql "INSERT INTO danneo_users (userid, uname, upass, umail, regdate, activate) VALUES ('$user_id', '$username', '$user_cmspass', '$user_email', '$user_regdate', 1)";
$db->sql_query($sql);
}
font>


.

.
1. "danneo" danneo.
2. id . id phpBB id danneo. id .
3. utf-8 (unicode)
phpBB / Slaed / danneo

:  
(7)

Danneo cms

, 01 2008 . 22:52 +
- Spatorna -
cms, slaed'a. danneo cms. , . :
* open source ( ), ,
* gpl2,
* , phpBB 3
* , , -
* + "" .

, , ( ) . - , - , xhtml 1.0 strict.

- danneo cms 0.52

, .
- http://danneo.com/
- http://danneo.com/forum/
, ( FladeX).
phpBB / Slaed / danneo

:  
(0)

phpBB 3.0.2 Release Candidate 2

, 30 2008 . 19:06 +
- Alec Empire - On Fire
- phpBB 3.0.2 .

The fixes are:

- [Fix] Do not display ban message if direct call to cron. (thanks Dog Cow for reporting)
- [Fix] Correctly display double-colon on special conditions within highlighted php source (Bug #26795)
- [Fix] Increase storage capacity of titles/subjects due to specialchared content (Bug #25235)
- [Fix] Catch invalid username wildcard ban (we do not support these) (Bug #29305)
- [Fix] Fix (email)-domain checks for those having DNS prefixes set (Bug #29635)
- [Change] Adjust truncate_string() to be able to adjust the maximum storage length.

:

:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC2.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC2.tar.bz2

:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC2-files.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC2-files.tar.bz2

:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC2-patch.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC2-patch.tar.bz2

(3.0.1 3.0.2-RC2):
http://www.phpbb.com/files/qa/phpBB-3.0.1_to_3.0.2-RC2.zip
http://www.phpbb.com/files/qa/phpBB-3.0.1_to_3.0.2-RC2.tar.bz2

(3.0.1 to 3.0.2-RC2):
http://www.phpbb.com/files/qa/phpBB-3.0.1_to_3.0.2-RC2-codechanges.zip
http://www.phpbb.com/files/qa/phpBB-3.0.1_to_3.0.2-RC2-codechanges.tar.bz2

(3.0.2-RC1 to 3.0.2-RC2):
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1_to_3.0.2-RC2.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1_to_3.0.2-RC2.tar.bz2

(3.0.2-RC1 to 3.0.2-RC2):
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1_to_3.0.2-RC2-codechanges.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1_to_3.0.2-RC2-codechanges.tar.bz2

!
, , phpBB 3.0.2
phpBB / Slaed / danneo

:  
(0)

phpBB 3.0.2 Release Candidat 1

, 14 2008 . 21:59 +
- Limp Bizkit - N 2 Gether Now
phpBB Group - .
( , ):
code:
- [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)
- [Fix] Fixed blank style on setups having no username defined within config.php (Bug #25065)
- [Fix] Made the compress_tar class tolerate archives that do not properly have their archived contents listed (Bug #14429 / thanks to JRSweets for his patch)
- [Fix] Moved topics should not count towards the number of topics in a forum (Bug #14648 / thanks to Schumi for his patch)
- [Fix] Properly check for invalid characters in MySQL DB prefixes during install (Bug #18775)
- [Change] Generalize load check (Bug #21255 / thanks to Xipher)
- [Change] Make utf8_htmlspecialchars not pass its argument by reference (Bug #21885)
- [Fix] Bring the PostgreSQL backup system back to working order (Bug #22385)
- [Change] Sort the tables at the database table backup screen
- [Fix] Update correct theme for cached styles in style.php (Bug #25805)
- [Fix] Also add PHPBB_INSTALLED check to download/file.php for inline avatar delivery
- [Fix] Unable to login to some jabber server, reverted previous change (Bug #25095)
- [Fix] Do not return BMP as valid image type for GD image manipulation (Bug #25925)
- [Change] For determining the maximum number of private messages in one box, use the biggest value from all groups the user is a member of (Bug #24665)
- [Fix] Correctly determine safe mode for temp file creation in functions_upload.php (Bug #23525)
- [Fix] Correctly sort by rank in memberlist (Bug #24435)
- [Fix] Purge cache after database restore (Bug #24245)
- [Fix] Correctly display subforum read/unread icons from RTL in FF3, Konqueror and Safari3+. (thanks arod-1 for the fix, related to Bug #14830)
- [Feature] Added optional referer validation of POST requests as additional CSRF protection.
- [Fix] Added missing form token in acp (thanks NBBN).
- [Feature] Added optional stricter upload validation to avoid mime sniffing in addition to the safeguards provided by file.php. (thanks to Nicolas Grekas for compiling the list).
- [Fix] Do not remove whitespace in front of url containing the boards url and no relative path appended (Bug #27355)
- [Change] Show email ban reason on registration. Additionally allow custom errors properly returned if using validate_data(). (Bug #26885)
- [Feature] Streamlined banning via the MCP by adding a ban link to the user profile. Also pre-fills ban fields as far as possible.
- [Feature] Added ACP logout to reset an admin session.
- [Fix] reset forum notifications in viewtopic (Bug #28025)
- [Fix] corrected link for searching post author's other posts (Bug #26455)
- [Fix] HTTP Authentication supports UTF-8 usernames now (Bug #21135)
- [Fix] Topic searches by author no longer return invalid results (Bug #11777)
- [Change] Don't allow redirects to different domains. (thanks nookieman)
- [Fix] Delete drafts and bookmarks when deleting an user. (#27585, thanks Schumi for the fix)
- [Fix] Set last_post_subject for new topics. (#23945)
- [Fix] Allow moving posts to invisible forums. (#27325)
- [Fix] Don't allow promoting unapproved group members (#16124)
- [Fix] Correctly fetch server name if using non-standard port (#27395)
- [Fix] Regular expression for email matching in posts will no longer die on long words.
- [Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)


- [Fix] Correctly display subforum read/unread icons from RTL in FF3, Konqueror and Safari3+. (thanks arod-1 for the fix, related to Bug #14830)
FF3 17 :) phpBB :)

Download:

Full Package:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1.tar.bz2

Changed Files Only Package:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-files.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-files.tar.bz2

Patch Files Package:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-patch.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-patch.tar.bz2

Update Package:
http://www.phpbb.com/files/qa/phpBB-3.0.1_to_3.0.2-RC1.zip
http://www.phpbb.com/files/qa/phpBB-3.0.1_to_3.0.2-RC1.tar.bz2

Code Changes Package:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-codechanges.zip
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-codechanges.tar.bz2

! , -, .
phpBB / Slaed / danneo

:  
(0)

Css prosilver

, 14 2008 . 23:05 +
- Indigo -
subsilver2, stylesheets.css, prosilver , styles/prosilver/theme. - , , - . css.
bidi.css - , padding, margin, text-align float. , , .
buttons.css - .
colours.css - , . , .
common.css - .
content.css - , css . ( , , ).
cp.css - (Control Panel - cp).
forms.css - - , , , .

P.S. , =)
phpBB / Slaed / danneo

:  
(0)

prosilver

, 12 2008 . 22:28 +
- Skinhate - Ordjo (Hardcore Mix)
- , - - - , " ". . .
styles/prosilver/theme/colours.css
56-58
code:
.navbar {
background-color: #cadceb;
}


code:
.navbar a:link {
}
.navbar a:visited {
}
navbar a:hover {
}
.navbar a:active {
}



code:
.linklist a:link {
}
.linklist a:visited {
}
.linklist a:hover {
}
.linklist a:active {
}


code:
*
*
phpBB / Slaed / danneo

:  
(5)

phpBB 3.0.x

, 10 2008 . 00:41 +
- - Zlo
phpBB 3.0.0, phpBB Group . 4 : imageset, template, theme style.cfg. .
style.cfg. ( ). , .
imageset. - . imageset.cfg, ( " " "" -). , en, . , ru. .
template. html . tpl , . javascript template.cfg, "" "" - .
theme. , image, . , . theme.cfg, (, ) "" "" - .
phpBB Olympus.
phpBB / Slaed / danneo

:  
(0)

, 07 2008 . 19:40 +
- Cellule X - Trepalium
, .
1. Slaed cms
, Slaed. - (chmod) " " config/config.php. setup.php setup. index.html, .
, , admin.php. , .
2. phpBB
" " config.php. install. docs, , . - html-. .

, . , .
phpBB / Slaed / danneo

:  
(7)

[prosilver]

, 30 2008 . 18:52 +
- Konteiner 35 -
, viewtopic (, , ). , .
styles/prosilver/theme/content.css
:
code:
.postbody {
padding: 0;
line-height: 1.48em;
color: #333333;
width: 76%;
float: left;
clear: both;
}


code:
float: left;


code:
float: right;

:
code:
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-left: 1px solid #FFFFFF;
width: 22%;
float: right;
display: inline;
}


code:
float: right;


code:
float: left;


code:
border-left: 1px solid #FFFFFF;


code:
border-right: 1px solid #FFFFFF;

:
code:
.pm .postprofile {
border-left: 1px solid #DDDDDD;
}


code:
border-left: 1px solid #DDDDDD;


code:
border-right: 1px solid #DDDDDD;

. styles/prosilver/theme/colours.css
(617 ):
code:
.postprofile {
color: #666666;
border-left-color: #FFFFFF;
}


code:
border-left-color: #FFFFFF;


code:
border-right-color: #FFFFFF;

(640 ):
code:
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}


code:
.online {
background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
margin-top: -5px;
}

.online dt {
margin-top: 5px;
}

, . styles/prosilver/template/viewtopic_body.html .
117:
PHP:

<div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->">
font>



code:
<!-- IF S_ONLINE --> online<!-- ENDIF -->


PHP:

<div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF -->">
font>


, .
173:
PHP:

<dl class="postprofile" id="profile{postrow.POST_ID}">
font>


,
code:
<!-- IF S_ONLINE --> online<!-- ENDIF -->


PHP:

<dl class="postprofile<!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->" id="profile{postrow.POST_ID}">
font>


, ucp_pm_viewmessage.html
16
PHP:

<div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->">
font>



code:
<!-- IF S_ONLINE --> online<!-- ENDIF -->


PHP:

<div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF -->">
font>


65
PHP:

<dl class="postprofile" id="profile{MESSAGE_ID}">
font>



code:
<!-- IF S_ONLINE --> online<!-- ENDIF -->

,
PHP:

<dl class="postprofile<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="profile{MESSAGE_ID}">
font>


.
, . .
.
 (385x166, 13Kb)
phpBB / Slaed / danneo

:  
(0)

prosilver

, 29 2008 . 22:46 +
- Oblika Morale -
phpBB Olympus?
, - subSilver2 ( ), prosilver ( ).
prosilver. styles/prosilver styles, . newstyle. styles/newstyle.
styles/newstyle/style.cfg

code:
name = prosilver


code:
name = newstyle


code:
copyright =


code:
version =

.
.
styles/newstyle/imageset/imageset.cfg

code:
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.0

.
styles/newstyle/template/template.cfg

code:
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.0

styles/newstyle/theme/theme.cfg

code:
name = prosilver
copyright = © phpBB Group, 2007
version = 3.0.0

, prosilver. css .
phpBB / Slaed / danneo

:  
(0)

3.0.1

, 20 2008 . 21:39 +
- BOOM! -
3.0.1 , . , .
, - .
: , " ", , .

.
includes/acp/acp_attachments.php
(278 )
PHP:

$l_explain 
= (isset($user->lang[$vars['lang'] . '_EXPLAIN'])) ? $user->lang[$vars['lang'] . '_EXPLAIN'] : '';
                    }
font>


:
PHP:

$content 
build_cfg_template($type$config_key$this->new_config$config_key$vars);
                    if (empty(
$content))
                    {
                        continue;
                    }
font>


, 285 :
PHP:

'TITLE_EXPLAIN'    => $l_explain,
font>


:
PHP:

'CONTENT'        => build_cfg_template($type$config_key$this->new_config$config_key$vars),
font>


:
PHP:

'CONTENT'        => $content,
font>


.
includes/acp/acp_board.php
572 :
PHP:

'CONTENT'        => build_cfg_template($type$config_key$this->new_config$config_key$vars),
font>


:
PHP:

'CONTENT'        => $content,
font>


. .
phpBB / Slaed / danneo

:  
(0)

phpBB 3.0.0 -> phpBB 3.0.1

, 20 2008 . 20:11 +
- BOOM! -
-! - , ssh, . , , 3.0.1 , . , - , 3.0.1 .
, . , phpBB 8-)
phpBB / Slaed / danneo

:  
(0)

, 05 2008 . 01:50 +
- Ambassador21 - 6000
Posts merging for phpBB3. , , . , , , - , - , .
phpBB / Slaed / danneo

:  
(8)

, 05 2008 . 18:04 +
- Plunk Tone -
. , JavaScript.
:
code:
Title: Quick reply for phpBB3
Description: This mod adds quick post form at viewforum and quick reply form
at viewtopic, fully customizable from ACP/UCP. Allows quick quoting
of selected text and quick nick insertion at viewtopic.
Version: 1.6.7
Authors: rxu, Xpert

, , " ". .
 (699x440, 365Kb)
phpBB / Slaed / danneo

:  
(0)

, 05 2008 . 15:08 +
- 2h Company -
Slaed 2.5 lite phpBB 3.0.0 Olympus, . , . MySQL , Slaed, "", , "" . . , " ", " ". . , , .
phpBB / Slaed / danneo

:  
(0)

, 01 2008 . 23:59 +
- 113 - 10 minute chrono
, " ". , - , . , -, . , language/ru/common.php
241
PHP:

'G_ADMINISTRATORS'            => '',
font>


, 246 -
PHP:

'G_GLOBAL_MODERATORS'        => '',
font>


. , . , .
phpBB / Slaed / danneo

:  
(0)

24

, 01 2008 . 11:23 +
- NERV - x3
, 24 , , , , :
Title:
Activity Stats MOD
Description:
- Lists of all registered users who have visited the board in the last 24 hours.
- Lists stats on the number of new posts, new topics and new users within the last 24 hours.
Author
Highway of Life

, ( ). , , .
phpBB / Slaed / danneo

:  

 : 3 [2] 1