да пожалуйста с кинте куда нибудь в другое место !!!IPB Pack All in one
да пожалуйста с кинте куда нибудь в другое место !!!IPB Pack All in one
пока нетуа для ipb 2.1.5 руссификатора нету?
//-----------------------------------------
// Check to make sure we don't just have
// http:// in the URL box..
//-----------------------------------------
if ( preg_match( "/^http:\/\/$/i", $ibforums->input['url_avatar'] ) )
{
$ibforums->input['url_avatar'] = "";
}
if ( preg_match( "#javascript:#is", $ibforums->input['url_avatar'] ) )
{
$ibforums->input['url_avatar'] = "";
}
//-----------------------------------------
// Check to make sure we don't just have
// http:// in the URL box..
//-----------------------------------------
if ( !preg_match( "#^http://#", $ibforums->input['url_avatar'] ) )
{
$ibforums->input['url_avatar'] = "";
}
$ibforums->input['url_avatar'] = str_replace(' ', '', $ibforums->input['url_avatar']);
if ( preg_match( "#javascript:#is", $ibforums->input['url_avatar'] ) )
{
$ibforums->input['url_avatar'] = "";
}
взято из файла readme* Contact member emails not applying email settings properly
* UTF-8 charsets double decoded incorrectly when using AJAX
* New ACP restrictions against Admin Splash page undesirable for some users - added a new perm key specifically for Admin Splash page
* Rebuild tools not running on the correct number of items at a time
* Only one calendar event per day showing in forthcoming calendar events on board index
* SQL error for specific versions of MySQL using specific filtering options on forum view (ambiguous column error)
* Email topic emails not applying email settings properly
* Lost password form will not allow you to complete request if Script/Bot control is set to 'None'
* Hardcoded text
* Users are able to post new topics to root categories (even though setting indicates they should not be able to)
* My Assistant does not close properly if you do not have access to view the board
* Unterminated html tag for smilie table
* Task Manager goes to top of page when you click link to see Cron CURL code
* [RTE] PHP variables used in the fast reply result in a regex error
* Doublequotes used in the prefix/suffix field when editing a group cause the form field to break
* Secondary member groups not honored for forum and topic tracker emails
* Personal photo popup window not dynamically sized, can result in scrolling
* Inconsistent HTML used for profile view
* HTML used for table header in Messenger functions causes a small second th row
* Profile does not show anoynmous user location if group has ability to view anonymous users
* RTE - Multiple font tag attributs (i.e. size and color) get nested into one tag and one value is not honored as a result
* Minor javascript error in the pm card popup when logged in as a guest
* Some of the index.html files are outdated (refer to free copy of IPB)
* Max email length was increased, however the DB column was not updated in 2.1.4
* Minor typo in ipb_settings.xml
* Forum inline moderation - 'With Selected' defaults to 1 if no topics selected
* Smilies always insert at end of fast reply area
* Apostrophe's are converted to html entities when clicking 'More Options' from the Fast Reply
* [ACP] Number of registered members count does not update when adding a member from the ACP
* no_reg variable evaulated instead of being set in index.php when board is offline
* API - member information is reset by the topics/posts API, can cause problems if API is used from within IPB source files where member information needs to be checked again later
* 0 byte index.html file causes upload issues with some FTP clients
* Approving/unapproving posts from within a topic, the moderator action is not logged
* Submit button does not work in Firefox if you hit the back button on a form
* System javascript error in IE6 when using AJAX if using Russian character set
* With force login enabled, the http_referer is not set, and users are not redirected back to the page they requested
* Subscription Manager currency editor only allows up to 3 digits before the decimal point
* Avatar setting under User Profiles is not used anylonger
* [RTE] IE - insert list does not work properly as of 2.1.4
* [ACP] If your ACP session times out, and you click on a template group, or template bit, you are redirected back to that page after logging in without the ACP wrapper
* Renaming an emoticon folder in the ACP causes the emoticons not to show up on the post screen
* Settings page sets all field types to 30 for input fields (instead of text)
* Using the search engine, members can read invisible posts and topics if the Mode is set to Manual, or is set to Full Text, with Advanced Method enabled.
* Admin logs show login name instead of display name
* open_basedir can produce php warning on some php versions if load limit is to be checked
* Bad upload url getting inserted on install
* Deleting a forum assigned to an RSS import causes a bad entry in the forum cache
* Certain conditions can cause regex sql to print bad html
* [RSS] Some php versions returning inaccurate times for RSS imported articles if feed does not supply the time
* [ACP] Changing the last registered member's name/display name does not update the stats