Bu eklenti ile MyAnimeList sitesinden herhangi bir anime veya manganın bilgilerini çekebilirsiniz.
IPB 4.1.16.1'deki CKEditor 4.5.11 sürümüne göre yazılmıştır.
- Çekilen bilgileri çevirebilme (İngilizce hariç. MyAnimeList'in varsayılan dili İngilizce çünkü.)
- Afişi ve yazıları sunucuya kaydetme
- Sayfa genişliğine göre orantılama
- Mobil uyum (Sağ kısım mobilde gözükmez.)
- Sade tasarım
- Htaccess ve https desteği
cookie_settings.php dosyasını açın.
$config[ "cookie_limit" ] = "20";
Maksimum kullanma limiti. Bu limiti aşınca belirtilen süre kadar beklemek zorunda kalırsınız.
$cookie_hours = 6;
Maksimum kullanma limiti aşıldıktan sonra beklenilen saat.
$cookie_mins = 30;
Maksimum kullanma limiti aşıldıktan sonra beklenilen dakika.
image_settings.php dosyasını açın.
$config[ "image_max_size" ] = "400";
Yüklenilen afişlerin en ve boy oranları için sınır değeri.
$config[ "htaccess_enabled" ] = "off";
Htaccess yönlendirmesinin açılıp açılmayacağına karar verirsiniz. Bu ayarı aktifleştirdikten sonra create_htaccess dosyasını tarayıcıda açıp oluşturduğu htaccess.txt dosyasının içindeki komutları kök dizindeki .htaccess dosyasına eklemelisiniz.
$config[ "https" ] = "off";
Linklerin başına https protokolü eklenip eklenmeyeceğine karar verirsiniz.
styles/malgrabber.css dosyası içindeki kodları her yerde çağrılan başka bir stil dosyasına kopyalayıp bu dosyayı siliniz.
With this extension, you can get information of any anime or manga from MyAnimeList website.
It is written according to CKEditor 4.5.11 version in IPB 4.1.16.1.
- Translating the captured informations (Except English language. Because MyAnimeList's defualt language is English.)
- Saving poster images and texts to server
- Responsive width
- Mobile compatibility (The sidebar does not appear in mobile.)
- Flat design
- Support htaccess and https
Open cookie_settings.php file.
$config[ "cookie_limit" ] = "15";
Maximum usage limit. If you exceed this limit, you will have to wait for the specified time.
$cookie_hours = 2;
Expected hour(s) after exceeding the maximum usage limit.
$cookie_mins = 0;
Expected min(s) after exceeding the maximum usage limit.
Open image_settings.php file.
$config[ "image_max_size" ] = "400";
Limit value for the width and height of the uploaded images.
$config[ "htaccess_enabled" ] = "off";
You decide whether to turn on htaccess redirection. After activating this setting, open create_htaccess file in the browser and copy the commands in generated htaccess.txt file to htaccess file in the root directory.
$config[ "https" ] = "off";
You decide whether to add the https protocol per link.
Copy the code in styles/malgrabber.css to another called style file everywhere and delete this file.