Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Motorbase

Pages: [1]
1
Language Packs / Re: [Language] Russian language files & buttons
« on: May 25, 2008, 12:19:30 AM »
Пожалуйста помогите у меня проблемы с Кодировкой сайта 4images.
Итак вопрос в том у меня стоит щяс версия 1.7.6 и там автроматически стоит Кодировка-Юникод(UTF-8),но для русского языка мне надо Кирилица(windows) как мне зафиксировать на сайте кирилицу,тоесть ко мне на сайт заходят и стоит кодировка-.юникод а не кирилица.А в версии 1.7.4 все без проблем , все как надо стоит Кирилица.....
или может есть новый русификатор для 1.7.6??? тогда дайте пожалуйста ссылочку.


И еще не по теме что такое RSS и зачем он нужен на 4images(е) извените если глупый вопрос))а то давно хотел спросить

2
Discussion & Troubleshooting / Re: probs with wmv and avi video files
« on: September 30, 2007, 03:30:06 PM »
The people help a maximum I can expose 1.8 mb of a video by a format AVI what to make that I could expose хотябы a roller of 70 mb ?

3
FAQ, Tips / Re: How can I add more allowed file extensions?
« on: September 30, 2007, 03:08:14 PM »
@ m3tallica and all other wmv-friends,

WMV as new valid file extension

1. add wmv as new file extension in your ACP -> Settings -> Valid file extensions

2. for wmv-files add the following code line into your includes/upload_definitions.php
Code: [Select]
$mime_type_match['wmv'] = array("video/x-ms-wmv");
or this (update ...)
Code: [Select]
$mime_type_match['wmv'] = array("video/x-ms-wmv", "application/x-unknown");

3. create a new wmv.html in templates/<your_template>/media/ like this
Code: [Select]
<!-- Template file for WMV Movies  -->
<embed id="VideoVIDEO"
name="VideoVIDEO"
pluginspage="http://www.microsoft.com/windows/windowsmedia/en/Download/default.asp"
src="{media_src}"
type="application/x-mplayer2"
EnableFullScreenControls="1"
AUTOREWIND="0"
SHOWSTATUSBAR="1"
AnimationatStart="false"
SHOWDISPLAY="0"
AUTOSIZE="1"
ENABLECONTEXTMENU="1"
SHOWCONTROLS="1"
PLAYCOUNT="0">
</embed>
<br>

4. create a new wmv-icon as wmv.gif in templates/<your_template>/icons/ like this


... thats all ... now you can present wmv-files in your 4images gallery ...  8)
mawenzi
Pancake it is necessary a file to be loaded all has made correctly

4
Mods & Plugins (Requests & Discussions) / Help)))
« on: September 29, 2007, 06:01:28 PM »
By all hi! At me it is possible to say most simple script 4images 1.7.4 without everyones mods and I have seen at many sites and has found very much intresting! And at me the questions how to me To place banners have appeared, whether it is possible to make on a site mini chat? How to make a small forum? The guest book? And more there are many any questions answer please while these questions! Also answer most important for me a question how to clean(remove) about a site captcha well those letters when register and accomodate wallpapers or what that files!

Pages: [1]