From 2ba07aa53d2af572af2c5a43e77725abd46e1b13 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Jul 2010 12:09:42 +0200 Subject: many new stuff, some things already working --- module/config/core_default.xml | 133 ------------------------------------ module/config/default.config | 52 ++++++++++++++ module/config/plugin_default.config | 14 ++++ module/config/plugin_default.xml | 40 ----------- 4 files changed, 66 insertions(+), 173 deletions(-) delete mode 100644 module/config/core_default.xml create mode 100644 module/config/default.config create mode 100644 module/config/plugin_default.config delete mode 100644 module/config/plugin_default.xml (limited to 'module/config') diff --git a/module/config/core_default.xml b/module/config/core_default.xml deleted file mode 100644 index 4d2e59aad..000000000 --- a/module/config/core_default.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - 7227 - 0.0.0.0 - admin - pwhere - - - False - ssl.crt - ssl.key - - - True - builtin - False - 0.0.0.0 - 8001 - - - - pyload - pyloadident - pyloadreal - - - True - Logs - 5 - - - de - Downloads - 3 - links.txt - failed_links.txt - False - 5 - 0 - True - 200 - False - - - - True - False - - - False - None - 0:00 - 0:00 - - - 0:00 - 0:00 - - - False - http://localhost:8080 - http - - - - module.plugins.hooks.ClickAndLoad, - module.plugins.hooks.ContainerDownload, - module.plugins.hooks.ExternalScripts, - - - module.plugins.captcha.GigasizeCom, - module.plugins.captcha.LinksaveIn, - module.plugins.captcha.MegauploadCom, - module.plugins.captcha.NetloadIn, - module.plugins.captcha.ShareonlineBiz, - - - module.plugins.container.CCF, - module.plugins.container.DLC_25, - module.plugins.container.DLC_26, - module.plugins.container.RSDF, - module.plugins.container.LinkList, - - - module.plugins.crypter.DDLMusicOrg, - module.plugins.crypter.FourChanOrg, - module.plugins.crypter.HoerbuchIn, - module.plugins.crypter.LixIn, - module.plugins.crypter.OneKhDe, - module.plugins.crypter.RelinkUs, - module.plugins.crypter.RSLayerCom, - module.plugins.crypter.SecuredIn, - module.plugins.crypter.SerienjunkiesOrg, - module.plugins.crypter.StealthTo, - module.plugins.crypter.YoutubeChannel, - - - module.plugins.hoster.DepositfilesCom, - module.plugins.hoster.DuckloadCom, - module.plugins.hoster.FilefactoryCom, - module.plugins.hoster.FilesmonsterCom, - module.plugins.hoster.FreakshareNet, - module.plugins.hoster.GigasizeCom, - module.plugins.hoster.HotfileCom, - module.plugins.hoster.MegauploadCom, - module.plugins.hoster.MegavideoCom, - module.plugins.hoster.MyvideoDe, - module.plugins.hoster.NetloadIn, - module.plugins.hoster.PornhostCom, - module.plugins.hoster.PornhubCom, - module.plugins.hoster.RapidshareCom, - module.plugins.hoster.RedtubeCom, - module.plugins.hoster.ShareonlineBiz, - module.plugins.hoster.ShragleCom, - module.plugins.hoster.StorageTo, - module.plugins.hoster.UploadedTo, - module.plugins.hoster.XupIn, - module.plugins.hoster.YoupornCom, - module.plugins.hoster.YoutubeCom, - module.plugins.hoster.ZippyshareCom, - module.plugins.hoster.ZshareNet, - module.plugins.hoster.SharenowNet, - module.plugins.hoster.YourfilesTo, - module.plugins.hoster.Xdcc, - module.plugins.hoster.Ftp, - - - module.plugins.accounts.RapidshareCom, - module.plugins.accounts.UploadedTo, - - - diff --git a/module/config/default.config b/module/config/default.config new file mode 100644 index 000000000..7a9b7a93c --- /dev/null +++ b/module/config/default.config @@ -0,0 +1,52 @@ +remote - "Remote": + int port : "Port" = 7227 + ip listenaddr : "Adress" = 0.0.0.0 + str username : "Username" = admin + str password : "Password" = pwhere +ssl - "SSL": + bool activated : "Activated"= False + str cert : "SSL Certificate" = ssl.crt + str key : "SSL Key" = ssl.key +webinterface - "Webinterface": + bool activated : "Activated" = True + str server : "Server" = builtin #builtin;lighttpd;nginx;fastcgi + bool https : "Use HTTPS" = False + ip host : "IP" = 0.0.0.0 + int port : "Port" = 8001 + str template : "Template" = default +xdcc - "xdcc": + str nick : "Nickname" = pyload + str ident : "Ident" = pyloadident + str realname : "Realname" = pyloadreal +log - "Log": + bool file_log : "File Log" = True + str log_folder : "Folder" = Logs + int log_count : "Count" = 5 +general - "General": + str language : "Language" = de #input="en;de;fr;nl;pl" + str download_folder : "Download Folder" = Downloads + int max_downloads : "Max Parallel Downloads" = 3 + str link_file : "File For Links" = links.txt + str failed_file : "File For Failed Links" = failed_links.txt + bool debug_mode : "Debug Mode" = False + int max_download_time : "Max Download Time" = 5 + int download_speed_limit : "Download Speed Limit" = 0 + bool checksum : "Use Checksum" = True + int min_free_space : "Min Free Space (MB)" = 200 + bool folder_per_package : "Create folder for each package" = False + ip download_interface : "Outgoing IP address for downloads" = None +updates - "Updates": + bool search_updates : "Search" = True + bool install_updates : "Install" = False +reconnect - "Reconnect": + bool activated : "Use Reconnect" = False + str method : "Method" = None + time startTime : "Start" = 0:00 + time endTime : "End" = 0:00 +downloadTime - "Download Time": + time start : "Start" = 0:00 + time end : "End" = 0:00 +proxy - "Proxy": + bool activated : "Activated" = False + str adress : "Adress" = http://localhost:8080 + str protocol : "Protocol" = http \ No newline at end of file diff --git a/module/config/plugin_default.config b/module/config/plugin_default.config new file mode 100644 index 000000000..a10b03587 --- /dev/null +++ b/module/config/plugin_default.config @@ -0,0 +1,14 @@ +remote - "Remote": + int port : "Port" = 7227 + ip listenaddr : "Adress" = 0.0.0.0 + str username : "Username" = admin + str password : "Password" = pwhere +SSL - "SSL": + bool activated : "Activated" = False + file key : "SSL - Cert" = /home/martin/pyload/ssl.crt1 + file cert : "SSL - Key" = /home/martin/pyload/ssl.key + int list : "A List" = [ 1 , 2 , 3 , + 4, + 5, + 6, + ] \ No newline at end of file diff --git a/module/config/plugin_default.xml b/module/config/plugin_default.xml deleted file mode 100644 index d9105d5d4..000000000 --- a/module/config/plugin_default.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - False - - - - - False - - - - - False - - - - - False - - - - - False - - - - - hd - - - - False - uploads,favorites - - - RapidshareCom,UploadedTo,NetloadIn,FilefactoryCom - - -- cgit v1.2.3