[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.94.36: ~ $
1. Add [[language]] in SQL.
2. If new language need to add then have to add its entry in install.php in __install()
3. Language Pack : http://community.joomla.org/translations/joomla-16-translations.html
4. Put the language packs in the /language folder i.e. admin_[[language]].zip and site_[[language]].zip
7. Choose MySQLi driver and not MySQL
8. Do not install with sample data. Use joomla sample data sql and change dbprefix. Also, check that truncate extention and language table should not be there in sample data sql because we add languge in extension table
9. USING BTREE in the SQL file should be before the field name it should be this :
  KEY `idx_usergroup_nested_set_lookup` USING BTREE (`lft`,`rgt`)
and not this:
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
10. Add as many languages as you can in the next update.
11. Check in the Admin Panel -> Site -> System Information -> Directory Permissions for "Writeable permissions" on apache server.

12. Languages not updated :

					<option value="zh-CN">Chinese</option>
					<option value="ru-RU">Russian</option>
					<option value="de-DE">German</option>
					<option value="fa-IR">Persian</option>
					<option value="pl-PL">Polish</option>
					<option value="es-ES">Spanish</option>
					<option value="pt-PT">Portuguese</option>
					<option value="pt-BR">Portuguese (Brazil)</option>
					<option value="ar-AA">Arabic</option>
					<option value="el-GR">Greek</option>
					<option value="ko-KR">Korean</option>
					<option value="nb-NO">Norwegian</option>
					<option value="sv-SE">Swedish</option>
					<option value="th-TH">Thai</option>
					<option value="tr-TR">Turkish</option>
					<option value="he-IL">Hebrew</option>
					
13. Make script where Database ENGINE is InnoDB
14. If you get error while upgrading for deleting some files, then check "administrator/components/com_admin/script.php" file for list of files to be deleted and add them in upgrade.php.
15. We have added SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; in sample data sql files and install.php to make it compatible with mysql 5.7. Add it in next update as well.

Filemanager

Name Type Size Permission Actions
images Folder 0755
languages Folder 0755
php53 Folder 0755
php56 Folder 0755
php71 Folder 0755
php81 Folder 0755
php82 Folder 0755
PasswordHash.php File 6.46 KB 0644
clone.php File 3.96 KB 0644
configuration.php File 1.8 KB 0644
edit.php File 8.26 KB 0644
edit.xml File 433 B 0644
extend.php File 1.97 KB 0644
fileindex.php File 229 B 0644
import.php File 6.75 KB 0644
info.xml File 2.96 KB 0644
install.js File 955 B 0644
install.php File 15.18 KB 0644
install.xml File 2.84 KB 0644
md5 File 6.99 KB 0644
notes.txt File 2.08 KB 0644
update_pass.php File 6.62 KB 0644
upgrade.php File 5.25 KB 0644
upgrade.xml File 694 B 0644