├── RELEASE ├── content ├── backups │ ├── .gitignore │ └── sql │ │ └── .gitignore ├── telegram │ └── placeholder ├── avatars │ ├── index.html │ ├── .htaccess │ └── .gitignore ├── logs │ └── yalflog.log ├── .htaccess ├── updates │ ├── configs │ │ ├── 0.0.4.ini │ │ ├── 0.0.8.ini │ │ ├── 0.0.9.ini │ │ ├── 0.1.6.ini │ │ ├── 0.1.2.ini │ │ ├── 0.1.8.ini │ │ ├── 0.1.4.ini │ │ ├── 0.0.5.ini │ │ ├── 0.1.5.ini │ │ ├── 0.0.3.ini │ │ └── 0.1.1.ini │ └── sql │ │ ├── 0.0.8.sql │ │ ├── 0.1.7.sql │ │ ├── 0.1.0.sql │ │ ├── 0.0.9.sql │ │ └── 0.0.3.sql └── users │ └── admin ├── exports ├── placeholder └── .htaccess ├── api ├── .htaccess ├── libs │ ├── api.i18n.php │ ├── api.yalfloader.php │ ├── api.mapscompat.php │ ├── api.net.php │ ├── api.clirender.php │ └── api.yalflangswitch.php └── staticloader.php ├── dist ├── .htaccess ├── presets │ ├── freebsd │ │ ├── snmpd.preconf │ │ ├── loader.preconf │ │ ├── sysctl.preconf │ │ ├── php8.ini │ │ ├── php.ini │ │ ├── firewall.conf │ │ └── rc.preconf │ └── debian │ │ ├── binpaths.ini │ │ └── php8.ini ├── landing │ └── bg.gif ├── dumps │ └── defaultstorage.sql ├── crontab │ └── crontab.preconf ├── services │ ├── wrrelease.sh │ └── wrcurrent.sh └── wrap │ ├── deb_wrapi │ └── wrapi ├── modules ├── jsc │ ├── index.html │ ├── .htaccess │ ├── ion_rangeSlider │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .editorconfig │ │ ├── _tmp │ │ │ └── logo-ion-range-slider.png │ │ └── less │ │ │ ├── irs.less │ │ │ └── _mixins.less │ ├── dt3 │ │ └── images │ │ │ ├── favicon.ico │ │ │ ├── sort_asc.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── back_enabled.png │ │ │ ├── Sorting icons.psd │ │ │ ├── back_disabled.png │ │ │ ├── forward_enabled.png │ │ │ ├── forward_disabled.png │ │ │ ├── sort_asc_disabled.png │ │ │ ├── back_enabled_hover.png │ │ │ ├── sort_desc_disabled.png │ │ │ └── forward_enabled_hover.png │ ├── jui │ │ └── css │ │ │ └── smoothness │ │ │ └── images │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ ├── form-disabler.js │ └── select2 │ │ └── js │ │ └── i18n │ │ ├── zh-TW.js │ │ ├── zh-CN.js │ │ ├── ja.js │ │ ├── az.js │ │ ├── ko.js │ │ ├── vi.js │ │ ├── tk.js │ │ ├── tr.js │ │ ├── id.js │ │ ├── th.js │ │ ├── ar.js │ │ ├── nb.js │ │ ├── km.js │ │ ├── sv.js │ │ ├── is.js │ │ ├── et.js │ │ ├── fi.js │ │ ├── ms.js │ │ ├── ka.js │ │ ├── bg.js │ │ ├── da.js │ │ ├── hy.js │ │ ├── fa.js │ │ ├── hi.js │ │ ├── he.js │ │ ├── hr.js │ │ ├── eo.js │ │ ├── af.js │ │ ├── de.js │ │ ├── eu.js │ │ ├── pt-BR.js │ │ ├── pt.js │ │ ├── mk.js │ │ ├── bn.js │ │ ├── lv.js │ │ ├── sq.js │ │ ├── ca.js │ │ ├── hu.js │ │ ├── it.js │ │ ├── ps.js │ │ ├── nl.js │ │ ├── ne.js │ │ ├── sl.js │ │ ├── en.js │ │ ├── es.js │ │ ├── gl.js │ │ ├── ro.js │ │ ├── te.js │ │ ├── lt.js │ │ ├── pl.js │ │ ├── el.js │ │ ├── sr.js │ │ ├── uk.js │ │ ├── bs.js │ │ ├── fr.js │ │ ├── sr-Cyrl.js │ │ ├── pa.js │ │ └── ru.js ├── .htaccess ├── foreign │ ├── phpsysinfo │ │ └── placeholder │ ├── xhprof │ │ ├── placeholder │ │ ├── index.php │ │ └── xhprof_html │ │ │ └── jquery │ │ │ ├── indicator.gif │ │ │ └── jquery.tooltip.css │ └── .htaccess ├── general │ ├── index │ │ ├── index.php │ │ └── module.php │ ├── records │ │ └── module.php │ ├── pseudostream │ │ ├── module.php │ │ └── index.php │ ├── apachezen │ │ ├── module.php │ │ └── index.php │ ├── manifestor │ │ └── module.php │ ├── test │ │ ├── module.php │ │ └── index.php │ ├── loginform │ │ ├── module.php │ │ └── index.php │ ├── update │ │ └── module.php │ ├── licensekeys │ │ └── module.php │ ├── sysconf │ │ └── module.php │ ├── modelcraft │ │ └── module.php │ ├── processmon │ │ └── module.php │ ├── remoteapi │ │ └── module.php │ ├── settings │ │ └── module.php │ ├── sqldebug │ │ └── module.php │ ├── streamgen │ │ └── module.php │ ├── devconsole │ │ └── module.php │ ├── usermanager │ │ └── module.php │ ├── archive │ │ └── module.php │ ├── backups │ │ └── module.php │ ├── cameras │ │ └── module.php │ ├── taskbar │ │ ├── module.php │ │ └── index.php │ ├── eventview │ │ ├── module.php │ │ └── index.php │ ├── storages │ │ └── module.php │ ├── sysinfo │ │ ├── module.php │ │ └── index.php │ ├── models │ │ └── module.php │ ├── livecams │ │ └── module.php │ ├── acl │ │ └── module.php │ └── export │ │ └── module.php └── remoteapi │ ├── rest.php │ ├── rotator.php │ ├── capture.php │ ├── autoupdatehook.php │ ├── liveswarm.php │ ├── subswarm.php │ ├── chanshots.php │ ├── exportsched.php │ ├── backupdb.php │ ├── modet.php │ └── recherd.php ├── skins ├── paper │ ├── index.html │ ├── iconz │ │ ├── .htaccess │ │ └── wolflogin.png │ ├── assets │ │ ├── scss │ │ │ └── paper-dashboard │ │ │ │ ├── cards │ │ │ │ ├── _card-map.scss │ │ │ │ ├── _card-plain.scss │ │ │ │ └── _card-chart.scss │ │ │ │ ├── mixins │ │ │ │ ├── _cards.scss │ │ │ │ ├── _transparency.scss │ │ │ │ ├── _page-header.scss │ │ │ │ └── _dropdown.scss │ │ │ │ ├── _images.scss │ │ │ │ └── _mixins.scss │ │ ├── img │ │ │ ├── favicon.ico │ │ │ ├── favicon.png │ │ │ ├── apple-icon.png │ │ │ └── default-avatar.png │ │ ├── fonts │ │ │ ├── nucleo-icons.eot │ │ │ ├── nucleo-icons.ttf │ │ │ ├── nucleo-icons.woff │ │ │ ├── nucleo-icons.woff2 │ │ │ └── montserrat │ │ │ │ ├── montserrat-v14-latin_cyrillic-200.eot │ │ │ │ ├── montserrat-v14-latin_cyrillic-200.ttf │ │ │ │ ├── montserrat-v14-latin_cyrillic-200.woff │ │ │ │ ├── montserrat-v14-latin_cyrillic-700.eot │ │ │ │ ├── montserrat-v14-latin_cyrillic-700.ttf │ │ │ │ ├── montserrat-v14-latin_cyrillic-700.woff │ │ │ │ ├── montserrat-v14-latin_cyrillic-200.woff2 │ │ │ │ ├── montserrat-v14-latin_cyrillic-700.woff2 │ │ │ │ ├── montserrat-v14-latin_cyrillic-regular.eot │ │ │ │ ├── montserrat-v14-latin_cyrillic-regular.ttf │ │ │ │ ├── montserrat-v14-latin_cyrillic-regular.woff │ │ │ │ └── montserrat-v14-latin_cyrillic-regular.woff2 │ │ └── css │ │ │ └── glamforge.css │ ├── ajaxloader.gif │ ├── images │ │ └── delete.gif │ ├── icn_alert_error.png │ ├── icn_alert_info.png │ ├── icn_alert_success.png │ ├── icn_alert_warning.png │ └── opayz.css ├── .htaccess ├── ai.png ├── add.gif ├── add.png ├── back.png ├── plus.png ├── stop.png ├── zen.png ├── brain.png ├── checked.png ├── country.png ├── error.gif ├── ghost.png ├── icon_ip.gif ├── icon_ok.gif ├── list32.png ├── live32.png ├── motion.png ├── ninja32.png ├── noimage.jpg ├── rec_now.png ├── skull.png ├── wall32.png ├── wrcolor.png ├── xhprof.png ├── _yalflogo.png ├── add_icon.png ├── chanblock.gif ├── icon_add.gif ├── icon_cake.png ├── icon_city.gif ├── icon_del.gif ├── icon_down.gif ├── icon_edit.gif ├── icon_eye.gif ├── icon_fdb.png ├── icon_key.gif ├── icon_link.gif ├── icon_lock.png ├── icon_mail.gif ├── icon_note.gif ├── icon_php.png ├── icon_raw.gif ├── icon_star.gif ├── icon_user.gif ├── nosignal.gif ├── poweroff.png ├── question.png ├── rec_avail.png ├── sqldebug.png ├── trash-bin.png ├── yalflogo.png ├── ajaxloader.gif ├── icon_active.gif ├── icon_active2.gif ├── icon_active3.gif ├── icon_addrow.png ├── icon_batman.png ├── icon_branch.png ├── icon_build.gif ├── icon_cache.png ├── icon_charts.png ├── icon_cleanup.png ├── icon_clone.png ├── icon_cloud.png ├── icon_credit.gif ├── icon_disks.png ├── icon_dollar.gif ├── icon_ether.gif ├── icon_export.png ├── icon_hidden.png ├── icon_ip_big.jpg ├── icon_minus.png ├── icon_mobile.gif ├── icon_nostar.gif ├── icon_online.gif ├── icon_passive.gif ├── icon_phone.gif ├── icon_plzbssc.png ├── icon_print.png ├── icon_puzzle.png ├── icon_raw_big.gif ├── icon_repair.gif ├── icon_speed.gif ├── icon_stats.gif ├── icon_street.gif ├── icon_table.png ├── icon_thread.png ├── icon_unlock.png ├── icon_visible.png ├── mapmarks │ ├── red.png │ ├── blue.png │ ├── brown.png │ ├── build.png │ ├── green.png │ ├── grey.png │ ├── house.png │ ├── pink.png │ ├── camping.png │ ├── darkblue.png │ ├── greencar.png │ ├── orange.png │ ├── redcar.png │ ├── shadow.png │ ├── yellow.png │ └── yellowcar.png ├── menuicons │ ├── tv.png │ ├── city.png │ ├── ddt.png │ ├── dhcp.png │ ├── ldap.png │ ├── nas.png │ ├── rbs.png │ ├── ubim.png │ ├── uhw.png │ ├── vols.png │ ├── wcpe.png │ ├── wiki.png │ ├── archive.png │ ├── arpdiag.png │ ├── askozia.png │ ├── backups.png │ ├── banksta.png │ ├── builds.png │ ├── cards.png │ ├── cftypes.png │ ├── covid.png │ ├── docsis.png │ ├── dshaper.png │ ├── exhorse.png │ ├── export.png │ ├── extnets.png │ ├── github.png │ ├── mapon.png │ ├── megogo.png │ ├── mikmigr.png │ ├── newmac.png │ ├── oefails.png │ ├── omegatv.png │ ├── polls.png │ ├── ponizer.png │ ├── records.png │ ├── rules.png │ ├── salary.png │ ├── selling.png │ ├── senddog.png │ ├── sigreq.png │ ├── streets.png │ ├── sysconf.png │ ├── tariffs.png │ ├── taskman.png │ ├── visor.png │ ├── banksta2s.png │ ├── branches.png │ ├── cashtypes.png │ ├── corpsacts.png │ ├── custmaps.png │ ├── employee.png │ ├── eventview.png │ ├── genocide.png │ ├── jobreport.png │ ├── mtsigmon.png │ ├── multigen.png │ ├── multinet.png │ ├── openpayz.png │ ├── phonebook.png │ ├── policedog.png │ ├── smszilla.png │ ├── snmptrap.png │ ├── stopwatch.png │ ├── switches.png │ ├── switchmap.png │ ├── tagcloud.png │ ├── ticketing.png │ ├── trinitytv.png │ ├── tsmsqueue.png │ ├── usertags.png │ ├── vservices.png │ ├── warehouse.png │ ├── watchdog.png │ ├── capabilities.png │ ├── cardreport.png │ ├── contrahens.png │ ├── dealwithit.png │ ├── defaulticon.png │ ├── icn_add_user.png │ ├── icn_city_act.png │ ├── icn_search.png │ ├── icn_settings.png │ ├── licensekeys.png │ ├── lousytariffs.png │ ├── permissions.png │ ├── photostorage.png │ ├── report_dstat.png │ ├── report_polls.png │ ├── reportmaster.png │ ├── speedcontrol.png │ ├── sqlconsole.png │ ├── stickynotes.png │ ├── switchpoller.png │ ├── tariffspeeds.png │ ├── taskmantrack.png │ ├── taskreport.png │ ├── usermanager.png │ ├── whiteboard.png │ ├── whydoyoucall.png │ ├── administrators.png │ ├── icn_jump_back.png │ ├── icn_view_users.png │ ├── payments_cards.png │ ├── receipt_small.png │ ├── report_complex.png │ ├── report_condet.png │ ├── report_finance.png │ ├── report_signup.png │ ├── report_streets.png │ ├── report_sysload.png │ ├── report_tariffs.png │ ├── report_traffic.png │ ├── sms_hist_small.png │ ├── updatemanager.png │ ├── dealwithit_cron.png │ ├── report_autofreeze.png │ ├── report_documents.png │ ├── report_selfcredit.png │ ├── zbsannouncements.png │ ├── cash_machine_small.png │ ├── receipt_small_compl.png │ ├── report_creditexpire.png │ └── vlanmanagement_black_small.png ├── motion_big.png ├── rec_playhead.png ├── rec_unavail.png ├── recognition.png ├── securitywolf.png ├── taskbar │ ├── acl.png │ ├── fan.png │ ├── gearup.png │ ├── models.png │ ├── shell.png │ ├── shell2.png │ ├── thread.png │ ├── update.png │ ├── apachezen.png │ ├── archive.png │ ├── backups.png │ ├── cameras.png │ ├── download.png │ ├── license.png │ ├── livecams.png │ ├── logview.png │ ├── records.png │ ├── storages.png │ ├── usermanager.png │ ├── configuration.png │ └── old_storages.png ├── webapp │ ├── wa192.png │ └── wa512.png ├── yellow_led.png ├── ymaps │ ├── build.png │ ├── edit.png │ ├── globe.png │ ├── search.png │ ├── target.png │ ├── cluster.png │ ├── coverage.png │ ├── network.png │ ├── uplinks.png │ └── switchdir.png ├── icn_alert_info.png ├── icon_build_big.gif ├── icon_build_big.png ├── icon_calendar.gif ├── icon_deleterow.png ├── icon_dhcp_big.gif ├── icon_documents.gif ├── icon_download.png ├── icon_extended.png ├── icon_inactive.gif ├── icon_king_big.png ├── icon_ping_big.gif ├── icon_reset_big.gif ├── icon_reset_big.png ├── icon_restoredb.png ├── icon_sms_micro.gif ├── icon_stats_big.gif ├── icon_stats_big.png ├── icon_template.png ├── log_icon_small.png ├── surveillance32.png ├── OpenSans-Regular.ttf ├── icn_alert_error.png ├── icn_alert_success.png ├── icn_alert_warning.png ├── icon_camera_small.png ├── icon_details_big.gif ├── icon_envy_resave.png ├── icon_hammer_big.gif ├── icon_last_small.png ├── icon_live_small.png ├── icon_message_big.gif ├── icon_money_time.png ├── icon_pl_ticketing.png ├── icon_play_small.png ├── icon_routes_small.png ├── icon_scissors_big.gif ├── icon_search_small.gif ├── icon_time_small.png ├── icon_whois_small.jpg ├── icon_whois_small.png ├── motion_filtered.png ├── surveillance2_32.png ├── surveillance3_32.png ├── Bebas_Neue_Cyrillic.ttf ├── icon_archive_small.png ├── icon_print_options.png ├── icon_telegram_small.png ├── ui-anim_basic_16x16.gif └── icon_dealwithit_cron.png ├── config ├── .htaccess ├── mymodeltemplates │ └── placeholder ├── taskbar.d │ ├── settings │ │ ├── uacl.ini │ │ ├── models.ini │ │ ├── cameras.ini │ │ ├── storages.ini │ │ └── usermanager.ini │ ├── system │ │ ├── waupdate.ini │ │ ├── wsysinfo.ini │ │ ├── backups.ini │ │ ├── a_eventview.ini │ │ ├── processmon.ini │ │ ├── wapachezen.ini │ │ ├── wsettings.ini │ │ ├── devconsole.ini │ │ └── wlicensekeys.ini │ └── playback │ │ ├── acams.ini │ │ ├── export.ini │ │ ├── records.ini │ │ └── archive.ini ├── modeltemplates │ ├── Vesta_Generic │ ├── Trassir_TR-D2S5 │ ├── Trassir_TR-D2S5v2 │ ├── Tyto_IPC-5D28-KS-30 │ ├── Trassir_TR-D8121IR2v6 │ ├── Ezviz_C1C │ ├── Hikvision_DS-2CD1343G0-I │ ├── StreamGen │ ├── UNV_IPC2122LB-SF28-A │ ├── Hikvision_DS-2CD1021-I │ ├── Hikvision_DS-2CD1321-I │ ├── Hikvision_Generic │ ├── Hikvision_2CD1123G2-IUF │ ├── Hikvision_DS-2CD1023G0E-I │ ├── Hikvision_DS-2CD1123G0E-I │ ├── Hikvision_DS-2CD1323G0-IU │ ├── DahuaNVR │ ├── Dahua_IPC-HFW1320S-W │ ├── Hikvision_DS-2CD1023G2-LIUF │ ├── Dahua_Generic │ └── Dahua_IPC-HFW2449S-S-IL-BE ├── binpaths.ini ├── mysql.ini ├── optsextcfg └── ymaps.ini ├── languages └── .htaccess ├── .gitignore ├── README.md └── howl └── .htaccess /RELEASE: -------------------------------------------------------------------------------- 1 | 0.1.8 rev 479 2 | -------------------------------------------------------------------------------- /content/backups/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/telegram/placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /exports/placeholder: -------------------------------------------------------------------------------- 1 | Oo 2 | -------------------------------------------------------------------------------- /api/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /content/avatars/index.html: -------------------------------------------------------------------------------- 1 | Oo 2 | -------------------------------------------------------------------------------- /content/backups/sql/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/logs/yalflog.log: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dist/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /modules/jsc/index.html: -------------------------------------------------------------------------------- 1 | Oo 2 | -------------------------------------------------------------------------------- /skins/paper/index.html: -------------------------------------------------------------------------------- 1 | Oo 2 | -------------------------------------------------------------------------------- /config/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /config/mymodeltemplates/placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /content/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /exports/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /languages/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /modules/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /modules/foreign/phpsysinfo/placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/foreign/xhprof/placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /skins/.htaccess: -------------------------------------------------------------------------------- 1 | Options -Indexes 2 | -------------------------------------------------------------------------------- /modules/foreign/xhprof/index.php: -------------------------------------------------------------------------------- 1 | Oo 2 | -------------------------------------------------------------------------------- /modules/jsc/.htaccess: -------------------------------------------------------------------------------- 1 | allow from all 2 | -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /content/avatars/.htaccess: -------------------------------------------------------------------------------- 1 | allow from all 2 | -------------------------------------------------------------------------------- /modules/general/index/index.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Records'); 3 | 4 | -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/.npmignore: -------------------------------------------------------------------------------- 1 | .idea 2 | .github 3 | _tmp 4 | PSD 5 | bower.json 6 | .npmignore 7 | -------------------------------------------------------------------------------- /skins/icn_alert_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icn_alert_info.png -------------------------------------------------------------------------------- /skins/icon_build_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_build_big.gif -------------------------------------------------------------------------------- /skins/icon_build_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_build_big.png -------------------------------------------------------------------------------- /skins/icon_calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_calendar.gif -------------------------------------------------------------------------------- /skins/icon_deleterow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_deleterow.png -------------------------------------------------------------------------------- /skins/icon_dhcp_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_dhcp_big.gif -------------------------------------------------------------------------------- /skins/icon_documents.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_documents.gif -------------------------------------------------------------------------------- /skins/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_download.png -------------------------------------------------------------------------------- /skins/icon_extended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_extended.png -------------------------------------------------------------------------------- /skins/icon_inactive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_inactive.gif -------------------------------------------------------------------------------- /skins/icon_king_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_king_big.png -------------------------------------------------------------------------------- /skins/icon_ping_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_ping_big.gif -------------------------------------------------------------------------------- /skins/icon_reset_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_reset_big.gif -------------------------------------------------------------------------------- /skins/icon_reset_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_reset_big.png -------------------------------------------------------------------------------- /skins/icon_restoredb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_restoredb.png -------------------------------------------------------------------------------- /skins/icon_sms_micro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_sms_micro.gif -------------------------------------------------------------------------------- /skins/icon_stats_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_stats_big.gif -------------------------------------------------------------------------------- /skins/icon_stats_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_stats_big.png -------------------------------------------------------------------------------- /skins/icon_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_template.png -------------------------------------------------------------------------------- /skins/log_icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/log_icon_small.png -------------------------------------------------------------------------------- /skins/mapmarks/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/blue.png -------------------------------------------------------------------------------- /skins/mapmarks/brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/brown.png -------------------------------------------------------------------------------- /skins/mapmarks/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/build.png -------------------------------------------------------------------------------- /skins/mapmarks/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/green.png -------------------------------------------------------------------------------- /skins/mapmarks/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/grey.png -------------------------------------------------------------------------------- /skins/mapmarks/house.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/house.png -------------------------------------------------------------------------------- /skins/mapmarks/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/pink.png -------------------------------------------------------------------------------- /skins/menuicons/city.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/city.png -------------------------------------------------------------------------------- /skins/menuicons/ddt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/ddt.png -------------------------------------------------------------------------------- /skins/menuicons/dhcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/dhcp.png -------------------------------------------------------------------------------- /skins/menuicons/ldap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/ldap.png -------------------------------------------------------------------------------- /skins/menuicons/nas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/nas.png -------------------------------------------------------------------------------- /skins/menuicons/rbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/rbs.png -------------------------------------------------------------------------------- /skins/menuicons/ubim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/ubim.png -------------------------------------------------------------------------------- /skins/menuicons/uhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/uhw.png -------------------------------------------------------------------------------- /skins/menuicons/vols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/vols.png -------------------------------------------------------------------------------- /skins/menuicons/wcpe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/wcpe.png -------------------------------------------------------------------------------- /skins/menuicons/wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/wiki.png -------------------------------------------------------------------------------- /skins/surveillance32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/surveillance32.png -------------------------------------------------------------------------------- /skins/taskbar/gearup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/gearup.png -------------------------------------------------------------------------------- /skins/taskbar/models.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/models.png -------------------------------------------------------------------------------- /skins/taskbar/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/shell.png -------------------------------------------------------------------------------- /skins/taskbar/shell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/shell2.png -------------------------------------------------------------------------------- /skins/taskbar/thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/thread.png -------------------------------------------------------------------------------- /skins/taskbar/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/update.png -------------------------------------------------------------------------------- /skins/ymaps/cluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/ymaps/cluster.png -------------------------------------------------------------------------------- /skins/ymaps/coverage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/ymaps/coverage.png -------------------------------------------------------------------------------- /skins/ymaps/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/ymaps/network.png -------------------------------------------------------------------------------- /skins/ymaps/uplinks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/ymaps/uplinks.png -------------------------------------------------------------------------------- /skins/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /skins/icn_alert_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icn_alert_error.png -------------------------------------------------------------------------------- /skins/icn_alert_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icn_alert_success.png -------------------------------------------------------------------------------- /skins/icn_alert_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icn_alert_warning.png -------------------------------------------------------------------------------- /skins/icon_camera_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_camera_small.png -------------------------------------------------------------------------------- /skins/icon_details_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_details_big.gif -------------------------------------------------------------------------------- /skins/icon_envy_resave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_envy_resave.png -------------------------------------------------------------------------------- /skins/icon_hammer_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_hammer_big.gif -------------------------------------------------------------------------------- /skins/icon_last_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_last_small.png -------------------------------------------------------------------------------- /skins/icon_live_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_live_small.png -------------------------------------------------------------------------------- /skins/icon_message_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_message_big.gif -------------------------------------------------------------------------------- /skins/icon_money_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_money_time.png -------------------------------------------------------------------------------- /skins/icon_pl_ticketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_pl_ticketing.png -------------------------------------------------------------------------------- /skins/icon_play_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_play_small.png -------------------------------------------------------------------------------- /skins/icon_routes_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_routes_small.png -------------------------------------------------------------------------------- /skins/icon_scissors_big.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_scissors_big.gif -------------------------------------------------------------------------------- /skins/icon_search_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_search_small.gif -------------------------------------------------------------------------------- /skins/icon_time_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_time_small.png -------------------------------------------------------------------------------- /skins/icon_whois_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_whois_small.jpg -------------------------------------------------------------------------------- /skins/icon_whois_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_whois_small.png -------------------------------------------------------------------------------- /skins/mapmarks/camping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/camping.png -------------------------------------------------------------------------------- /skins/mapmarks/darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/darkblue.png -------------------------------------------------------------------------------- /skins/mapmarks/greencar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/greencar.png -------------------------------------------------------------------------------- /skins/mapmarks/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/orange.png -------------------------------------------------------------------------------- /skins/mapmarks/redcar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/redcar.png -------------------------------------------------------------------------------- /skins/mapmarks/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/shadow.png -------------------------------------------------------------------------------- /skins/mapmarks/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/yellow.png -------------------------------------------------------------------------------- /skins/menuicons/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/archive.png -------------------------------------------------------------------------------- /skins/menuicons/arpdiag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/arpdiag.png -------------------------------------------------------------------------------- /skins/menuicons/askozia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/askozia.png -------------------------------------------------------------------------------- /skins/menuicons/backups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/backups.png -------------------------------------------------------------------------------- /skins/menuicons/banksta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/banksta.png -------------------------------------------------------------------------------- /skins/menuicons/builds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/builds.png -------------------------------------------------------------------------------- /skins/menuicons/cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/cards.png -------------------------------------------------------------------------------- /skins/menuicons/cftypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/cftypes.png -------------------------------------------------------------------------------- /skins/menuicons/covid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/covid.png -------------------------------------------------------------------------------- /skins/menuicons/docsis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/docsis.png -------------------------------------------------------------------------------- /skins/menuicons/dshaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/dshaper.png -------------------------------------------------------------------------------- /skins/menuicons/exhorse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/exhorse.png -------------------------------------------------------------------------------- /skins/menuicons/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/export.png -------------------------------------------------------------------------------- /skins/menuicons/extnets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/extnets.png -------------------------------------------------------------------------------- /skins/menuicons/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/github.png -------------------------------------------------------------------------------- /skins/menuicons/mapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/mapon.png -------------------------------------------------------------------------------- /skins/menuicons/megogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/megogo.png -------------------------------------------------------------------------------- /skins/menuicons/mikmigr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/mikmigr.png -------------------------------------------------------------------------------- /skins/menuicons/newmac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/newmac.png -------------------------------------------------------------------------------- /skins/menuicons/oefails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/oefails.png -------------------------------------------------------------------------------- /skins/menuicons/omegatv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/omegatv.png -------------------------------------------------------------------------------- /skins/menuicons/polls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/polls.png -------------------------------------------------------------------------------- /skins/menuicons/ponizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/ponizer.png -------------------------------------------------------------------------------- /skins/menuicons/records.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/records.png -------------------------------------------------------------------------------- /skins/menuicons/rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/rules.png -------------------------------------------------------------------------------- /skins/menuicons/salary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/salary.png -------------------------------------------------------------------------------- /skins/menuicons/selling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/selling.png -------------------------------------------------------------------------------- /skins/menuicons/senddog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/senddog.png -------------------------------------------------------------------------------- /skins/menuicons/sigreq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/sigreq.png -------------------------------------------------------------------------------- /skins/menuicons/streets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/streets.png -------------------------------------------------------------------------------- /skins/menuicons/sysconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/sysconf.png -------------------------------------------------------------------------------- /skins/menuicons/tariffs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/tariffs.png -------------------------------------------------------------------------------- /skins/menuicons/taskman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/taskman.png -------------------------------------------------------------------------------- /skins/menuicons/visor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/visor.png -------------------------------------------------------------------------------- /skins/motion_filtered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/motion_filtered.png -------------------------------------------------------------------------------- /skins/paper/ajaxloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/ajaxloader.gif -------------------------------------------------------------------------------- /skins/surveillance2_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/surveillance2_32.png -------------------------------------------------------------------------------- /skins/surveillance3_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/surveillance3_32.png -------------------------------------------------------------------------------- /skins/taskbar/apachezen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/apachezen.png -------------------------------------------------------------------------------- /skins/taskbar/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/archive.png -------------------------------------------------------------------------------- /skins/taskbar/backups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/backups.png -------------------------------------------------------------------------------- /skins/taskbar/cameras.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/cameras.png -------------------------------------------------------------------------------- /skins/taskbar/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/download.png -------------------------------------------------------------------------------- /skins/taskbar/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/license.png -------------------------------------------------------------------------------- /skins/taskbar/livecams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/livecams.png -------------------------------------------------------------------------------- /skins/taskbar/logview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/logview.png -------------------------------------------------------------------------------- /skins/taskbar/records.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/records.png -------------------------------------------------------------------------------- /skins/taskbar/storages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/storages.png -------------------------------------------------------------------------------- /skins/ymaps/switchdir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/ymaps/switchdir.png -------------------------------------------------------------------------------- /modules/general/pseudostream/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'PseudoStream'); 3 | 4 | -------------------------------------------------------------------------------- /skins/Bebas_Neue_Cyrillic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/Bebas_Neue_Cyrillic.ttf -------------------------------------------------------------------------------- /skins/icon_archive_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_archive_small.png -------------------------------------------------------------------------------- /skins/icon_print_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_print_options.png -------------------------------------------------------------------------------- /skins/icon_telegram_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_telegram_small.png -------------------------------------------------------------------------------- /skins/mapmarks/yellowcar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/mapmarks/yellowcar.png -------------------------------------------------------------------------------- /skins/menuicons/banksta2s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/banksta2s.png -------------------------------------------------------------------------------- /skins/menuicons/branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/branches.png -------------------------------------------------------------------------------- /skins/menuicons/cashtypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/cashtypes.png -------------------------------------------------------------------------------- /skins/menuicons/corpsacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/corpsacts.png -------------------------------------------------------------------------------- /skins/menuicons/custmaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/custmaps.png -------------------------------------------------------------------------------- /skins/menuicons/employee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/employee.png -------------------------------------------------------------------------------- /skins/menuicons/eventview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/eventview.png -------------------------------------------------------------------------------- /skins/menuicons/genocide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/genocide.png -------------------------------------------------------------------------------- /skins/menuicons/jobreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/jobreport.png -------------------------------------------------------------------------------- /skins/menuicons/mtsigmon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/mtsigmon.png -------------------------------------------------------------------------------- /skins/menuicons/multigen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/multigen.png -------------------------------------------------------------------------------- /skins/menuicons/multinet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/multinet.png -------------------------------------------------------------------------------- /skins/menuicons/openpayz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/openpayz.png -------------------------------------------------------------------------------- /skins/menuicons/phonebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/phonebook.png -------------------------------------------------------------------------------- /skins/menuicons/policedog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/policedog.png -------------------------------------------------------------------------------- /skins/menuicons/smszilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/smszilla.png -------------------------------------------------------------------------------- /skins/menuicons/snmptrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/snmptrap.png -------------------------------------------------------------------------------- /skins/menuicons/stopwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/stopwatch.png -------------------------------------------------------------------------------- /skins/menuicons/switches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/switches.png -------------------------------------------------------------------------------- /skins/menuicons/switchmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/switchmap.png -------------------------------------------------------------------------------- /skins/menuicons/tagcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/tagcloud.png -------------------------------------------------------------------------------- /skins/menuicons/ticketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/ticketing.png -------------------------------------------------------------------------------- /skins/menuicons/trinitytv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/trinitytv.png -------------------------------------------------------------------------------- /skins/menuicons/tsmsqueue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/tsmsqueue.png -------------------------------------------------------------------------------- /skins/menuicons/usertags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/usertags.png -------------------------------------------------------------------------------- /skins/menuicons/vservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/vservices.png -------------------------------------------------------------------------------- /skins/menuicons/warehouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/warehouse.png -------------------------------------------------------------------------------- /skins/menuicons/watchdog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/watchdog.png -------------------------------------------------------------------------------- /skins/paper/images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/images/delete.gif -------------------------------------------------------------------------------- /skins/taskbar/usermanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/usermanager.png -------------------------------------------------------------------------------- /skins/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | !.gitignore 2 | !.htaccess 3 | exports/* 4 | !howl/index.html 5 | !howl/.htaccess 6 | howl/* 7 | DEMO_MODE 8 | -------------------------------------------------------------------------------- /modules/general/apachezen/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'ApacheZen', 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/general/manifestor/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Manifestor'), 'Nightfly'); 3 | -------------------------------------------------------------------------------- /modules/general/test/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Testing dev'), 'Nightfly'); 4 | -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: IonDen 4 | -------------------------------------------------------------------------------- /skins/icon_dealwithit_cron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/icon_dealwithit_cron.png -------------------------------------------------------------------------------- /skins/menuicons/capabilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/capabilities.png -------------------------------------------------------------------------------- /skins/menuicons/cardreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/cardreport.png -------------------------------------------------------------------------------- /skins/menuicons/contrahens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/contrahens.png -------------------------------------------------------------------------------- /skins/menuicons/dealwithit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/dealwithit.png -------------------------------------------------------------------------------- /skins/menuicons/defaulticon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/defaulticon.png -------------------------------------------------------------------------------- /skins/menuicons/icn_add_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/icn_add_user.png -------------------------------------------------------------------------------- /skins/menuicons/icn_city_act.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/icn_city_act.png -------------------------------------------------------------------------------- /skins/menuicons/icn_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/icn_search.png -------------------------------------------------------------------------------- /skins/menuicons/icn_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/icn_settings.png -------------------------------------------------------------------------------- /skins/menuicons/licensekeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/licensekeys.png -------------------------------------------------------------------------------- /skins/menuicons/lousytariffs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/lousytariffs.png -------------------------------------------------------------------------------- /skins/menuicons/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/permissions.png -------------------------------------------------------------------------------- /skins/menuicons/photostorage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/photostorage.png -------------------------------------------------------------------------------- /skins/menuicons/report_dstat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_dstat.png -------------------------------------------------------------------------------- /skins/menuicons/report_polls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_polls.png -------------------------------------------------------------------------------- /skins/menuicons/reportmaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/reportmaster.png -------------------------------------------------------------------------------- /skins/menuicons/speedcontrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/speedcontrol.png -------------------------------------------------------------------------------- /skins/menuicons/sqlconsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/sqlconsole.png -------------------------------------------------------------------------------- /skins/menuicons/stickynotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/stickynotes.png -------------------------------------------------------------------------------- /skins/menuicons/switchpoller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/switchpoller.png -------------------------------------------------------------------------------- /skins/menuicons/tariffspeeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/tariffspeeds.png -------------------------------------------------------------------------------- /skins/menuicons/taskmantrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/taskmantrack.png -------------------------------------------------------------------------------- /skins/menuicons/taskreport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/taskreport.png -------------------------------------------------------------------------------- /skins/menuicons/usermanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/usermanager.png -------------------------------------------------------------------------------- /skins/menuicons/whiteboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/whiteboard.png -------------------------------------------------------------------------------- /skins/menuicons/whydoyoucall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/whydoyoucall.png -------------------------------------------------------------------------------- /skins/paper/icn_alert_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/icn_alert_error.png -------------------------------------------------------------------------------- /skins/paper/icn_alert_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/icn_alert_info.png -------------------------------------------------------------------------------- /skins/paper/iconz/wolflogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/iconz/wolflogin.png -------------------------------------------------------------------------------- /skins/taskbar/configuration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/configuration.png -------------------------------------------------------------------------------- /skins/taskbar/old_storages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/taskbar/old_storages.png -------------------------------------------------------------------------------- /modules/general/index/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Index module'), 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/general/loginform/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Login form'), 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/general/update/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('System update'), 'Nightfly'); 4 | -------------------------------------------------------------------------------- /modules/jsc/dt3/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/favicon.ico -------------------------------------------------------------------------------- /skins/menuicons/administrators.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/administrators.png -------------------------------------------------------------------------------- /skins/menuicons/icn_jump_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/icn_jump_back.png -------------------------------------------------------------------------------- /skins/menuicons/icn_view_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/icn_view_users.png -------------------------------------------------------------------------------- /skins/menuicons/payments_cards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/payments_cards.png -------------------------------------------------------------------------------- /skins/menuicons/receipt_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/receipt_small.png -------------------------------------------------------------------------------- /skins/menuicons/report_complex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_complex.png -------------------------------------------------------------------------------- /skins/menuicons/report_condet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_condet.png -------------------------------------------------------------------------------- /skins/menuicons/report_finance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_finance.png -------------------------------------------------------------------------------- /skins/menuicons/report_signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_signup.png -------------------------------------------------------------------------------- /skins/menuicons/report_streets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_streets.png -------------------------------------------------------------------------------- /skins/menuicons/report_sysload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_sysload.png -------------------------------------------------------------------------------- /skins/menuicons/report_tariffs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_tariffs.png -------------------------------------------------------------------------------- /skins/menuicons/report_traffic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_traffic.png -------------------------------------------------------------------------------- /skins/menuicons/sms_hist_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/sms_hist_small.png -------------------------------------------------------------------------------- /skins/menuicons/updatemanager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/updatemanager.png -------------------------------------------------------------------------------- /skins/paper/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/img/favicon.ico -------------------------------------------------------------------------------- /skins/paper/assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/img/favicon.png -------------------------------------------------------------------------------- /skins/paper/icn_alert_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/icn_alert_success.png -------------------------------------------------------------------------------- /skins/paper/icn_alert_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/icn_alert_warning.png -------------------------------------------------------------------------------- /modules/general/licensekeys/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('License keys'), 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/general/sysconf/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('System settings'), 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/jsc/dt3/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/sort_asc.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/sort_both.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/sort_desc.png -------------------------------------------------------------------------------- /skins/menuicons/dealwithit_cron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/dealwithit_cron.png -------------------------------------------------------------------------------- /skins/menuicons/report_autofreeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_autofreeze.png -------------------------------------------------------------------------------- /skins/menuicons/report_documents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_documents.png -------------------------------------------------------------------------------- /skins/menuicons/report_selfcredit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_selfcredit.png -------------------------------------------------------------------------------- /skins/menuicons/zbsannouncements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/zbsannouncements.png -------------------------------------------------------------------------------- /skins/paper/assets/img/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/img/apple-icon.png -------------------------------------------------------------------------------- /modules/general/modelcraft/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Camera templates management', 'Nightfly'); 3 | -------------------------------------------------------------------------------- /modules/general/processmon/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Background processes'), 'Nightfly'); 4 | -------------------------------------------------------------------------------- /modules/general/remoteapi/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('WolfRecorder RemoteAPI'), 'Nightfly'); 4 | -------------------------------------------------------------------------------- /modules/general/settings/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('System settings editor'), 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/general/sqldebug/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('SQL queries debug'), 'Nightfly'); 4 | 5 | -------------------------------------------------------------------------------- /modules/general/streamgen/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Test StreamGen cameras generator', 'Nightfly'); 3 | -------------------------------------------------------------------------------- /modules/jsc/dt3/images/back_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/back_enabled.png -------------------------------------------------------------------------------- /skins/menuicons/cash_machine_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/cash_machine_small.png -------------------------------------------------------------------------------- /skins/menuicons/receipt_small_compl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/receipt_small_compl.png -------------------------------------------------------------------------------- /skins/menuicons/report_creditexpire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/report_creditexpire.png -------------------------------------------------------------------------------- /dist/dumps/defaultstorage.sql: -------------------------------------------------------------------------------- 1 | LOCK TABLES `storages` WRITE; 2 | INSERT INTO `storages` VALUES (1,'/wrstorage','Default'); 3 | UNLOCK TABLES; -------------------------------------------------------------------------------- /modules/general/devconsole/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Developers console'), 'Nightfly'); 4 | ?> 5 | -------------------------------------------------------------------------------- /modules/general/usermanager/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('System users management'), 'Nightfly'); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/jsc/dt3/images/Sorting icons.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/Sorting icons.psd -------------------------------------------------------------------------------- /modules/jsc/dt3/images/back_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/back_disabled.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/forward_enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/forward_enabled.png -------------------------------------------------------------------------------- /skins/paper/assets/fonts/nucleo-icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/fonts/nucleo-icons.eot -------------------------------------------------------------------------------- /skins/paper/assets/fonts/nucleo-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/fonts/nucleo-icons.ttf -------------------------------------------------------------------------------- /skins/paper/assets/fonts/nucleo-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/fonts/nucleo-icons.woff -------------------------------------------------------------------------------- /skins/paper/assets/img/default-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/img/default-avatar.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/forward_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/forward_disabled.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/sort_asc_disabled.png -------------------------------------------------------------------------------- /skins/paper/assets/fonts/nucleo-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/paper/assets/fonts/nucleo-icons.woff2 -------------------------------------------------------------------------------- /modules/jsc/dt3/images/back_enabled_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/back_enabled_hover.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/sort_desc_disabled.png -------------------------------------------------------------------------------- /skins/menuicons/vlanmanagement_black_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/skins/menuicons/vlanmanagement_black_small.png -------------------------------------------------------------------------------- /modules/jsc/dt3/images/forward_enabled_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/dt3/images/forward_enabled_hover.png -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*.{js,css,less,html}] 4 | indent_style = space 5 | indent_size = 4 6 | charset = utf-8 7 | -------------------------------------------------------------------------------- /content/updates/configs/0.1.5.ini: -------------------------------------------------------------------------------- 1 | [yalf] 2 | YALF_AUTH_KEEP_DEFAULT=1 3 | YALF_AUTH_KEEP_CB=0 4 | YALF_AUTH_NOREDIR=0 5 | 6 | [alter] 7 | STARDUST_FLOCK_FORCE=0 -------------------------------------------------------------------------------- /modules/general/test/index.php: -------------------------------------------------------------------------------- 1 | catchRequest(); 6 | die(); 7 | } -------------------------------------------------------------------------------- /config/taskbar.d/settings/cameras.ini: -------------------------------------------------------------------------------- 1 | ID="cameras" 2 | NAME="Cameras" 3 | URL="?module=cameras" 4 | ICON="cameras.png" 5 | NEED_RIGHT="CAMERAS" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/system/waupdate.ini: -------------------------------------------------------------------------------- 1 | ID="update" 2 | NAME="System update" 3 | URL="?module=update" 4 | ICON="update.png" 5 | NEED_RIGHT="ROOT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/system/wsysinfo.ini: -------------------------------------------------------------------------------- 1 | ID="sysinfo" 2 | NAME="System info" 3 | URL="?module=sysinfo" 4 | ICON="fan.png" 5 | NEED_RIGHT="SYSINFO" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /modules/general/archive/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Archive', 'Nightfly', array('ARCHIVE' => __('right to navigate records archive'))); 3 | 4 | -------------------------------------------------------------------------------- /modules/general/backups/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Backup manager'), 'Nightfly', array('BACKUP' => __('right to dump database'))); 3 | ?> 4 | -------------------------------------------------------------------------------- /modules/general/cameras/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Cameras management', 'Nightfly', array('CAMERAS' => __('right to manage cameras'))); 3 | 4 | -------------------------------------------------------------------------------- /modules/general/taskbar/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Taskbar'), 'Nightfly', array('TASKBAR' => __('right to use taskbar module'))); 3 | 4 | -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/_tmp/logo-ion-range-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/ion_rangeSlider/_tmp/logo-ion-range-slider.png -------------------------------------------------------------------------------- /config/modeltemplates/Trassir_TR-D2S5: -------------------------------------------------------------------------------- 1 | DEVICE="Trassir TR-D2S5" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/live/main" 4 | SUB_STREAM="/live/sub" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=0 -------------------------------------------------------------------------------- /config/taskbar.d/playback/acams.ini: -------------------------------------------------------------------------------- 1 | ID="acams" 2 | NAME="My cameras" 3 | URL="?module=livecams" 4 | ICON="livecams.png" 5 | NEED_RIGHT="LIVECAMS" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/playback/export.ini: -------------------------------------------------------------------------------- 1 | ID="export" 2 | NAME="Save records" 3 | URL="?module=export" 4 | ICON="download.png" 5 | NEED_RIGHT="EXPORT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/playback/records.ini: -------------------------------------------------------------------------------- 1 | ID="records" 2 | NAME="My records" 3 | URL="?module=records" 4 | ICON="records.png" 5 | NEED_RIGHT="EXPORT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/settings/storages.ini: -------------------------------------------------------------------------------- 1 | ID="storages" 2 | NAME="Storages" 3 | URL="?module=storages" 4 | ICON="storages.png" 5 | NEED_RIGHT="STORAGES" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/system/backups.ini: -------------------------------------------------------------------------------- 1 | ID="backups" 2 | NAME="Backup database" 3 | URL="?module=backups" 4 | ICON="backups.png" 5 | NEED_RIGHT="BACKUP" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /modules/general/eventview/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', __('Events viewer'), 'Nightfly', array('EVENTVIEW' => __('right to view events'))); 4 | 5 | -------------------------------------------------------------------------------- /modules/general/storages/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Storages management', 'Nightfly', array('STORAGES' => __('right to manage storages'))); 3 | 4 | -------------------------------------------------------------------------------- /modules/general/sysinfo/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'System info', 'Nightfly', array('SYSINFO' => __('right to view system information'))); 3 | 4 | -------------------------------------------------------------------------------- /modules/remoteapi/rotator.php: -------------------------------------------------------------------------------- 1 | run(); 6 | die('OK:ROTATOR'); 7 | } -------------------------------------------------------------------------------- /config/modeltemplates/Trassir_TR-D2S5v2: -------------------------------------------------------------------------------- 1 | DEVICE="Trassir TR-D2S5v2" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/live/main" 4 | SUB_STREAM="/live/sub" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=0 -------------------------------------------------------------------------------- /config/modeltemplates/Tyto_IPC-5D28-KS-30: -------------------------------------------------------------------------------- 1 | DEVICE="Tyto IPC 5D28-KS-30" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/ch01/0" 4 | SUB_STREAM="/ch01/1" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=0 -------------------------------------------------------------------------------- /config/taskbar.d/playback/archive.ini: -------------------------------------------------------------------------------- 1 | ID="archive" 2 | NAME="Video from cameras" 3 | URL="?module=archive" 4 | ICON="archive.png" 5 | NEED_RIGHT="ARCHIVE" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/system/a_eventview.ini: -------------------------------------------------------------------------------- 1 | ID="eventview" 2 | NAME="Events" 3 | URL="?module=eventview" 4 | ICON="logview.png" 5 | NEED_RIGHT="EVENTVIEW" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /content/updates/configs/0.1.1.ini: -------------------------------------------------------------------------------- 1 | [alter] 2 | CHANSHOTS_EMBED=0 3 | CHANSHOTS_WATERMARK="" 4 | WA_NAME="" 5 | WA_ICON_192="" 6 | WA_ICON_512="" 7 | MODET_ENABLED=1 8 | EXPORT_FORCED_SCHED=1 -------------------------------------------------------------------------------- /modules/general/models/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Camera models management', 'Nightfly', array('MODELS' => __('right to manage camera models'))); 3 | 4 | -------------------------------------------------------------------------------- /config/modeltemplates/Trassir_TR-D8121IR2v6: -------------------------------------------------------------------------------- 1 | DEVICE="Trassir TR-D8121IR2v6" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/live/main" 4 | SUB_STREAM="/live/sub" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=0 -------------------------------------------------------------------------------- /config/taskbar.d/system/processmon.ini: -------------------------------------------------------------------------------- 1 | ID="processmon" 2 | NAME="Background processes" 3 | URL="?module=processmon" 4 | ICON="thread.png" 5 | NEED_RIGHT="ROOT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/system/wapachezen.ini: -------------------------------------------------------------------------------- 1 | ID="apachezen" 2 | NAME="Web server logs" 3 | URL="?module=apachezen" 4 | ICON="apachezen.png" 5 | NEED_RIGHT="ROOT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /config/taskbar.d/system/wsettings.ini: -------------------------------------------------------------------------------- 1 | ID="settings" 2 | NAME="System settings" 3 | URL="?module=settings" 4 | ICON="configuration.png" 5 | NEED_RIGHT="ROOT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /modules/remoteapi/capture.php: -------------------------------------------------------------------------------- 1 | captureAll(); 6 | die('OK:CAPTURE'); 7 | } -------------------------------------------------------------------------------- /config/taskbar.d/system/devconsole.ini: -------------------------------------------------------------------------------- 1 | ID="sqlconsole" 2 | NAME="Developer Console" 3 | URL="?module=devconsole" 4 | ICON="shell.png" 5 | NEED_RIGHT="SQLCONSOLE" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /modules/jsc/jui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nightflyza/WolfRecorder/HEAD/modules/jsc/jui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /config/taskbar.d/settings/usermanager.ini: -------------------------------------------------------------------------------- 1 | ID="usermanager" 2 | NAME="Users and rights" 3 | URL="?module=usermanager" 4 | ICON="usermanager.png" 5 | NEED_RIGHT="ROOT" 6 | NEED_OPTION="" 7 | TYPE="icon" -------------------------------------------------------------------------------- /modules/remoteapi/autoupdatehook.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'My cameras', 'Nightfly', 3 | array( 4 | 'LIVECAMS' => __('right to view cameras'), 5 | 'WALL'=>__('right to use live wall') 6 | )); 7 | -------------------------------------------------------------------------------- /modules/general/taskbar/index.php: -------------------------------------------------------------------------------- 1 | renderTaskbar()); 6 | } else { 7 | show_error(__('Access denied')); 8 | } 9 | -------------------------------------------------------------------------------- /config/modeltemplates/Dahua_IPC-HFW1320S-W: -------------------------------------------------------------------------------- 1 | DEVICE="Dahua IPC-HFW1320S-W" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/cam/realmonitor?channel=1&subtype=0" 4 | SUB_STREAM="/cam/realmonitor?channel=1&subtype=1" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=0 -------------------------------------------------------------------------------- /config/modeltemplates/Hikvision_DS-2CD1023G2-LIUF: -------------------------------------------------------------------------------- 1 | DEVICE="Hikvision DS-2CD1023G2-LIUF" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/Streaming/Channels/101" 4 | SUB_STREAM="/Streaming/Channels/102" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=1 8 | PTZ=0 9 | -------------------------------------------------------------------------------- /dist/presets/freebsd/loader.preconf: -------------------------------------------------------------------------------- 1 | kern.hz="1000" 2 | ipfw_load="YES" 3 | net.inet.ip.fw.default_to_accept="1" 4 | libalias_load="YES" 5 | ipfw_nat_load="YES" 6 | dummynet_load="YES" 7 | 8 | bridge_load="YES" 9 | net.link.bridge.inherit_mac="1" -------------------------------------------------------------------------------- /modules/general/acl/module.php: -------------------------------------------------------------------------------- 1 | registerModule($module, 'main', 'Cameras access', 'Nightfly', array( 4 | 'ACL' => __('right to manage cameras access'), 5 | 'OPERATOR' => __('right to access all cameras') 6 | )); 7 | 8 | -------------------------------------------------------------------------------- /skins/paper/assets/scss/paper-dashboard/mixins/_transparency.scss: -------------------------------------------------------------------------------- 1 | // Opacity 2 | 3 | @mixin opacity($opacity) { 4 | opacity: $opacity; 5 | // IE8 filter 6 | $opacity-ie: ($opacity * 100); 7 | filter: #{alpha(opacity=$opacity-ie)}; 8 | } 9 | -------------------------------------------------------------------------------- /config/modeltemplates/Dahua_Generic: -------------------------------------------------------------------------------- 1 | DEVICE="Dahua Generic" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/cam/realmonitor?channel=1&subtype=0&unicast=true" 4 | SUB_STREAM="/cam/realmonitor?channel=1&subtype=1&unicast=true" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=0 8 | PTZ=0 9 | -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/less/irs.less: -------------------------------------------------------------------------------- 1 | // Base styles 2 | @import "_base"; 3 | 4 | // Skins styles 5 | @import "skins/flat"; 6 | @import "skins/big"; 7 | @import "skins/modern"; 8 | @import "skins/sharp"; 9 | @import "skins/round"; 10 | @import "skins/square"; 11 | -------------------------------------------------------------------------------- /dist/crontab/crontab.preconf: -------------------------------------------------------------------------------- 1 | 1 1 * * * /bin/wrapi "backupdb" 2 | */2 * * * * /bin/wrapi "capture" 3 | */1 * * * * /bin/wrapi "rotator" 4 | */1 * * * * /bin/wrapi "exportsched" 5 | */5 * * * * /bin/wrapi "streamdog" 6 | */5 * * * * /bin/wrapi "chanshots" 7 | 8 | -------------------------------------------------------------------------------- /modules/general/loginform/index.php: -------------------------------------------------------------------------------- 1 | render()); 6 | } else { 7 | //basic logout control 8 | show_window('', wf_Link('?forceLogout=true', __('Log out'))); 9 | } 10 | 11 | -------------------------------------------------------------------------------- /skins/paper/assets/scss/paper-dashboard/_mixins.scss: -------------------------------------------------------------------------------- 1 | //Components 2 | @import "mixins/buttons"; 3 | @import "mixins/vendor-prefixes"; 4 | @import "mixins/inputs"; 5 | @import "mixins/page-header"; 6 | @import "mixins/dropdown"; 7 | @import "mixins/cards"; 8 | @import "mixins/transparency"; 9 | -------------------------------------------------------------------------------- /content/users/admin: -------------------------------------------------------------------------------- 1 | a:10:{s:5:"admin";s:1:"*";s:8:"password";s:32:"fe01ce2a7fbac8fafaed7c982a04e229";s:8:"nickname";s:13:"Administrator";s:8:"username";s:5:"admin";s:5:"email";s:20:"info@ubilling.net.ua";s:9:"hideemail";s:1:"1";s:2:"tz";s:1:"2";s:6:"icquin";s:0:"";s:7:"website";s:0:"";s:11:"accesslevel";N;} -------------------------------------------------------------------------------- /modules/general/export/module.php: -------------------------------------------------------------------------------- 1 | registerModule( 3 | $module, 4 | 'main', 5 | 'Export', 6 | 'Nightfly', 7 | array( 8 | 'EXPORT' => __('right to export archive records'), 9 | 'MOTION' => __('right to use motion detection'), 10 | ) 11 | ); 12 | -------------------------------------------------------------------------------- /modules/jsc/form-disabler.js: -------------------------------------------------------------------------------- 1 | $(document).ready( 2 | function () { 3 | $('form[action]').each(function () { 4 | $(this).submit(function (e) { 5 | this.submit(); 6 | $(this).children().prop("disabled", true); 7 | return false; 8 | }) 9 | }); 10 | }); 11 | -------------------------------------------------------------------------------- /config/modeltemplates/Dahua_IPC-HFW2449S-S-IL-BE: -------------------------------------------------------------------------------- 1 | DEVICE="Dahua DH-IPC-HFW2449S-S-IL-BE" 2 | PROTO="rtsp" 3 | MAIN_STREAM="/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif" 4 | SUB_STREAM="/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif" 5 | RTSP_PORT=554 6 | HTTP_PORT=80 7 | SOUND=1 8 | PTZ=0 9 | -------------------------------------------------------------------------------- /modules/general/pseudostream/index.php: -------------------------------------------------------------------------------- 1 | getPseudoStream($channelId); 9 | print($playlistBody); 10 | } 11 | } 12 | die(); 13 | -------------------------------------------------------------------------------- /content/updates/sql/0.1.0.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE IF NOT EXISTS `camopts` ( 2 | `id` int(11) NOT NULL auto_increment, 3 | `cameraid` INT(11) NOT NULL, 4 | `rtspport` INT(11) DEFAULT NULL, 5 | `keepsubalive` tinyint(2) NOT NULL DEFAULT 0, 6 | `order` INT(11) DEFAULT NULL, 7 | PRIMARY KEY (`id`), 8 | KEY `cameraid` (`cameraid`) 9 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WolfRecorder 2 | 3 | Uncomplicated Surveillance System 4 | 5 | Please visit our official resources: 6 | 7 | * [Project homepage](https://wolfrecorder.com/) 8 | * [Documentation](https://wolfrecorder.com/wiki/) 9 | * [Community chat](https://t.me/wolfrecorder) 10 | 11 | ![wrtaskbar014](https://github.com/user-attachments/assets/8b566a1e-a6e7-46b2-ad9e-217842a7b588) 12 | -------------------------------------------------------------------------------- /modules/remoteapi/liveswarm.php: -------------------------------------------------------------------------------- 1 | runStream($cameraId); 8 | die('OK:LIVESWARM'); 9 | } else { 10 | die('ERROR:NO_CAMERAID'); 11 | } 12 | } -------------------------------------------------------------------------------- /modules/remoteapi/subswarm.php: -------------------------------------------------------------------------------- 1 | runSubStream($cameraId); 8 | die('OK:SUBSWARM'); 9 | } else { 10 | die('ERROR:NO_CAMERAID'); 11 | } 12 | } -------------------------------------------------------------------------------- /modules/jsc/ion_rangeSlider/less/_mixins.less: -------------------------------------------------------------------------------- 1 | .no-click () { 2 | -webkit-user-select: none; 3 | -khtml-user-select: none; 4 | -moz-user-select: none; 5 | -ms-user-select: none; 6 | user-select: none; 7 | } 8 | 9 | .pos-r () { 10 | position: relative; 11 | display: block; 12 | } 13 | 14 | .pos-a () { 15 | position: absolute; 16 | display: block; 17 | } 18 | -------------------------------------------------------------------------------- /config/binpaths.ini: -------------------------------------------------------------------------------- 1 | ;some system paths binaries here 2 | SUDO=/usr/local/bin/sudo 3 | CAT=/bin/cat 4 | GREP=/usr/bin/grep 5 | UPTIME=/usr/bin/uptime 6 | PING=/sbin/ping 7 | TAIL=/usr/bin/tail 8 | KILL=/bin/kill 9 | PS=/bin/ps 10 | CD=/usr/bin/cd 11 | MYSQLDUMP_PATH=/usr/local/bin/mysqldump 12 | MYSQL_PATH=/usr/local/bin/mysql 13 | FFMPG_PATH=/usr/local/bin/ffmpeg 14 | REBOOT=/sbin/reboot 15 | AUTO_UPDATE=/bin/autowrupdate.sh -------------------------------------------------------------------------------- /dist/presets/debian/binpaths.ini: -------------------------------------------------------------------------------- 1 | ;some system paths binaries here 2 | SUDO=/usr/bin/sudo 3 | CAT=/usr/bin/cat 4 | GREP=/usr/bin/grep 5 | UPTIME=/usr/bin/uptime 6 | PING=/usr/bin/ping 7 | TAIL=/usr/bin/tail 8 | KILL=/usr/bin/kill 9 | PS=/usr/bin/ps 10 | CD=cd 11 | MYSQLDUMP_PATH=/usr/bin/mysqldump 12 | MYSQL_PATH=/usr/bin/mysql 13 | FFMPG_PATH=/usr/bin/ffmpeg 14 | REBOOT=/usr/sbin/reboot 15 | AUTO_UPDATE=/bin/autowrupdate.sh -------------------------------------------------------------------------------- /dist/services/wrrelease.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | rm -fr wr.tgz RELEASE > /dev/null 3 | wget http://snaps.wolfrecorder.com/wr_current.tgz 4 | mv wr_current.tgz wr.tgz 5 | tar -zxvf wr.tgz ./RELEASE 6 | echo "=== Release Done ===" 7 | 8 | rm -fr wrinstaller_current.tar.gz > /dev/null 9 | wget http://snaps.wolfrecorder.com/wrinstaller_current.sh 10 | mv wrinstaller_current.sh wrinstaller.sh 11 | echo "=== WRinstaller builded ===" -------------------------------------------------------------------------------- /dist/presets/debian/php8.ini: -------------------------------------------------------------------------------- 1 | [PHP] 2 | magic_quotes_gpc = Off 3 | magic_quotes_runtime = Off 4 | magic_quotes_sybase = Off 5 | date.timezone="Europe/Kyiv" 6 | 7 | display_errors = On 8 | display_startup_errors = On 9 | log_errors = On 10 | log_errors_max_len = 1024 11 | report_memleaks = On 12 | html_errors = On 13 | memory_limit = 512M 14 | max_input_vars = 50000 15 | 16 | post_max_size = 64M 17 | upload_max_filesize = 64M 18 | -------------------------------------------------------------------------------- /skins/paper/assets/scss/paper-dashboard/cards/_card-plain.scss: -------------------------------------------------------------------------------- 1 | 2 | .card-plain{ 3 | background: transparent; 4 | box-shadow: none; 5 | 6 | .card-header, 7 | .card-footer{ 8 | margin-left: 0; 9 | margin-right: 0; 10 | background-color: transparent; 11 | } 12 | 13 | &:not(.card-subcategories).card-body{ 14 | padding-left: 0; 15 | padding-right: 0; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /config/mysql.ini: -------------------------------------------------------------------------------- 1 | ;database host 2 | server = "localhost" 3 | ;database port 4 | port = "3306" 5 | ;user login 6 | username = "mylogin" 7 | ;user password 8 | password = "newpassword" 9 | ;database name to use 10 | db = "wr" 11 | ;default character encoding 12 | character = "UTF8" 13 | ;some tables prefix which isnt used anywhere? 14 | prefix = "w" 15 | ;debug mode flag. 0 - default, 1 - normal debug, 2 - direct output to viewport 16 | debug=0 17 | -------------------------------------------------------------------------------- /api/libs/api.i18n.php: -------------------------------------------------------------------------------- 1 | getLangPath(); 7 | if (file_exists($yalfLanguagePath)) { 8 | $allLangFiles = rcms_scandir($yalfLanguagePath, '*.php'); 9 | if (!empty($allLangFiles)) { 10 | foreach ($allLangFiles as $locPreloadIndex => $locPreloadName) { 11 | require_once ($yalfLanguagePath . $locPreloadName); 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /modules/remoteapi/chanshots.php: -------------------------------------------------------------------------------- 1 | notRunning()) { 9 | $chanShots = new ChanShots(); 10 | $chanShots->run(); 11 | die('OK:CHANSHOTS'); 12 | } else { 13 | die('SKIP:CHANSHOTS_ALREADY_RUNNING'); 14 | } 15 | } -------------------------------------------------------------------------------- /dist/wrap/deb_wrapi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | #= Change this to your real WolfRecorder serial == 4 | WRSERIAL=WR00000000000000000000000000000000 5 | #============================================= 6 | if [ $# -ne 1 ] 7 | then 8 | echo "Usage: /bin/wrapi \"action\"" 9 | echo "Example: /bin/wrapi \"backupdb\"" 10 | exit 11 | fi 12 | 13 | ACTION=$1 14 | /usr/bin/curl -o /dev/null "http://127.0.0.1/wr/?module=remoteapi&key=${WRSERIAL}&action=${ACTION}" 15 | 16 | -------------------------------------------------------------------------------- /content/updates/sql/0.0.9.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE IF NOT EXISTS `custtpls` ( 2 | `id` int(11) NOT NULL auto_increment, 3 | `name` varchar(64) NOT NULL, 4 | `proto` varchar(10) NOT NULL, 5 | `main` varchar(255) NOT NULL, 6 | `sub` varchar(255) NOT NULL, 7 | `rtspport` INT(11) NOT NULL, 8 | `sound` tinyint(2) NOT NULL DEFAULT 0, 9 | `ptz` tinyint(2) NOT NULL DEFAULT 0, 10 | PRIMARY KEY (`id`) 11 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; -------------------------------------------------------------------------------- /dist/wrap/wrapi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | #= Change this to your real WolfRecorder serial == 4 | WRSERIAL=WR00000000000000000000000000000000 5 | #============================================= 6 | if [ $# -ne 1 ] 7 | then 8 | echo "Usage: /bin/wrapi \"action\"" 9 | echo "Example: /bin/wrapi \"backupdb\"" 10 | exit 11 | fi 12 | 13 | ACTION=$1 14 | /usr/local/bin/curl -o /dev/null "http://127.0.0.1/wr/?module=remoteapi&key=${WRSERIAL}&action=${ACTION}" 15 | 16 | -------------------------------------------------------------------------------- /config/optsextcfg: -------------------------------------------------------------------------------- 1 | bcmath 2 | Core 3 | ctype 4 | curl 5 | date 6 | dom 7 | filter 8 | ftp 9 | gd 10 | hash 11 | iconv 12 | imap 13 | json 14 | libxml 15 | mbstring 16 | memcached 17 | mysqli 18 | mysqlnd 19 | openssl 20 | pcre 21 | PDO 22 | pdo_sqlite 23 | Phar 24 | posix 25 | redis 26 | Reflection 27 | session 28 | SimpleXML 29 | snmp 30 | soap 31 | sockets 32 | SPL 33 | sqlite3 34 | standard 35 | tokenizer 36 | xhprof 37 | xml 38 | xmlreader 39 | xmlwriter 40 | zip 41 | zlib 42 | -------------------------------------------------------------------------------- /modules/general/sysinfo/index.php: -------------------------------------------------------------------------------- 1 | renderSerialInfo(); 11 | } 12 | $systemHealth .= $sysInfo->renderSysLoad(); 13 | $systemHealth .= $sysInfo->renderDisksCapacity(); 14 | 15 | show_window(__('System health'), $systemHealth); 16 | wr_Stats(); 17 | } else { 18 | show_error(__('Access denied')); 19 | } -------------------------------------------------------------------------------- /modules/remoteapi/exportsched.php: -------------------------------------------------------------------------------- 1 | notRunning()) { 9 | $scheduleProcess->start(); 10 | $export = new Export(); 11 | $export->scheduleRun(); 12 | $scheduleProcess->stop(); 13 | die('OK:EXPORTSCHED'); 14 | } else { 15 | die('SKIP:EXPORTSCHED_ALREADY_RUNNING'); 16 | } 17 | } -------------------------------------------------------------------------------- /api/libs/api.yalfloader.php: -------------------------------------------------------------------------------- 1 | getAlterParam('PAGE_LOAD_INDICATOR')) { 15 | $uiLoader = 'modules/jsc/yalfloader.html'; 16 | if (file_exists($uiLoader)) { 17 | $result = file_get_contents($uiLoader); 18 | } 19 | } 20 | return ($result); 21 | } 22 | -------------------------------------------------------------------------------- /skins/paper/assets/scss/paper-dashboard/mixins/_page-header.scss: -------------------------------------------------------------------------------- 1 | @mixin linear-gradient($color1, $color2){ 2 | background: $color1; /* For browsers that do not support gradients */ 3 | background: -webkit-linear-gradient(90deg, $color1 , $color2); /* For Safari 5.1 to 6.0 */ 4 | background: -o-linear-gradient(90deg, $color1, $color2); /* For Opera 11.1 to 12.0 */ 5 | background: -moz-linear-gradient(90deg, $color1, $color2); /* For Firefox 3.6 to 15 */ 6 | background: linear-gradient(0deg, $color1 , $color2); /* Standard syntax */ 7 | } 8 | -------------------------------------------------------------------------------- /modules/remoteapi/backupdb.php: -------------------------------------------------------------------------------- 1 | getBinpaths(); 8 | $altCfg=$ubillingConfig->getAlter(); 9 | if ($binPaths['MYSQLDUMP_PATH']) { 10 | $backpath = zb_BackupDatabase(true); 11 | if (@$altCfg['BACKUPS_MAX_AGE']) { 12 | zb_BackupsRotate($altCfg['BACKUPS_MAX_AGE']); 13 | } 14 | } else { 15 | die('ERROR:NO_MYSQLDUMP_PATH'); 16 | } 17 | die('OK:BACKUPDB ' . $backpath); 18 | } -------------------------------------------------------------------------------- /api/libs/api.mapscompat.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/presets/freebsd/sysctl.preconf: -------------------------------------------------------------------------------- 1 | net.inet.ip.fw.one_pass=1 2 | net.inet.tcp.nolocaltimewait=1 3 | net.inet.ip.portrange.randomized=0 4 | net.inet.ip.dummynet.io_fast=1 5 | net.inet.ip.forwarding=1 6 | 7 | #hardcore 8 | #net.inet.tcp.blackhole=2 9 | #net.inet.udp.blackhole=1 10 | #net.inet.icmp.drop_redirect=1 11 | #net.inet.icmp.log_redirect=0 12 | #net.inet.ip.redirect=0 13 | #net.inet.ip.sourceroute=0 14 | #net.inet.ip.accept_sourceroute=0 15 | #net.inet.icmp.bmcastecho=0 16 | #net.inet.icmp.maskrepl=0 17 | #net.inet.tcp.drop_synfin=1 18 | #net.inet.tcp.syncookies=1 19 | -------------------------------------------------------------------------------- /dist/presets/freebsd/php8.ini: -------------------------------------------------------------------------------- 1 | magic_quotes_gpc = Off 2 | magic_quotes_runtime = Off 3 | magic_quotes_sybase = Off 4 | date.timezone="Europe/Kiev" 5 | 6 | display_errors = On 7 | display_startup_errors = On 8 | log_errors = On 9 | log_errors_max_len = 1024 10 | report_memleaks = On 11 | html_errors = On 12 | memory_limit = 256M 13 | max_input_vars = 50000 14 | 15 | post_max_size = 64M 16 | upload_max_filesize = 64M 17 | 18 | ;extension=xhprof.so 19 | ;extension=memcached.so 20 | 21 | [xhprof] 22 | xhprof.output_dir=/tmp/ 23 | 24 | -------------------------------------------------------------------------------- /modules/general/eventview/index.php: -------------------------------------------------------------------------------- 1 | renderControls()); 8 | 9 | if (ubRouting::checkGet($eventView::ROUTE_ZEN)) { 10 | $eventZen = new ZenFlow('ajeventlog', $eventView->renderEventsReport()); 11 | show_window(__('Zen'), $eventZen->render()); 12 | } else { 13 | show_window(__('Last events'), $eventView->renderEventsReport()); 14 | } 15 | } else { 16 | show_error(__('Access denied')); 17 | } 18 | 19 | -------------------------------------------------------------------------------- /dist/presets/freebsd/php.ini: -------------------------------------------------------------------------------- 1 | magic_quotes_gpc = Off 2 | magic_quotes_runtime = Off 3 | magic_quotes_sybase = Off 4 | date.timezone="Europe/Kiev" 5 | 6 | display_errors = On 7 | display_startup_errors = On 8 | log_errors = On 9 | log_errors_max_len = 1024 10 | report_memleaks = On 11 | ;track_errors = On 12 | html_errors = On 13 | memory_limit = 256M 14 | max_input_vars = 50000 15 | 16 | post_max_size = 64M 17 | upload_max_filesize = 64M 18 | 19 | ;extension=xhprof.so 20 | ;extension=memcached.so 21 | 22 | [xhprof] 23 | xhprof.output_dir=/tmp/ 24 | 25 | -------------------------------------------------------------------------------- /skins/paper/opayz.css: -------------------------------------------------------------------------------- 1 | .opbackend { 2 | float: left !important; 3 | display: block !important; 4 | padding: 10px; 5 | margin: 5px; 6 | border:solid 1px #EEE; 7 | border-radius:10px; 8 | text-align: center; 9 | font-size: 8pt; 10 | overflow: hidden; 11 | box-shadow: 3px 3px 4px rgba(0,0,0,0); 12 | line-height: 100%; 13 | width:200px; 14 | height:200px; 15 | } 16 | 17 | .opbackend:hover { 18 | -webkit-box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.75); 19 | -moz-box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.75); 20 | box-shadow: 3px 3px 4px rgba(50, 50, 50, 0.75); 21 | } 22 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/zh-TW.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-TW",[],function(){return{inputTooLong:function(n){return"請刪掉"+(n.input.length-n.maximum)+"個字元"},inputTooShort:function(n){return"請再輸入"+(n.minimum-n.input.length)+"個字元"},loadingMore:function(){return"載入中…"},maximumSelected:function(n){return"你只能選擇最多"+n.maximum+"項"},noResults:function(){return"沒有找到相符的項目"},searching:function(){return"搜尋中…"},removeAllItems:function(){return"刪除所有項目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/remoteapi/modet.php: -------------------------------------------------------------------------------- 1 | getAlterParam(MoDet::OPTION_ENABLE)) { 5 | if (ubRouting::checkGet('mdfp')) { 6 | $filePathEnc = ubRouting::get('mdfp', 'mres'); 7 | $motionDetector = new MoDet(); 8 | $threshold = ubRouting::get('th', 'int'); 9 | $timeScale = ubRouting::get('ts', 'int'); 10 | $motionDetector->startMotionFilteringProcess($filePathEnc, $threshold, $timeScale); 11 | die('OK:MODET'); 12 | } 13 | } else { 14 | die('ERROR:MODET_DISABLED'); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /api/staticloader.php: -------------------------------------------------------------------------------- 1 | = 50638) { 13 | require_once('api/libs/api.ic.php'); 14 | } 15 | 16 | $system = new YALFCore(); 17 | $yalfLibs = $system->getLibs(); 18 | 19 | if (!empty($yalfLibs)) { 20 | foreach ($yalfLibs as $eachLibPath => $eachYalfLayer) { 21 | require_once($eachLibPath); 22 | } 23 | } 24 | 25 | -------------------------------------------------------------------------------- /dist/services/wrcurrent.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BASEPATH="/usr/local/www/apache24/data/wrsnaps/" 3 | 4 | mkdir ${BASEPATH}/exported 5 | cd ${BASEPATH}/tmp/ 6 | rm -fr ../wr_current.tgz > /dev/null 7 | rm -fr ../RELEASE > /dev/null 8 | rm -fr master.zip 9 | /usr/local/bin/curl -k -s https://codeload.github.com/nightflyza/WolfRecorder/zip/main > main.zip 10 | /usr/local/bin/unzip main.zip -d ../exported 11 | cd ../exported/WolfRecorder-main/ 12 | rm -fr nbproject 13 | tar cf - ./* | gzip > ../../wr_current.tgz 14 | cp -R ./RELEASE ${BASEPATH}/RELEASE 15 | cp -R ./dist/wrinstaller.sh ${BASEPATH}/wrinstaller_current.sh 16 | cd ${BASEPATH} 17 | rm -fr exported ./tmp/* 18 | -------------------------------------------------------------------------------- /skins/paper/assets/scss/paper-dashboard/mixins/_dropdown.scss: -------------------------------------------------------------------------------- 1 | @mixin dropdown-colors($brand-color, $dropdown-header-color, $dropdown-color, $background-color ) { 2 | background-color: $brand-color; 3 | 4 | &:before{ 5 | color: $brand-color; 6 | } 7 | 8 | .dropdown-header:not([href]):not([tabindex]){ 9 | color: $dropdown-header-color; 10 | } 11 | 12 | .dropdown-item{ 13 | color: $dropdown-color; 14 | 15 | &:hover, 16 | &:focus{ 17 | background-color: $background-color; 18 | } 19 | } 20 | 21 | .dropdown-divider{ 22 | background-color: $background-color; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/zh-CN.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/zh-CN",[],function(){return{errorLoading:function(){return"无法载入结果。"},inputTooLong:function(n){return"请删除"+(n.input.length-n.maximum)+"个字符"},inputTooShort:function(n){return"请再输入至少"+(n.minimum-n.input.length)+"个字符"},loadingMore:function(){return"载入更多结果…"},maximumSelected:function(n){return"最多只能选择"+n.maximum+"个项目"},noResults:function(){return"未找到结果"},searching:function(){return"搜索中…"},removeAllItems:function(){return"删除所有项目"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ja.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ja",[],function(){return{errorLoading:function(){return"結果が読み込まれませんでした"},inputTooLong:function(n){return n.input.length-n.maximum+" 文字を削除してください"},inputTooShort:function(n){return"少なくとも "+(n.minimum-n.input.length)+" 文字を入力してください"},loadingMore:function(){return"読み込み中…"},maximumSelected:function(n){return n.maximum+" 件しか選択できません"},noResults:function(){return"対象が見つかりません"},searching:function(){return"検索しています…"},removeAllItems:function(){return"すべてのアイテムを削除"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/az.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/az",[],function(){return{inputTooLong:function(n){return n.input.length-n.maximum+" simvol silin"},inputTooShort:function(n){return n.minimum-n.input.length+" simvol daxil edin"},loadingMore:function(){return"Daha çox nəticə yüklənir…"},maximumSelected:function(n){return"Sadəcə "+n.maximum+" element seçə bilərsiniz"},noResults:function(){return"Nəticə tapılmadı"},searching:function(){return"Axtarılır…"},removeAllItems:function(){return"Bütün elementləri sil"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ko.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(n){return"너무 깁니다. "+(n.input.length-n.maximum)+" 글자 지워주세요."},inputTooShort:function(n){return"너무 짧습니다. "+(n.minimum-n.input.length)+" 글자 더 입력해주세요."},loadingMore:function(){return"불러오는 중…"},maximumSelected:function(n){return"최대 "+n.maximum+"개까지만 선택 가능합니다."},noResults:function(){return"결과가 없습니다."},searching:function(){return"검색 중…"},removeAllItems:function(){return"모든 항목 삭제"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/foreign/xhprof/xhprof_html/jquery/jquery.tooltip.css: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery Tooltip plugin 1.3 3 | * 4 | * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ 5 | * http://docs.jquery.com/Plugins/Tooltip 6 | * 7 | * Copyright (c) 2006 - 2008 Jörn Zaefferer 8 | * 9 | * $Id: jquery.tooltip.css,v 1.1.1.1 2009/03/17 18:35:18 kannan Exp $ 10 | * 11 | * Dual licensed under the MIT and GPL licenses: 12 | * http://www.opensource.org/licenses/mit-license.php 13 | * http://www.gnu.org/licenses/gpl.html 14 | */ 15 | 16 | #tooltip { 17 | position: absolute; 18 | z-index: 3000; 19 | border: 1px solid #111; 20 | background-color: lightyellow; 21 | padding: 5px; 22 | opacity: 0.9; 23 | } 24 | #tooltip h3, #tooltip div { margin: 0; } 25 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/vi.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/vi",[],function(){return{inputTooLong:function(n){return"Vui lòng xóa bớt "+(n.input.length-n.maximum)+" ký tự"},inputTooShort:function(n){return"Vui lòng nhập thêm từ "+(n.minimum-n.input.length)+" ký tự trở lên"},loadingMore:function(){return"Đang lấy thêm kết quả…"},maximumSelected:function(n){return"Chỉ có thể chọn được "+n.maximum+" lựa chọn"},noResults:function(){return"Không tìm thấy kết quả"},searching:function(){return"Đang tìm…"},removeAllItems:function(){return"Xóa tất cả các mục"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/remoteapi/recherd.php: -------------------------------------------------------------------------------- 1 | runRecord($cameraId); 19 | die('OK:RECHERD'); 20 | } else { 21 | die('ERROR:NO_CAMERAID'); 22 | } 23 | } -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/tk.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/tk",[],function(){return{errorLoading:function(){return"Netije ýüklenmedi."},inputTooLong:function(e){return e.input.length-e.maximum+" harp bozuň."},inputTooShort:function(e){return"Ýene-de iň az "+(e.minimum-e.input.length)+" harp ýazyň."},loadingMore:function(){return"Köpräk netije görkezilýär…"},maximumSelected:function(e){return"Diňe "+e.maximum+" sanysyny saýlaň."},noResults:function(){return"Netije tapylmady."},searching:function(){return"Gözlenýär…"},removeAllItems:function(){return"Remove all items"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/tr.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/tr",[],function(){return{errorLoading:function(){return"Sonuç yüklenemedi"},inputTooLong:function(n){return n.input.length-n.maximum+" karakter daha girmelisiniz"},inputTooShort:function(n){return"En az "+(n.minimum-n.input.length)+" karakter daha girmelisiniz"},loadingMore:function(){return"Daha fazla…"},maximumSelected:function(n){return"Sadece "+n.maximum+" seçim yapabilirsiniz"},noResults:function(){return"Sonuç bulunamadı"},searching:function(){return"Aranıyor…"},removeAllItems:function(){return"Tüm öğeleri kaldır"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/id.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/id",[],function(){return{errorLoading:function(){return"Data tidak boleh diambil."},inputTooLong:function(n){return"Hapuskan "+(n.input.length-n.maximum)+" huruf"},inputTooShort:function(n){return"Masukkan "+(n.minimum-n.input.length)+" huruf lagi"},loadingMore:function(){return"Mengambil data…"},maximumSelected:function(n){return"Anda hanya dapat memilih "+n.maximum+" pilihan"},noResults:function(){return"Tidak ada data yang sesuai"},searching:function(){return"Mencari…"},removeAllItems:function(){return"Hapus semua item"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/th.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/th",[],function(){return{errorLoading:function(){return"ไม่สามารถค้นข้อมูลได้"},inputTooLong:function(n){return"โปรดลบออก "+(n.input.length-n.maximum)+" ตัวอักษร"},inputTooShort:function(n){return"โปรดพิมพ์เพิ่มอีก "+(n.minimum-n.input.length)+" ตัวอักษร"},loadingMore:function(){return"กำลังค้นข้อมูลเพิ่ม…"},maximumSelected:function(n){return"คุณสามารถเลือกได้ไม่เกิน "+n.maximum+" รายการ"},noResults:function(){return"ไม่พบข้อมูล"},searching:function(){return"กำลังค้นข้อมูล…"},removeAllItems:function(){return"ลบรายการทั้งหมด"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ar.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ar",[],function(){return{errorLoading:function(){return"لا يمكن تحميل النتائج"},inputTooLong:function(n){return"الرجاء حذف "+(n.input.length-n.maximum)+" عناصر"},inputTooShort:function(n){return"الرجاء إضافة "+(n.minimum-n.input.length)+" عناصر"},loadingMore:function(){return"جاري تحميل نتائج إضافية..."},maximumSelected:function(n){return"تستطيع إختيار "+n.maximum+" بنود فقط"},noResults:function(){return"لم يتم العثور على أي نتائج"},searching:function(){return"جاري البحث…"},removeAllItems:function(){return"قم بإزالة كل العناصر"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/nb.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/nb",[],function(){return{errorLoading:function(){return"Kunne ikke hente resultater."},inputTooLong:function(e){return"Vennligst fjern "+(e.input.length-e.maximum)+" tegn"},inputTooShort:function(e){return"Vennligst skriv inn "+(e.minimum-e.input.length)+" tegn til"},loadingMore:function(){return"Laster flere resultater…"},maximumSelected:function(e){return"Du kan velge maks "+e.maximum+" elementer"},noResults:function(){return"Ingen treff"},searching:function(){return"Søker…"},removeAllItems:function(){return"Fjern alle elementer"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/km.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/km",[],function(){return{errorLoading:function(){return"មិនអាចទាញយកទិន្នន័យ"},inputTooLong:function(n){return"សូមលុបចេញ "+(n.input.length-n.maximum)+" អក្សរ"},inputTooShort:function(n){return"សូមបញ្ចូល"+(n.minimum-n.input.length)+" អក្សរ រឺ ច្រើនជាងនេះ"},loadingMore:function(){return"កំពុងទាញយកទិន្នន័យបន្ថែម..."},maximumSelected:function(n){return"អ្នកអាចជ្រើសរើសបានតែ "+n.maximum+" ជម្រើសប៉ុណ្ណោះ"},noResults:function(){return"មិនមានលទ្ធផល"},searching:function(){return"កំពុងស្វែងរក..."},removeAllItems:function(){return"លុបធាតុទាំងអស់"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/sv.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sv",[],function(){return{errorLoading:function(){return"Resultat kunde inte laddas."},inputTooLong:function(n){return"Vänligen sudda ut "+(n.input.length-n.maximum)+" tecken"},inputTooShort:function(n){return"Vänligen skriv in "+(n.minimum-n.input.length)+" eller fler tecken"},loadingMore:function(){return"Laddar fler resultat…"},maximumSelected:function(n){return"Du kan max välja "+n.maximum+" element"},noResults:function(){return"Inga träffar"},searching:function(){return"Söker…"},removeAllItems:function(){return"Ta bort alla objekt"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/general/apachezen/index.php: -------------------------------------------------------------------------------- 1 | getFlowId(), $apacheZen->render(), $apacheZen->getTimeout()); 8 | show_window('', $apacheZen->controls()); 9 | show_window(__('Apache') . ' ' . __('Zen') . ' ' . $apacheZen->getCurrentSource(), $zenFlow->render()); 10 | } else { 11 | $apacheZen = new ApacheZen(true); 12 | show_window('', $apacheZen->controls()); 13 | show_window(__('PHP errors'), $apacheZen->renderPHPErrors()); 14 | } 15 | } else { 16 | show_error(__('Access denied')); 17 | } -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/is.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/is",[],function(){return{inputTooLong:function(n){var t=n.input.length-n.maximum,e="Vinsamlegast styttið texta um "+t+" staf";return t<=1?e:e+"i"},inputTooShort:function(n){var t=n.minimum-n.input.length,e="Vinsamlegast skrifið "+t+" staf";return t>1&&(e+="i"),e+=" í viðbót"},loadingMore:function(){return"Sæki fleiri niðurstöður…"},maximumSelected:function(n){return"Þú getur aðeins valið "+n.maximum+" atriði"},noResults:function(){return"Ekkert fannst"},searching:function(){return"Leita…"},removeAllItems:function(){return"Fjarlægðu öll atriði"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/et.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/et",[],function(){return{inputTooLong:function(e){var n=e.input.length-e.maximum,t="Sisesta "+n+" täht";return 1!=n&&(t+="e"),t+=" vähem"},inputTooShort:function(e){var n=e.minimum-e.input.length,t="Sisesta "+n+" täht";return 1!=n&&(t+="e"),t+=" rohkem"},loadingMore:function(){return"Laen tulemusi…"},maximumSelected:function(e){var n="Saad vaid "+e.maximum+" tulemus";return 1==e.maximum?n+="e":n+="t",n+=" valida"},noResults:function(){return"Tulemused puuduvad"},searching:function(){return"Otsin…"},removeAllItems:function(){return"Eemalda kõik esemed"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/fi.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/fi",[],function(){return{errorLoading:function(){return"Tuloksia ei saatu ladattua."},inputTooLong:function(n){return"Ole hyvä ja anna "+(n.input.length-n.maximum)+" merkkiä vähemmän"},inputTooShort:function(n){return"Ole hyvä ja anna "+(n.minimum-n.input.length)+" merkkiä lisää"},loadingMore:function(){return"Ladataan lisää tuloksia…"},maximumSelected:function(n){return"Voit valita ainoastaan "+n.maximum+" kpl"},noResults:function(){return"Ei tuloksia"},searching:function(){return"Haetaan…"},removeAllItems:function(){return"Poista kaikki kohteet"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ms.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ms",[],function(){return{errorLoading:function(){return"Keputusan tidak berjaya dimuatkan."},inputTooLong:function(n){return"Sila hapuskan "+(n.input.length-n.maximum)+" aksara"},inputTooShort:function(n){return"Sila masukkan "+(n.minimum-n.input.length)+" atau lebih aksara"},loadingMore:function(){return"Sedang memuatkan keputusan…"},maximumSelected:function(n){return"Anda hanya boleh memilih "+n.maximum+" pilihan"},noResults:function(){return"Tiada padanan yang ditemui"},searching:function(){return"Mencari…"},removeAllItems:function(){return"Keluarkan semua item"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /dist/presets/freebsd/firewall.conf: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # firewall command 4 | FwCMD="/sbin/ipfw -q" 5 | ${FwCMD} -f flush 6 | 7 | 8 | # Networks defines 9 | # Safe zones 10 | ${FwCMD} table 22 add 127.0.0.1 11 | 12 | 13 | # Safe zones allow policy 14 | ${FwCMD} add 45 allow ip from table\(22\) to me 15 | ${FwCMD} add 45 allow ip from me to table\(22\) 16 | 17 | # ssh access 18 | #${FwCMD} add 46 deny ip from any to me dst-port 22 19 | #${FwCMD} add 46 deny ip from me to any src-port 22 20 | 21 | # snmp access 22 | #${FwCMD} add 47 deny ip from any to me dst-port 161 23 | #${FwCMD} add 47 deny ip from me to any src-port 161 24 | 25 | # mysql access 26 | ${FwCMD} add 48 deny ip from any to me dst-port 3306 27 | ${FwCMD} add 48 deny ip from me to any src-port 3306 28 | 29 | 30 | ${FwCMD} add 65535 allow all from any to any 31 | 32 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ka.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ka",[],function(){return{errorLoading:function(){return"მონაცემების ჩატვირთვა შეუძლებელია."},inputTooLong:function(n){return"გთხოვთ აკრიფეთ "+(n.input.length-n.maximum)+" სიმბოლოთი ნაკლები"},inputTooShort:function(n){return"გთხოვთ აკრიფეთ "+(n.minimum-n.input.length)+" სიმბოლო ან მეტი"},loadingMore:function(){return"მონაცემების ჩატვირთვა…"},maximumSelected:function(n){return"თქვენ შეგიძლიათ აირჩიოთ არაუმეტეს "+n.maximum+" ელემენტი"},noResults:function(){return"რეზულტატი არ მოიძებნა"},searching:function(){return"ძიება…"},removeAllItems:function(){return"ამოიღე ყველა ელემენტი"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/bg.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/bg",[],function(){return{inputTooLong:function(n){var e=n.input.length-n.maximum,u="Моля въведете с "+e+" по-малко символ";return e>1&&(u+="a"),u},inputTooShort:function(n){var e=n.minimum-n.input.length,u="Моля въведете още "+e+" символ";return e>1&&(u+="a"),u},loadingMore:function(){return"Зареждат се още…"},maximumSelected:function(n){var e="Можете да направите до "+n.maximum+" ";return n.maximum>1?e+="избора":e+="избор",e},noResults:function(){return"Няма намерени съвпадения"},searching:function(){return"Търсене…"},removeAllItems:function(){return"Премахнете всички елементи"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/da.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooLong:function(e){return"Angiv venligst "+(e.input.length-e.maximum)+" tegn mindre"},inputTooShort:function(e){return"Angiv venligst "+(e.minimum-e.input.length)+" tegn mere"},loadingMore:function(){return"Indlæser flere resultater…"},maximumSelected:function(e){var n="Du kan kun vælge "+e.maximum+" emne";return 1!=e.maximum&&(n+="r"),n},noResults:function(){return"Ingen resultater fundet"},searching:function(){return"Søger…"},removeAllItems:function(){return"Fjern alle elementer"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /content/updates/sql/0.0.3.sql: -------------------------------------------------------------------------------- 1 | CREATE TABLE IF NOT EXISTS `schedule` ( 2 | `id` int(11) NOT NULL auto_increment, 3 | `date` datetime NOT NULL, 4 | `user` varchar(128) NOT NULL, 5 | `channel` varchar(64) NOT NULL, 6 | `datetimefrom` datetime NOT NULL, 7 | `datetimeto` datetime NOT NULL, 8 | `sizeforecast` BIGINT(20) NOT NULL, 9 | `done` tinyint(2) NOT NULL DEFAULT 0, 10 | `finishdate` datetime DEFAULT NULL, 11 | PRIMARY KEY (`id`), 12 | KEY `user` (`user`), 13 | KEY `done` (`done`) 14 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; 15 | 16 | CREATE TABLE IF NOT EXISTS `acl` ( 17 | `id` int(11) NOT NULL auto_increment, 18 | `user` varchar(128) NOT NULL, 19 | `cameraid` INT(11) NOT NULL, 20 | `channel` varchar(64) NOT NULL, 21 | PRIMARY KEY (`id`) 22 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/hy.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hy",[],function(){return{errorLoading:function(){return"Արդյունքները հնարավոր չէ բեռնել։"},inputTooLong:function(n){return"Խնդրում ենք հեռացնել "+(n.input.length-n.maximum)+" նշան"},inputTooShort:function(n){return"Խնդրում ենք մուտքագրել "+(n.minimum-n.input.length)+" կամ ավել նշաններ"},loadingMore:function(){return"Բեռնվում են նոր արդյունքներ․․․"},maximumSelected:function(n){return"Դուք կարող եք ընտրել առավելագույնը "+n.maximum+" կետ"},noResults:function(){return"Արդյունքներ չեն գտնվել"},searching:function(){return"Որոնում․․․"},removeAllItems:function(){return"Հեռացնել բոլոր տարրերը"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/fa.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/fa",[],function(){return{errorLoading:function(){return"امکان بارگذاری نتایج وجود ندارد."},inputTooLong:function(n){return"لطفاً "+(n.input.length-n.maximum)+" کاراکتر را حذف نمایید"},inputTooShort:function(n){return"لطفاً تعداد "+(n.minimum-n.input.length)+" کاراکتر یا بیشتر وارد نمایید"},loadingMore:function(){return"در حال بارگذاری نتایج بیشتر..."},maximumSelected:function(n){return"شما تنها می‌توانید "+n.maximum+" آیتم را انتخاب نمایید"},noResults:function(){return"هیچ نتیجه‌ای یافت نشد"},searching:function(){return"در حال جستجو..."},removeAllItems:function(){return"همه موارد را حذف کنید"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /howl/.htaccess: -------------------------------------------------------------------------------- 1 | Options -Indexes 2 | 3 | 4 | Header set Cache-Control "no-cache, no-store, must-revalidate" 5 | Header set Pragma "no-cache" 6 | Header set Expires 0 7 | 8 | 9 | 10 | FileETag None 11 | Header unset ETag 12 | Header unset Pragma 13 | Header unset Cache-Control 14 | Header unset Last-Modified 15 | Header set Pragma "no-cache" 16 | Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" 17 | Header set Expires "Thu, 1 Jan 1970 00:00:00 GMT" 18 | 19 | 20 | 21 | ExpiresActive Off 22 | 23 | 24 | 25 | ForceType application/octet-stream 26 | Header set Content-Disposition attachment 27 | 28 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/hi.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hi",[],function(){return{errorLoading:function(){return"परिणामों को लोड नहीं किया जा सका।"},inputTooLong:function(n){var e=n.input.length-n.maximum,r=e+" अक्षर को हटा दें";return e>1&&(r=e+" अक्षरों को हटा दें "),r},inputTooShort:function(n){return"कृपया "+(n.minimum-n.input.length)+" या अधिक अक्षर दर्ज करें"},loadingMore:function(){return"अधिक परिणाम लोड हो रहे है..."},maximumSelected:function(n){return"आप केवल "+n.maximum+" आइटम का चयन कर सकते हैं"},noResults:function(){return"कोई परिणाम नहीं मिला"},searching:function(){return"खोज रहा है..."},removeAllItems:function(){return"सभी वस्तुओं को हटा दें"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/he.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/he",[],function(){return{errorLoading:function(){return"שגיאה בטעינת התוצאות"},inputTooLong:function(n){var e=n.input.length-n.maximum,r="נא למחוק ";return r+=1===e?"תו אחד":e+" תווים"},inputTooShort:function(n){var e=n.minimum-n.input.length,r="נא להכניס ";return r+=1===e?"תו אחד":e+" תווים",r+=" או יותר"},loadingMore:function(){return"טוען תוצאות נוספות…"},maximumSelected:function(n){var e="באפשרותך לבחור עד ";return 1===n.maximum?e+="פריט אחד":e+=n.maximum+" פריטים",e},noResults:function(){return"לא נמצאו תוצאות"},searching:function(){return"מחפש…"},removeAllItems:function(){return"הסר את כל הפריטים"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/hr.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/hr",[],function(){function n(n){var e=" "+n+" znak";return n%10<5&&n%10>0&&(n%100<5||n%100>19)?n%10>1&&(e+="a"):e+="ova",e}return{errorLoading:function(){return"Preuzimanje nije uspjelo."},inputTooLong:function(e){return"Unesite "+n(e.input.length-e.maximum)},inputTooShort:function(e){return"Unesite još "+n(e.minimum-e.input.length)},loadingMore:function(){return"Učitavanje rezultata…"},maximumSelected:function(n){return"Maksimalan broj odabranih stavki je "+n.maximum},noResults:function(){return"Nema rezultata"},searching:function(){return"Pretraga…"},removeAllItems:function(){return"Ukloni sve stavke"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/eo.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/eo",[],function(){return{errorLoading:function(){return"La rezultoj ne povas esti ŝargitaj."},inputTooLong:function(n){var e=n.input.length-n.maximum,r="Bonvolu forigi "+e+" signo";return r+=1==e?"n":"jn"},inputTooShort:function(n){return"Bv. enigi "+(n.minimum-n.input.length)+" aŭ pli multajn signojn"},loadingMore:function(){return"Ŝargado de pliaj rezultoj…"},maximumSelected:function(n){var e="Vi povas elekti nur "+n.maximum+" ero";return 1==n.maximum?e+="n":e+="jn",e},noResults:function(){return"Neniuj rezultoj trovitaj"},searching:function(){return"Serĉado…"},removeAllItems:function(){return"Forigi ĉiujn erojn"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/af.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/af",[],function(){return{errorLoading:function(){return"Die resultate kon nie gelaai word nie."},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Verwyders asseblief "+n+" character";return 1!=n&&(r+="s"),r},inputTooShort:function(e){return"Voer asseblief "+(e.minimum-e.input.length)+" of meer karakters"},loadingMore:function(){return"Meer resultate word gelaai…"},maximumSelected:function(e){var n="Kies asseblief net "+e.maximum+" item";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"Geen resultate gevind"},searching:function(){return"Besig…"},removeAllItems:function(){return"Verwyder alle items"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/de.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/de",[],function(){return{errorLoading:function(){return"Die Ergebnisse konnten nicht geladen werden."},inputTooLong:function(e){return"Bitte "+(e.input.length-e.maximum)+" Zeichen weniger eingeben"},inputTooShort:function(e){return"Bitte "+(e.minimum-e.input.length)+" Zeichen mehr eingeben"},loadingMore:function(){return"Lade mehr Ergebnisse…"},maximumSelected:function(e){var n="Sie können nur "+e.maximum+" Element";return 1!=e.maximum&&(n+="e"),n+=" auswählen"},noResults:function(){return"Keine Übereinstimmungen gefunden"},searching:function(){return"Suche…"},removeAllItems:function(){return"Entferne alle Elemente"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/eu.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/eu",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n="Idatzi ";return n+=1==t?"karaktere bat":t+" karaktere",n+=" gutxiago"},inputTooShort:function(e){var t=e.minimum-e.input.length,n="Idatzi ";return n+=1==t?"karaktere bat":t+" karaktere",n+=" gehiago"},loadingMore:function(){return"Emaitza gehiago kargatzen…"},maximumSelected:function(e){return 1===e.maximum?"Elementu bakarra hauta dezakezu":e.maximum+" elementu hauta ditzakezu soilik"},noResults:function(){return"Ez da bat datorrenik aurkitu"},searching:function(){return"Bilatzen…"},removeAllItems:function(){return"Kendu elementu guztiak"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/pt-BR.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/pt-BR",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Apague "+n+" caracter";return 1!=n&&(r+="es"),r},inputTooShort:function(e){return"Digite "+(e.minimum-e.input.length)+" ou mais caracteres"},loadingMore:function(){return"Carregando mais resultados…"},maximumSelected:function(e){var n="Você só pode selecionar "+e.maximum+" ite";return 1==e.maximum?n+="m":n+="ns",n},noResults:function(){return"Nenhum resultado encontrado"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Remover todos os itens"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/pt.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/pt",[],function(){return{errorLoading:function(){return"Os resultados não puderam ser carregados."},inputTooLong:function(e){var r=e.input.length-e.maximum,n="Por favor apague "+r+" ";return n+=1!=r?"caracteres":"caractere"},inputTooShort:function(e){return"Introduza "+(e.minimum-e.input.length)+" ou mais caracteres"},loadingMore:function(){return"A carregar mais resultados…"},maximumSelected:function(e){var r="Apenas pode seleccionar "+e.maximum+" ";return r+=1!=e.maximum?"itens":"item"},noResults:function(){return"Sem resultados"},searching:function(){return"A procurar…"},removeAllItems:function(){return"Remover todos os itens"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/mk.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/mk",[],function(){return{inputTooLong:function(n){var e=(n.input.length,n.maximum,"Ве молиме внесете "+n.maximum+" помалку карактер");return 1!==n.maximum&&(e+="и"),e},inputTooShort:function(n){var e=(n.minimum,n.input.length,"Ве молиме внесете уште "+n.maximum+" карактер");return 1!==n.maximum&&(e+="и"),e},loadingMore:function(){return"Вчитување резултати…"},maximumSelected:function(n){var e="Можете да изберете само "+n.maximum+" ставк";return 1===n.maximum?e+="а":e+="и",e},noResults:function(){return"Нема пронајдено совпаѓања"},searching:function(){return"Пребарување…"},removeAllItems:function(){return"Отстрани ги сите предмети"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /skins/paper/assets/css/glamforge.css: -------------------------------------------------------------------------------- 1 | .glamforge { 2 | width: 95%; 3 | margin-left: 12px; 4 | font-family: Arial, sans-serif; 5 | font-size: 15px; 6 | } 7 | 8 | .glamforge label { 9 | display: inline-block; 10 | margin-left: 8px; 11 | font-size: 15px; 12 | } 13 | 14 | .glamforge input, 15 | .glamforge select { 16 | padding: 6px; 17 | font-size: 15px; 18 | margin-bottom: 10px; 19 | } 20 | 21 | .glamforge input[type="checkbox"] { 22 | transform: scale(1.3); 23 | margin-bottom: 10px; 24 | } 25 | 26 | .glamforge input[type="submit"] { 27 | background-color: #4CAF50; 28 | color: white; 29 | border: none; 30 | padding: 12px 18px; 31 | font-size: 15px; 32 | border-radius: 6px; 33 | cursor: pointer; 34 | margin-top: 10px; 35 | } 36 | 37 | .glamforge input[type="submit"]:hover { 38 | background-color: #45a049; 39 | } 40 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/bn.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/bn",[],function(){return{errorLoading:function(){return"ফলাফলগুলি লোড করা যায়নি।"},inputTooLong:function(n){var e=n.input.length-n.maximum,u="অনুগ্রহ করে "+e+" টি অক্ষর মুছে দিন।";return 1!=e&&(u="অনুগ্রহ করে "+e+" টি অক্ষর মুছে দিন।"),u},inputTooShort:function(n){return n.minimum-n.input.length+" টি অক্ষর অথবা অধিক অক্ষর লিখুন।"},loadingMore:function(){return"আরো ফলাফল লোড হচ্ছে ..."},maximumSelected:function(n){var e=n.maximum+" টি আইটেম নির্বাচন করতে পারবেন।";return 1!=n.maximum&&(e=n.maximum+" টি আইটেম নির্বাচন করতে পারবেন।"),e},noResults:function(){return"কোন ফলাফল পাওয়া যায়নি।"},searching:function(){return"অনুসন্ধান করা হচ্ছে ..."}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/lv.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/lv",[],function(){function e(e,n,u,i){return 11===e?n:e%10==1?u:i}return{inputTooLong:function(n){var u=n.input.length-n.maximum,i="Lūdzu ievadiet par "+u;return(i+=" simbol"+e(u,"iem","u","iem"))+" mazāk"},inputTooShort:function(n){var u=n.minimum-n.input.length,i="Lūdzu ievadiet vēl "+u;return i+=" simbol"+e(u,"us","u","us")},loadingMore:function(){return"Datu ielāde…"},maximumSelected:function(n){var u="Jūs varat izvēlēties ne vairāk kā "+n.maximum;return u+=" element"+e(n.maximum,"us","u","us")},noResults:function(){return"Sakritību nav"},searching:function(){return"Meklēšana…"},removeAllItems:function(){return"Noņemt visus vienumus"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /api/libs/api.net.php: -------------------------------------------------------------------------------- 1 | $each) { 29 | $result .= wf_Link('?yalfswitchlocale=' . $each, $each) . ' '; 30 | } 31 | } 32 | return($result); 33 | } 34 | 35 | } 36 | -------------------------------------------------------------------------------- /dist/presets/freebsd/rc.preconf: -------------------------------------------------------------------------------- 1 | # ====== added by WRinstaller ==== 2 | 3 | gateway_enable="YES" 4 | 5 | # required services 6 | mysql_enable="YES" 7 | apache24_enable="YES" 8 | 9 | # NTP 10 | ntpdate_enable="YES" 11 | ntpdate_hosts="ntp.wolfrecorder.com" 12 | 13 | # Firewall 14 | firewall_enable="YES" 15 | firewall_nat_enable="YES" 16 | dummynet_enable="YES" 17 | firewall_script="/etc/firewall.conf" 18 | 19 | # Caching engines 20 | memcached_enable="YES" 21 | memcached_flags="-l 127.0.0.1 -m 256 -I 16M" 22 | 23 | # ZFS support 24 | zfs_enable="YES" 25 | 26 | # snmpd 27 | snmpd_enable="YES" 28 | snmpd_flags="-a" 29 | snmpd_conffile="/usr/local/etc/snmpd.conf" 30 | 31 | # FS check options 32 | fsck_y_enable="YES" 33 | background_fsck="NO" 34 | 35 | # supress sendmail 36 | sendmail_enable="NO" 37 | sendmail_submit_enable="NO" 38 | sendmail_outbound_enable="NO" 39 | sendmail_msp_queue_enable="NO" 40 | 41 | # ========== 42 | -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/sl.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/sl",[],function(){return{errorLoading:function(){return"Zadetkov iskanja ni bilo mogoče naložiti."},inputTooLong:function(e){var n=e.input.length-e.maximum,t="Prosim zbrišite "+n+" znak";return 2==n?t+="a":1!=n&&(t+="e"),t},inputTooShort:function(e){var n=e.minimum-e.input.length,t="Prosim vpišite še "+n+" znak";return 2==n?t+="a":1!=n&&(t+="e"),t},loadingMore:function(){return"Nalagam več zadetkov…"},maximumSelected:function(e){var n="Označite lahko največ "+e.maximum+" predmet";return 2==e.maximum?n+="a":1!=e.maximum&&(n+="e"),n},noResults:function(){return"Ni zadetkov."},searching:function(){return"Iščem…"},removeAllItems:function(){return"Odstranite vse elemente"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/en.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/en",[],function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Please delete "+n+" character";return 1!=n&&(r+="s"),r},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var n="You can only select "+e.maximum+" item";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"No results found"},searching:function(){return"Searching…"},removeAllItems:function(){return"Remove all items"},removeItem:function(){return"Remove item"},search:function(){return"Search"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/es.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/es",[],function(){return{errorLoading:function(){return"No se pudieron cargar los resultados"},inputTooLong:function(e){var n=e.input.length-e.maximum,r="Por favor, elimine "+n+" car";return r+=1==n?"ácter":"acteres"},inputTooShort:function(e){var n=e.minimum-e.input.length,r="Por favor, introduzca "+n+" car";return r+=1==n?"ácter":"acteres"},loadingMore:function(){return"Cargando más resultados…"},maximumSelected:function(e){var n="Sólo puede seleccionar "+e.maximum+" elemento";return 1!=e.maximum&&(n+="s"),n},noResults:function(){return"No se encontraron resultados"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Eliminar todos los elementos"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/gl.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/gl",[],function(){return{errorLoading:function(){return"Non foi posíbel cargar os resultados."},inputTooLong:function(e){var n=e.input.length-e.maximum;return 1===n?"Elimine un carácter":"Elimine "+n+" caracteres"},inputTooShort:function(e){var n=e.minimum-e.input.length;return 1===n?"Engada un carácter":"Engada "+n+" caracteres"},loadingMore:function(){return"Cargando máis resultados…"},maximumSelected:function(e){return 1===e.maximum?"Só pode seleccionar un elemento":"Só pode seleccionar "+e.maximum+" elementos"},noResults:function(){return"Non se atoparon resultados"},searching:function(){return"Buscando…"},removeAllItems:function(){return"Elimina todos os elementos"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ro.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/ro",[],function(){return{errorLoading:function(){return"Rezultatele nu au putut fi incărcate."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Vă rugăm să ștergeți"+t+" caracter";return 1!==t&&(n+="e"),n},inputTooShort:function(e){return"Vă rugăm să introduceți "+(e.minimum-e.input.length)+" sau mai multe caractere"},loadingMore:function(){return"Se încarcă mai multe rezultate…"},maximumSelected:function(e){var t="Aveți voie să selectați cel mult "+e.maximum;return t+=" element",1!==e.maximum&&(t+="e"),t},noResults:function(){return"Nu au fost găsite rezultate"},searching:function(){return"Căutare…"},removeAllItems:function(){return"Eliminați toate elementele"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/te.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/te",[],function(){return{errorLoading:function(){return"ఫలితాలు చూపించలేకపోతున్నాము"},inputTooLong:function(n){var e=n.input.length-n.maximum,r=e;return r+=1!=e?" అక్షరాలు తొలిగించండి":" అక్షరం తొలిగించండి"},inputTooShort:function(n){return n.minimum-n.input.length+" లేక మరిన్ని అక్షరాలను జోడించండి"},loadingMore:function(){return"మరిన్ని ఫలితాలు…"},maximumSelected:function(n){var e="మీరు "+n.maximum;return 1!=n.maximum?e+=" అంశాల్ని మాత్రమే ఎంచుకోగలరు":e+=" అంశాన్ని మాత్రమే ఎంచుకోగలరు",e},noResults:function(){return"ఫలితాలు లేవు"},searching:function(){return"శోధిస్తున్నాము…"},removeAllItems:function(){return"అన్ని అంశాల్ని తొలిగించండి"},removeItem:function(){return"తొలిగించు"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/lt.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/lt",[],function(){function n(n,e,i,t){return n%10==1&&(n%100<11||n%100>19)?e:n%10>=2&&n%10<=9&&(n%100<11||n%100>19)?i:t}return{inputTooLong:function(e){var i=e.input.length-e.maximum,t="Pašalinkite "+i+" simbol";return t+=n(i,"į","ius","ių")},inputTooShort:function(e){var i=e.minimum-e.input.length,t="Įrašykite dar "+i+" simbol";return t+=n(i,"į","ius","ių")},loadingMore:function(){return"Kraunama daugiau rezultatų…"},maximumSelected:function(e){var i="Jūs galite pasirinkti tik "+e.maximum+" element";return i+=n(e.maximum,"ą","us","ų")},noResults:function(){return"Atitikmenų nerasta"},searching:function(){return"Ieškoma…"},removeAllItems:function(){return"Pašalinti visus elementus"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/pl.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/pl",[],function(){var n=["znak","znaki","znaków"],e=["element","elementy","elementów"],r=function(n,e){return 1===n?e[0]:n>1&&n<=4?e[1]:n>=5?e[2]:void 0};return{errorLoading:function(){return"Nie można załadować wyników."},inputTooLong:function(e){var t=e.input.length-e.maximum;return"Usuń "+t+" "+r(t,n)},inputTooShort:function(e){var t=e.minimum-e.input.length;return"Podaj przynajmniej "+t+" "+r(t,n)},loadingMore:function(){return"Trwa ładowanie…"},maximumSelected:function(n){return"Możesz zaznaczyć tylko "+n.maximum+" "+r(n.maximum,e)},noResults:function(){return"Brak wyników"},searching:function(){return"Trwa wyszukiwanie…"},removeAllItems:function(){return"Usuń wszystkie przedmioty"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /config/ymaps.ini: -------------------------------------------------------------------------------- 1 | ;map center coordinates. Geo location if empty. For example: "50.4437, 30.5162" 2 | CENTER="48.52584946874239, 25.03798691368117" 3 | ;map language 4 | LANG="ru-RU" 5 | ;default map zoom 6 | ZOOM=15 7 | ;default map type. may be map, satellite, hybrid for yandex or roadmap, satellite, hybrid, terrain for google 8 | TYPE="map" 9 | ;show dead devices label? 10 | DEAD_LABEL=1 11 | ;show alive devices label? 12 | ALIVE_LABEL=0 13 | ;Use canvas rendering 14 | CANVAS_RENDER=1 15 | ;device finder zoom 16 | FINDING_ZOOM=17 17 | ;Hightlight area with circle when device found 18 | FINDING_CIRCLE=1 19 | ;ignore canvas renderer for labeled placemarks (slower) 20 | CANVAS_RENDER_IGNORE_LABELED=1 21 | ;Default maps service. yandex, google and leaflet currently supported 22 | MAPS_SERVICE="leaflet" 23 | ;JS Google maps API key 24 | GMAPS_APIKEY="YOUR_API_KEY_HERE" 25 | ;Leaflet custom tile layer 26 | LEAFLET_TILE_LAYER="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/el.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/el",[],function(){return{errorLoading:function(){return"Τα αποτελέσματα δεν μπόρεσαν να φορτώσουν."},inputTooLong:function(n){var e=n.input.length-n.maximum,u="Παρακαλώ διαγράψτε "+e+" χαρακτήρ";return 1==e&&(u+="α"),1!=e&&(u+="ες"),u},inputTooShort:function(n){return"Παρακαλώ συμπληρώστε "+(n.minimum-n.input.length)+" ή περισσότερους χαρακτήρες"},loadingMore:function(){return"Φόρτωση περισσότερων αποτελεσμάτων…"},maximumSelected:function(n){var e="Μπορείτε να επιλέξετε μόνο "+n.maximum+" επιλογ";return 1==n.maximum&&(e+="ή"),1!=n.maximum&&(e+="ές"),e},noResults:function(){return"Δεν βρέθηκαν αποτελέσματα"},searching:function(){return"Αναζήτηση…"},removeAllItems:function(){return"Καταργήστε όλα τα στοιχεία"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/sr.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sr",[],function(){function n(n,e,r,t){return n%10==1&&n%100!=11?e:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?r:t}return{errorLoading:function(){return"Preuzimanje nije uspelo."},inputTooLong:function(e){var r=e.input.length-e.maximum,t="Obrišite "+r+" simbol";return t+=n(r,"","a","a")},inputTooShort:function(e){var r=e.minimum-e.input.length,t="Ukucajte bar još "+r+" simbol";return t+=n(r,"","a","a")},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(e){var r="Možete izabrati samo "+e.maximum+" stavk";return r+=n(e.maximum,"u","e","i")},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"},removeAllItems:function(){return"Уклоните све ставке"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/uk.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/uk",[],function(){function n(n,e,u,r){return n%100>10&&n%100<15?r:n%10==1?e:n%10>1&&n%10<5?u:r}return{errorLoading:function(){return"Неможливо завантажити результати"},inputTooLong:function(e){return"Будь ласка, видаліть "+(e.input.length-e.maximum)+" "+n(e.maximum,"літеру","літери","літер")},inputTooShort:function(n){return"Будь ласка, введіть "+(n.minimum-n.input.length)+" або більше літер"},loadingMore:function(){return"Завантаження інших результатів…"},maximumSelected:function(e){return"Ви можете вибрати лише "+e.maximum+" "+n(e.maximum,"пункт","пункти","пунктів")},noResults:function(){return"Нічого не знайдено"},searching:function(){return"Пошук…"},removeAllItems:function(){return"Видалити всі елементи"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/bs.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/bs",[],function(){function e(e,n,r,t){return e%10==1&&e%100!=11?n:e%10>=2&&e%10<=4&&(e%100<12||e%100>14)?r:t}return{errorLoading:function(){return"Preuzimanje nije uspijelo."},inputTooLong:function(n){var r=n.input.length-n.maximum,t="Obrišite "+r+" simbol";return t+=e(r,"","a","a")},inputTooShort:function(n){var r=n.minimum-n.input.length,t="Ukucajte bar još "+r+" simbol";return t+=e(r,"","a","a")},loadingMore:function(){return"Preuzimanje još rezultata…"},maximumSelected:function(n){var r="Možete izabrati samo "+n.maximum+" stavk";return r+=e(n.maximum,"u","e","i")},noResults:function(){return"Ništa nije pronađeno"},searching:function(){return"Pretraga…"},removeAllItems:function(){return"Uklonite sve stavke"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/fr.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;e.define("select2/i18n/fr",[],function(){return{errorLoading:function(){return"Les résultats ne peuvent pas être chargés."},inputTooLong:function(e){var n=e.input.length-e.maximum;return"Supprimez "+n+" caractère"+(n>1?"s":"")},inputTooShort:function(e){var n=e.minimum-e.input.length;return"Saisissez au moins "+n+" caractère"+(n>1?"s":"")},loadingMore:function(){return"Chargement de résultats supplémentaires…"},maximumSelected:function(e){return"Vous pouvez seulement sélectionner "+e.maximum+" élément"+(e.maximum>1?"s":"")},noResults:function(){return"Aucun résultat trouvé"},searching:function(){return"Recherche en cours…"},removeAllItems:function(){return"Supprimer tous les éléments"},removeItem:function(){return"Supprimer l'élément"}}}),e.define,e.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/sr-Cyrl.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/sr-Cyrl",[],function(){function n(n,e,r,u){return n%10==1&&n%100!=11?e:n%10>=2&&n%10<=4&&(n%100<12||n%100>14)?r:u}return{errorLoading:function(){return"Преузимање није успело."},inputTooLong:function(e){var r=e.input.length-e.maximum,u="Обришите "+r+" симбол";return u+=n(r,"","а","а")},inputTooShort:function(e){var r=e.minimum-e.input.length,u="Укуцајте бар још "+r+" симбол";return u+=n(r,"","а","а")},loadingMore:function(){return"Преузимање још резултата…"},maximumSelected:function(e){var r="Можете изабрати само "+e.maximum+" ставк";return r+=n(e.maximum,"у","е","и")},noResults:function(){return"Ништа није пронађено"},searching:function(){return"Претрага…"},removeAllItems:function(){return"Уклоните све ставке"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/pa.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/pa",[],function(){return{errorLoading:function(){return"ਨਤੀਜੇ ਲੋਡ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ।"},inputTooLong:function(n){var e=n.input.length-n.maximum;return"ਕ੍ਰਿਪਾ ਕਰਕੇ "+e+(1!=e?" ਅੱਖਰਾਂ ਨੂੰ ":" ਅੱਖਰ ")+"ਮਿਟਾਓ ।"},inputTooShort:function(n){var e=n.minimum-n.input.length;return"ਕ੍ਰਿਪਾ ਕਰਕੇ "+e+" ਜਾਂ "+e+" ਤੋਂ ਵੱਧ"+(e>1?" ਅੱਖਰਾਂ ":" ਅੱਖਰ ")+"ਦੀ ਵਰਤੋਂ ਕਰੋ ।"},loadingMore:function(){return"ਹੋਰ ਨਤੀਜੇ ਲੋਡ ਹੋ ਰਹੇ ਹਨ ...।"},maximumSelected:function(n){var e="ਤੁਸੀਂ ਸਿਰਫ਼ "+n.maximum+" ਨਤੀਜਾ ਚੁਣ ਸਕਦੇ ਹੋ ।";return 1!=n.maximum&&(e="ਤੁਸੀਂ ਸਿਰਫ਼ "+n.maximum+" ਨਤੀਜੇ ਚੁਣ ਸਕਦੇ ਹੋ ।"),e},noResults:function(){return"ਨਤੀਜਾ ਨਹੀਂ ਮਿਲ ਰਿਹਾ ਹੈ ।"},searching:function(){return"ਖ਼ੋਜ ਕਰ ਰਹੇਂ ਹਾਂ ...।"},removeAllItems:function(){return"ਸਾਰੇ ਨਤੀਜੇ ਮਿਟਾਓ ।"}}}),n.define,n.require}(); -------------------------------------------------------------------------------- /modules/jsc/select2/js/i18n/ru.js: -------------------------------------------------------------------------------- 1 | /*! Select2 4.1.0-rc.0 | https://github.com/select2/select2/blob/master/LICENSE.md */ 2 | 3 | !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ru",[],function(){function n(n,e,r,u){return n%10<5&&n%10>0&&n%100<5||n%100>20?n%10>1?r:e:u}return{errorLoading:function(){return"Невозможно загрузить результаты"},inputTooLong:function(e){var r=e.input.length-e.maximum,u="Пожалуйста, введите на "+r+" символ";return u+=n(r,"","a","ов"),u+=" меньше"},inputTooShort:function(e){var r=e.minimum-e.input.length,u="Пожалуйста, введите ещё хотя бы "+r+" символ";return u+=n(r,"","a","ов")},loadingMore:function(){return"Загрузка данных…"},maximumSelected:function(e){var r="Вы можете выбрать не более "+e.maximum+" элемент";return r+=n(e.maximum,"","a","ов")},noResults:function(){return"Совпадений не найдено"},searching:function(){return"Поиск…"},removeAllItems:function(){return"Удалить все элементы"}}}),n.define,n.require}(); --------------------------------------------------------------------------------