Skip to content
This repository has been archived by the owner on Feb 10, 2018. It is now read-only.

magnum357i/Malgrabber-for-CKEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malgrabber-for-CKEditor

Bu eklenti ile MyAnimeList sitesinden herhangi bir anime veya manganın bilgilerini çekebilirsiniz.

Test Edilen Sürüm

IPB 4.1.16.1'deki CKEditor 4.5.11 sürümüne göre yazılmıştır.

Özellikler

  • Ç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

Ayarlar

Çerez Ayarları

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.

Afiş Yükleme Ayarları

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.

Link Oluşturma Ayarları

$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.

Notlar

styles/malgrabber.css dosyası içindeki kodları her yerde çağrılan başka bir stil dosyasına kopyalayıp bu dosyayı siliniz.

In English

With this extension, you can get information of any anime or manga from MyAnimeList website.

Tested Version

It is written according to CKEditor 4.5.11 version in IPB 4.1.16.1.

Features

  • 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

Settings

Cookie Settings

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.

Poster Upload Settings

Open image_settings.php file.

$config[ "image_max_size" ] = "400";

Limit value for the width and height of the uploaded images.

Link Create Settings

$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.

Notes

Copy the code in styles/malgrabber.css to another called style file everywhere and delete this file.

About

Don't use it. Malgrabber deleted on next update and mygrabber(imdb, myanimelist and two more) will come here.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published