the torrent contains instructions and notes for xbtt and smf options read the instructions FIRST
- QUICK INSTALL -
CREATE db and db user UPLOAD files to webroot POINT browser at site FOLLOW onscreen instructions DELETE upgrade.php, install.php install.unlock
- INSTRUCTIONS TO UPDATE FROM PREVIOUS XBTIT RELEASE -
SAVE ./include/settings.php UNINSTALL your hacks REPLACE all files RESTORE ./include/settings.php DELETE upgrade.php install.php install.unlock APPLY your hacks
Code
Revision 547 ------------ - small fix on account.php (smf group update on validate) - fixed possible SQL injection in scrape.php - changed Spanish language
Revision 545 ------------ Fix a Remote SQL Injection Vulnerability
Revision 544 - Directory Listing Modified Tue Jul 15 16:40:33 2008 UTC (6 weeks, 1 day ago) by Khez
=== admin.users.tools.php === FIXED - A PHP Warning when no change is made to the user
=== blocks/forum_block.php === FEATURE - Option to chose from last active TOPICS or latest POSTS FIXED - SMF SQL with proper caching
=== admin.config.php | admin.config.tpl === ADDED - Support for the forum block topic|posts option
=== install.php === FIXED - A possible issue with XBTIT-SMF support on an XBTIT reinstall
Revision 543 ------------ === admin.users.tools.php === ADDED - SMF Search for member ID => pottentially bad ADDED - Notices on member/rannk not found in SMF OPTIM - Removed an if statement FIXED - General tab/space issues FIXED - Some double-single quoted lost optimizations
=== forum_block.php === OPTIM - Completely Rewritten Code FIXED - SMF branch to show topic subject
=== common.php === OPTIM - everything with proper indentation OPTIM - everything with dash comments
=== functions.php === FIXED - Invalid memory_get_usage with PHP 4 when compiled without memory-limit
=== include/jscss.php === ADDED - include/jscss file for use with $morescript and $morecss vars OPTIM - moved js to an actual file
=== jscript/xbtit.js === ADDED - jscript/xbtit.js file to allow clientside caching and conserver bandiwdth OPTIM - resize by removing clientside a subsequent getElementById call
=== index.php === OPTIM - A couple of double quoted vars to direct php ADDED - include statement for include/jscss.php