Difference between revisions of "Joomla: All Video Share extension"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 15: | Line 15: | ||
* Extension Manager > Install > Upload Package File > Browse > Upload & Install | * Extension Manager > Install > Upload Package File > Browse > Upload & Install | ||
* Extension Manager > Manage > Pastikan "All Video Player" Status Enable | * Extension Manager > Manage > Pastikan "All Video Player" Status Enable | ||
+ | |||
+ | ==Edit PHP.INI== | ||
+ | |||
+ | safe_mode = off; | ||
+ | file_uploads = on; | ||
+ | session.cache_expire = 4000000000; | ||
+ | upload_max_filesize = 1000M; | ||
+ | post_max_size = 1010M; | ||
+ | max_execution_time = 40000000; | ||
+ | max_input_time = 40000000; | ||
+ | memory_limit = 1010M; |
Revision as of 14:28, 11 July 2012
Download dari
- http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/19866?qh=YTo2OntpOjA7czo5OiJzdHJlYW1pbmciO2k6MTtzOjY6InN0cmVhbSI7aToyO3M6Nzoic3RyZWFtcyI7aTozO3M6ODoic3RyZWFtcyciO2k6NDtzOjg6InN0cmVhbWVkIjtpOjU7czo4OiJzdHJlYW0ncyI7fQ%3D%3D
- http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/19866
- http://allvideoshare.mrvinoth.com/downloads/com_allvideoshare_1.2.1.zip
Upload ke Situs Joomla
Masuk ke Admin web, misalnya,
Pilih menu
- Extension Manager > Install > Upload Package File > Browse > Upload & Install
- Extension Manager > Manage > Pastikan "All Video Player" Status Enable
Edit PHP.INI
safe_mode = off; file_uploads = on; session.cache_expire = 4000000000; upload_max_filesize = 1000M; post_max_size = 1010M; max_execution_time = 40000000; max_input_time = 40000000; memory_limit = 1010M;