MAD-BOYT
Постоялец
- Регистрация
- 22 Ноя 2007
- Сообщения
- 78
- Реакции
- 8
- Автор темы
- #1
Social Engine v3.10 Nulled:
(also featuring some integrated hacks)
What's new in v3.10?:
footer.php - Added benchmark code; changes to make modified language class work correctly
header.php - Added SE_ROOT constant that gives an absolute path to the root folder; added benchmark code; added caching includes; changed plugin selection order to use new order column; excluded misc_js.php from stat views update
help_contact.php - Added captcha
home.php - Implemented caching code
invite.php - Removed session_start() (now in header.php)
login.php - Added captcha, can be disabled, enabled or shown after a certain number of failed logins (Admin Panel->Banning and Spam)
misc_js.php - Converted some tasks to use json_encode to prevent escaping problems
signup.php - Removed session_start() (now in header.php)
user_account.php - Added code to flush cached data when editing
user_account_privacy.php - Added code to flush cached data when editing
user_editprofile.php - Added code to flush cached data when editing; added code to update the displayname stored in the user table based on the user settings.
user_home.php - Implemented caching code
user_upload.php - Removed session_start() (now in header.php); now includes header before action for session support
admin/admin_cache.php - Added
admin/admin_connections.php - Fixed warning for empty types
admin/admin_fields.php - Added code to flush cached info when editing
admin/admin_footer.php - Added language pack assignment for admin selection
admin/admin_header.php - Added caching includes; added SE_ROOT constant; changed $global_plugins to an assoc array like header.php
admin/admin_profile_edit.php - Added for custom displayname generation
admin/admin_language_export.php - Added
admin/admin_language_import.php - Added
admin/admin_session.php - Added
admin/admin_subnetworks.php - Added code to flush cached info when editing
admin/admin_viewplugins.php - Added the ability to change the plugin order (will affect the order plugins show up in menus, profiles, etc)
- Added header include to utilize session class
include/class_actions.php - Implemented caching; added a fix for corrupted action items; added code to clean out actionmedia; fixed negative limit problem
include/class_ads.php - Changed ad loading to load() method so ads won't be loaded for ajax requests to fix view count
include/class_comment.php - Added fix for group and event media comments by including the parent id in the action vars; removed session_start() (now in header.php)
include/class_core.php - Added, contains some static methods for retrieving settings and other info
include/class_database.php - Added enhanced logging, private last_resource variable, and the load all functions
include/class_javascript.php - Added wrapper for the json_encode() function; added code to prevent error in admin panel
include/class_language.php - Main code moved to include/language/*, this is a placeholder/loader
include/class_upload.php - Small fix in image resizing
include/class_user.php - Made change to the checkCookies method to allow for caching; fixed the user_delete() method to work with the new pm system; changed handling of user_lastactive to prevent MySQL lockups; added display name method (first/last last/first custom) and caching of this value in the user table; setcookie of login info instead uses the session class; copied code from user_create to user_photo_upload to allow for double-checking of user folder creation
include/class_url.php - Added code to cache the URL conversion settings
include/functions_file.php - Some file functions used in file-based caching
include/functions_general.php - Moved some code from home.php and user_home.php here with caching implementation; online_users() speed optimized
include/cache/* - Added caching class
include/session/* - Added session class
include/js/smoothbox.js - Modification to prevent IE errors in smoothbox
include/language/* - Moved from include/class_language.php; now supports multiple storage methods (mysql and file); added preload (can ignore preload by setting to false), assign (assigns function output to a smarty variable), and print (does function echo result, defaults to TRUE if assign is not set, FALSE if assign is set) attributes to the lang_print and lang_sprintf functions; added args attribute (vsprintf) to lang_sprintf (args=smarty_variable)
include/smarty/plugins/modifier.truncate.php - Reverted to original file (mbstring functions removed) in favor of mbstring.func_overload
templates/admin_banning.tpl - Corrected small HTML layout errors; added captcha options for login and contact forms
templates/admin_cache.tpl - Added
templates/admin_fields.tpl - Added a new max length option (30)
templates/admin_header.tpl - Added caching and sessions link; changed plugin loop from section to foreach
templates/admin_header_global.tpl - Fixed IE "Operation aborted" error in the tips initialization; changed plugin loop from section to foreach
templates/admin_home.tpl - Added admin language selection;
templates/admin_language.tpl - Added import and export links
templates/admin_language_export.tpl - Added
templates/admin_language_import.tpl - Added
templates/admin_levels_edit.tpl - Changed plugin loop from section to foreach
templates/admin_levels_messagesettings.tpl - Changed plugin loop from section to foreach
templates/admin_levels_usersettings.tpl - Changed plugin loop from section to foreach
templates/admin_session.tpl - Added
templates/admin_viewplugins.tpl - Added the ability to change the plugin order (will affect the order plugins show up in menus, profiles, etc)
templates/header.tpl - Modification to prevent IE errors in smoothbox
templates/header_global.tpl - Fixed IE "Operation aborted" error in the tips initialization
templates/help_contact.tpl - Added captcha
templates/home.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins); added login captcha (see login.tpl/login.php); adjusted layout for alignment problems in Recent Signups, Login, etc
templates/login.tpl - Added captcha, can be disabled or enabled, or shown after a certain number of failed logins (Admin Panel->Banning & Spam)
templates/network.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins)
templates/profile.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins)
templates/user_home.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins)
Other:
Changed default max length for the first and last name fields in the installer to 30
The se_visitors table structure has been changed. Now uses InnoDB and will keep track of the logged in users. This is to prevent lockups with the user_lastactive column. The user_lastactive will still be updated (for advanced search), but only every two minutes to prevent lockups.
DOWNLOAD SE 3.10 null
P.S. Взято с забугром. ставил, работает вроде нормально.
(also featuring some integrated hacks)
What's new in v3.10?:
footer.php - Added benchmark code; changes to make modified language class work correctly
header.php - Added SE_ROOT constant that gives an absolute path to the root folder; added benchmark code; added caching includes; changed plugin selection order to use new order column; excluded misc_js.php from stat views update
help_contact.php - Added captcha
home.php - Implemented caching code
invite.php - Removed session_start() (now in header.php)
login.php - Added captcha, can be disabled, enabled or shown after a certain number of failed logins (Admin Panel->Banning and Spam)
misc_js.php - Converted some tasks to use json_encode to prevent escaping problems
signup.php - Removed session_start() (now in header.php)
user_account.php - Added code to flush cached data when editing
user_account_privacy.php - Added code to flush cached data when editing
user_editprofile.php - Added code to flush cached data when editing; added code to update the displayname stored in the user table based on the user settings.
user_home.php - Implemented caching code
user_upload.php - Removed session_start() (now in header.php); now includes header before action for session support
admin/admin_cache.php - Added
admin/admin_connections.php - Fixed warning for empty types
admin/admin_fields.php - Added code to flush cached info when editing
admin/admin_footer.php - Added language pack assignment for admin selection
admin/admin_header.php - Added caching includes; added SE_ROOT constant; changed $global_plugins to an assoc array like header.php
admin/admin_profile_edit.php - Added for custom displayname generation
admin/admin_language_export.php - Added
admin/admin_language_import.php - Added
admin/admin_session.php - Added
admin/admin_subnetworks.php - Added code to flush cached info when editing
admin/admin_viewplugins.php - Added the ability to change the plugin order (will affect the order plugins show up in menus, profiles, etc)
- Added header include to utilize session class
include/class_actions.php - Implemented caching; added a fix for corrupted action items; added code to clean out actionmedia; fixed negative limit problem
include/class_ads.php - Changed ad loading to load() method so ads won't be loaded for ajax requests to fix view count
include/class_comment.php - Added fix for group and event media comments by including the parent id in the action vars; removed session_start() (now in header.php)
include/class_core.php - Added, contains some static methods for retrieving settings and other info
include/class_database.php - Added enhanced logging, private last_resource variable, and the load all functions
include/class_javascript.php - Added wrapper for the json_encode() function; added code to prevent error in admin panel
include/class_language.php - Main code moved to include/language/*, this is a placeholder/loader
include/class_upload.php - Small fix in image resizing
include/class_user.php - Made change to the checkCookies method to allow for caching; fixed the user_delete() method to work with the new pm system; changed handling of user_lastactive to prevent MySQL lockups; added display name method (first/last last/first custom) and caching of this value in the user table; setcookie of login info instead uses the session class; copied code from user_create to user_photo_upload to allow for double-checking of user folder creation
include/class_url.php - Added code to cache the URL conversion settings
include/functions_file.php - Some file functions used in file-based caching
include/functions_general.php - Moved some code from home.php and user_home.php here with caching implementation; online_users() speed optimized
include/cache/* - Added caching class
include/session/* - Added session class
include/js/smoothbox.js - Modification to prevent IE errors in smoothbox
include/language/* - Moved from include/class_language.php; now supports multiple storage methods (mysql and file); added preload (can ignore preload by setting to false), assign (assigns function output to a smarty variable), and print (does function echo result, defaults to TRUE if assign is not set, FALSE if assign is set) attributes to the lang_print and lang_sprintf functions; added args attribute (vsprintf) to lang_sprintf (args=smarty_variable)
include/smarty/plugins/modifier.truncate.php - Reverted to original file (mbstring functions removed) in favor of mbstring.func_overload
templates/admin_banning.tpl - Corrected small HTML layout errors; added captcha options for login and contact forms
templates/admin_cache.tpl - Added
templates/admin_fields.tpl - Added a new max length option (30)
templates/admin_header.tpl - Added caching and sessions link; changed plugin loop from section to foreach
templates/admin_header_global.tpl - Fixed IE "Operation aborted" error in the tips initialization; changed plugin loop from section to foreach
templates/admin_home.tpl - Added admin language selection;
templates/admin_language.tpl - Added import and export links
templates/admin_language_export.tpl - Added
templates/admin_language_import.tpl - Added
templates/admin_levels_edit.tpl - Changed plugin loop from section to foreach
templates/admin_levels_messagesettings.tpl - Changed plugin loop from section to foreach
templates/admin_levels_usersettings.tpl - Changed plugin loop from section to foreach
templates/admin_session.tpl - Added
templates/admin_viewplugins.tpl - Added the ability to change the plugin order (will affect the order plugins show up in menus, profiles, etc)
templates/header.tpl - Modification to prevent IE errors in smoothbox
templates/header_global.tpl - Fixed IE "Operation aborted" error in the tips initialization
templates/help_contact.tpl - Added captcha
templates/home.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins); added login captcha (see login.tpl/login.php); adjusted layout for alignment problems in Recent Signups, Login, etc
templates/login.tpl - Added captcha, can be disabled or enabled, or shown after a certain number of failed logins (Admin Panel->Banning & Spam)
templates/network.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins)
templates/profile.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins)
templates/user_home.tpl - Activity feed fix for group/event media comments (Will require next version of those plugins)
Other:
Changed default max length for the first and last name fields in the installer to 30
The se_visitors table structure has been changed. Now uses InnoDB and will keep track of the logged in users. This is to prevent lockups with the user_lastactive column. The user_lastactive will still be updated (for advanced search), but only every two minutes to prevent lockups.
DOWNLOAD SE 3.10 null
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
P.S. Взято с забугром. ставил, работает вроде нормально.