├── user ├── template_user_bottom.html ├── altfooter.html ├── template_user_top.html ├── altheader.html ├── altheaderfull.html ├── bottom_links.html ├── index.html ├── baslik.html ├── perl_modules.html ├── server_info.html ├── login_history.html ├── ask_security_question.html ├── plugin.html ├── bandwidth_breakdown.html ├── show_history.html ├── ticket │ ├── main_closed.html │ ├── reply.html │ ├── create.html │ ├── create_multiple.html │ └── view.html ├── email │ ├── vacation.html │ ├── list_create.html │ ├── autoresponder.html │ ├── forwarder.html │ ├── list.html │ ├── forwarder_modify.html │ ├── autoresponder_modify.html │ ├── forwarder_create.html │ ├── vacation_create.html │ ├── autoresponder_create.html │ ├── vacation_modify.html │ └── catch_all.html ├── show_log.html ├── db │ ├── db_view.html │ ├── db_user_modify.html │ └── db_user_create.html ├── content_main.html ├── mime_types_sys.html ├── apache_handlers_sys.html ├── footer.html ├── change_domain.html ├── du_breakdown.html ├── filemanager │ ├── extract.html │ ├── copy.html │ ├── protected.html │ ├── rename.html │ ├── protect.html │ └── edit.html ├── ozdiskkullanimi.html ├── mime_types.html ├── apache_handlers.html ├── frontpage.html ├── ftp │ ├── anon_settings.html │ └── ftp.html ├── additional_domains.html ├── error_pages.html ├── ssl_request.html ├── user_stats.html ├── subdomains.html ├── ssl_ca.html ├── redirects.html └── domain_pointers.html ├── admin ├── template_admin_bottom.html ├── index_user.html ├── template_admin_top.html ├── index.html ├── index_reseller.html ├── custom_httpd.html ├── admin_cron_jobs.html ├── show_services.html ├── mail_queue.html ├── show_admins.html ├── show_history.html ├── bottom_links.html ├── manage_packages_reseller.html ├── show_resellers.html ├── admin_stats.html ├── ip_manager.html ├── delete_admin.html ├── delete_reseller.html ├── show_all_users.html ├── plugin_manager.html ├── mail_id_info.html ├── file_editor.html ├── log_viewer.html ├── safe_mode.html ├── show_reseller.html ├── dns_admin.html ├── multi_server.html ├── create_admin.html ├── usermanagement.html ├── ip_manager_details.html └── custom_httpd_domain.html ├── files_custom.conf ├── reseller ├── template_reseller_bottom.html ├── template_reseller_top.html ├── index_user.html ├── bottom_links.html ├── index.html ├── ip_config.html ├── manage_packages_user.html ├── manage_tickets_closed.html ├── reseller_stats.html ├── show_history.html ├── delete_user.html ├── edit_message.html ├── nameserver.html ├── skins.html ├── change_user_passwd.html ├── manage_tickets.html ├── show_users.html ├── ticket_view_tech.html └── show_user.html ├── lang ├── en │ └── internal │ │ ├── system.txt │ │ ├── perlmodules.txt │ │ ├── spam.txt │ │ ├── difficult_password.txt │ │ ├── clear_message_system_list.txt │ │ ├── frontpage.txt │ │ ├── mimetypes.txt │ │ ├── table.txt │ │ ├── cron.txt │ │ ├── suspension.txt │ │ ├── redirect.txt │ │ ├── pass_change.txt │ │ ├── named.txt │ │ ├── ip.txt │ │ ├── security_questions.txt │ │ ├── serverinfo.txt │ │ ├── twostep_auth.txt │ │ ├── ftp.txt │ │ ├── domain.txt │ │ ├── skin.txt │ │ ├── ticket.txt │ │ ├── command_texts.txt │ │ └── authentication.txt ├── tr │ └── internal │ │ ├── system.txt │ │ ├── perlmodules.txt │ │ ├── spam.txt │ │ ├── difficult_password.txt │ │ ├── clear_message_system_list.txt │ │ ├── frontpage.txt │ │ ├── mimetypes.txt │ │ ├── cron.txt │ │ ├── table.txt │ │ ├── redirect.txt │ │ ├── suspension.txt │ │ ├── security_questions.txt │ │ ├── pass_change.txt │ │ ├── named.txt │ │ ├── ip.txt │ │ ├── ftp.txt │ │ ├── serverinfo.txt │ │ ├── skin.txt │ │ ├── twostep_auth.txt │ │ ├── domain.txt │ │ ├── ticket.txt │ │ └── command_texts.txt └── vars.pot ├── assets ├── img │ ├── file.png │ ├── ee │ │ ├── dns.gif │ │ ├── ftp.gif │ │ ├── ips.gif │ │ ├── mx.gif │ │ ├── pix.gif │ │ ├── pop.gif │ │ ├── ssl.gif │ │ ├── wb.gif │ │ ├── admin.gif │ │ ├── backup.gif │ │ ├── bg_all.gif │ │ ├── cron.gif │ │ ├── email.gif │ │ ├── file.gif │ │ ├── file.png │ │ ├── folder.gif │ │ ├── folder.png │ │ ├── help.gif │ │ ├── host.gif │ │ ├── menu2.gif │ │ ├── menu3.gif │ │ ├── menu4.gif │ │ ├── menu5.gif │ │ ├── mime.gif │ │ ├── skins.gif │ │ ├── spam.gif │ │ ├── stats.gif │ │ ├── advanced.gif │ │ ├── database.gif │ │ ├── filters.gif │ │ ├── handler.gif │ │ ├── packages.gif │ │ ├── password.gif │ │ ├── pointers.gif │ │ ├── redirect.gif │ │ ├── reseller.gif │ │ ├── sign_out.gif │ │ ├── signout.gif │ │ ├── squirrel.gif │ │ ├── sub_menu.gif │ │ ├── vacation.gif │ │ ├── add_domain.gif │ │ ├── catch_all.gif │ │ ├── create_user.gif │ │ ├── error_pages.gif │ │ ├── file_link.gif │ │ ├── file_link.png │ │ ├── filemanager.gif │ │ ├── folder_link.gif │ │ ├── folder_link.png │ │ ├── forwarders.gif │ │ ├── frontpage.gif │ │ ├── licensing.gif │ │ ├── mailinglist.gif │ │ ├── nameserver.gif │ │ ├── perl_mods.gif │ │ ├── roundcube.gif │ │ ├── server_info.gif │ │ ├── show_users.gif │ │ ├── subdomains.gif │ │ ├── autoresponder.gif │ │ ├── dir_password.gif │ │ ├── documentation.gif │ │ ├── message_admin.gif │ │ ├── message_users.gif │ │ ├── resellerlogo.gif │ │ ├── sys_services.gif │ │ ├── user_password.gif │ │ ├── admin_settings.gif │ │ ├── complete_usage.gif │ │ ├── create_reseller.gif │ │ ├── reseller_stats.gif │ │ ├── show_all_users.gif │ │ ├── show_resellers.gif │ │ └── klasorsifrekoruma.png │ ├── folder.png │ ├── ozpanel.png │ ├── fav │ │ ├── favicon.ico │ │ ├── apple-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon-96x96.png │ │ ├── ms-icon-144x144.png │ │ ├── ms-icon-150x150.png │ │ ├── ms-icon-310x310.png │ │ ├── ms-icon-70x70.png │ │ ├── apple-icon-57x57.png │ │ ├── apple-icon-60x60.png │ │ ├── apple-icon-72x72.png │ │ ├── apple-icon-76x76.png │ │ ├── android-icon-144x144.png │ │ ├── android-icon-192x192.png │ │ ├── android-icon-36x36.png │ │ ├── android-icon-48x48.png │ │ ├── android-icon-72x72.png │ │ ├── android-icon-96x96.png │ │ ├── apple-icon-114x114.png │ │ ├── apple-icon-120x120.png │ │ ├── apple-icon-144x144.png │ │ ├── apple-icon-152x152.png │ │ ├── apple-icon-180x180.png │ │ ├── apple-icon-precomposed.png │ │ ├── browserconfig.xml │ │ └── manifest.json │ ├── logo-beyaz.png │ ├── logo-siyah.png │ ├── screenshot.png │ ├── DirectAdmin-Logo.png │ ├── filemanager │ │ ├── code.png │ │ ├── doc.png │ │ ├── file.png │ │ ├── pdf.png │ │ ├── ppt.png │ │ ├── text.png │ │ ├── xls.png │ │ ├── audio.png │ │ ├── folder.png │ │ ├── image.png │ │ ├── video.png │ │ ├── compressed.png │ │ └── loadingbeyaz.gif │ └── anasayfamenusu │ │ ├── cron.png │ │ ├── dns.png │ │ ├── mime.png │ │ ├── ssl.png │ │ ├── domain.png │ │ ├── ticket.png │ │ ├── otocevap.png │ │ ├── reseller.png │ │ ├── subdomain.png │ │ ├── togglesag.png │ │ ├── togglesol.png │ │ ├── webmail.png │ │ ├── yedekleme.png │ │ ├── yenihesap.png │ │ ├── yenipaket.png │ │ ├── hatasayfasi.png │ │ ├── mxkayitlari.png │ │ ├── phpmyadmin.png │ │ ├── sifredegis.png │ │ ├── softaculous.png │ │ ├── apachehandler.png │ │ ├── diskkullanimi.png │ │ ├── domainpointer.png │ │ ├── epostafiltre.png │ │ ├── ftphesaplari.png │ │ ├── hesaplistesi.png │ │ ├── paketlistesi.png │ │ ├── php_selector.png │ │ ├── resource_usage.png │ │ ├── spamfiltresi.png │ │ ├── yeniveritabani.png │ │ ├── dosyayoneticisi.png │ │ ├── epostahesaplari.png │ │ ├── epostalisteleri.png │ │ ├── varsayilanadres.png │ │ ├── domainyonlendirme.png │ │ ├── epostayonlendirme.png │ │ ├── klasorsifrekoruma.png │ │ └── veritabanilistesi.png ├── webfonts │ ├── fa-brands-400.eot │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-regular-400.eot │ ├── fa-regular-400.ttf │ ├── fa-solid-900.eot │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-solid-900.woff2 │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.woff │ └── fa-regular-400.woff2 └── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── skin.conf ├── loggedout.html ├── confirmation.html ├── template.html ├── footer.html ├── README.md ├── files_reseller.conf └── passwd.html /user/template_user_bottom.html: -------------------------------------------------------------------------------- 1 | |HTM_FOOTERUSER| -------------------------------------------------------------------------------- /admin/template_admin_bottom.html: -------------------------------------------------------------------------------- 1 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /files_custom.conf: -------------------------------------------------------------------------------- 1 | IMG_OZPANEL=assets/img/ozpanel.png -------------------------------------------------------------------------------- /reseller/template_reseller_bottom.html: -------------------------------------------------------------------------------- 1 | |HTM_USER_BOTTOM| 2 | -------------------------------------------------------------------------------- /user/altfooter.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /reseller/template_reseller_top.html: -------------------------------------------------------------------------------- 1 | |HTM_HEADER| 2 | |HTM_HEADER2| -------------------------------------------------------------------------------- /user/template_user_top.html: -------------------------------------------------------------------------------- 1 | |HTM_HEADERUSER| 2 | |HTM_HEADER2USER| -------------------------------------------------------------------------------- /lang/en/internal/system.txt: -------------------------------------------------------------------------------- 1 | 1=KB 2 | 2=MB 3 | 3=GB 4 | 4=B 5 | 5=TB 6 | -------------------------------------------------------------------------------- /lang/tr/internal/system.txt: -------------------------------------------------------------------------------- 1 | 1=KB 2 | 2=MB 3 | 3=GB 4 | 4=B 5 | 5=TB 6 | -------------------------------------------------------------------------------- /lang/en/internal/perlmodules.txt: -------------------------------------------------------------------------------- 1 | 1=Error Executing Perl 2 | 2=Installed Perl Modules 3 | -------------------------------------------------------------------------------- /lang/tr/internal/perlmodules.txt: -------------------------------------------------------------------------------- 1 | 1=Perl Yürütülürken Sorun Çıktı 2 | 2=Kurulmuş Perl Modülleri 3 | -------------------------------------------------------------------------------- /assets/img/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/file.png -------------------------------------------------------------------------------- /assets/img/ee/dns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/dns.gif -------------------------------------------------------------------------------- /assets/img/ee/ftp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/ftp.gif -------------------------------------------------------------------------------- /assets/img/ee/ips.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/ips.gif -------------------------------------------------------------------------------- /assets/img/ee/mx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/mx.gif -------------------------------------------------------------------------------- /assets/img/ee/pix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/pix.gif -------------------------------------------------------------------------------- /assets/img/ee/pop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/pop.gif -------------------------------------------------------------------------------- /assets/img/ee/ssl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/ssl.gif -------------------------------------------------------------------------------- /assets/img/ee/wb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/wb.gif -------------------------------------------------------------------------------- /assets/img/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/folder.png -------------------------------------------------------------------------------- /assets/img/ee/admin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/admin.gif -------------------------------------------------------------------------------- /assets/img/ee/backup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/backup.gif -------------------------------------------------------------------------------- /assets/img/ee/bg_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/bg_all.gif -------------------------------------------------------------------------------- /assets/img/ee/cron.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/cron.gif -------------------------------------------------------------------------------- /assets/img/ee/email.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/email.gif -------------------------------------------------------------------------------- /assets/img/ee/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/file.gif -------------------------------------------------------------------------------- /assets/img/ee/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/file.png -------------------------------------------------------------------------------- /assets/img/ee/folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/folder.gif -------------------------------------------------------------------------------- /assets/img/ee/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/folder.png -------------------------------------------------------------------------------- /assets/img/ee/help.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/help.gif -------------------------------------------------------------------------------- /assets/img/ee/host.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/host.gif -------------------------------------------------------------------------------- /assets/img/ee/menu2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/menu2.gif -------------------------------------------------------------------------------- /assets/img/ee/menu3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/menu3.gif -------------------------------------------------------------------------------- /assets/img/ee/menu4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/menu4.gif -------------------------------------------------------------------------------- /assets/img/ee/menu5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/menu5.gif -------------------------------------------------------------------------------- /assets/img/ee/mime.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/mime.gif -------------------------------------------------------------------------------- /assets/img/ee/skins.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/skins.gif -------------------------------------------------------------------------------- /assets/img/ee/spam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/spam.gif -------------------------------------------------------------------------------- /assets/img/ee/stats.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/stats.gif -------------------------------------------------------------------------------- /assets/img/ozpanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ozpanel.png -------------------------------------------------------------------------------- /user/altheader.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | -------------------------------------------------------------------------------- /user/altheaderfull.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | -------------------------------------------------------------------------------- /assets/img/ee/advanced.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/advanced.gif -------------------------------------------------------------------------------- /assets/img/ee/database.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/database.gif -------------------------------------------------------------------------------- /assets/img/ee/filters.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/filters.gif -------------------------------------------------------------------------------- /assets/img/ee/handler.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/handler.gif -------------------------------------------------------------------------------- /assets/img/ee/packages.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/packages.gif -------------------------------------------------------------------------------- /assets/img/ee/password.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/password.gif -------------------------------------------------------------------------------- /assets/img/ee/pointers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/pointers.gif -------------------------------------------------------------------------------- /assets/img/ee/redirect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/redirect.gif -------------------------------------------------------------------------------- /assets/img/ee/reseller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/reseller.gif -------------------------------------------------------------------------------- /assets/img/ee/sign_out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/sign_out.gif -------------------------------------------------------------------------------- /assets/img/ee/signout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/signout.gif -------------------------------------------------------------------------------- /assets/img/ee/squirrel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/squirrel.gif -------------------------------------------------------------------------------- /assets/img/ee/sub_menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/sub_menu.gif -------------------------------------------------------------------------------- /assets/img/ee/vacation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/vacation.gif -------------------------------------------------------------------------------- /assets/img/fav/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/favicon.ico -------------------------------------------------------------------------------- /assets/img/logo-beyaz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/logo-beyaz.png -------------------------------------------------------------------------------- /assets/img/logo-siyah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/logo-siyah.png -------------------------------------------------------------------------------- /assets/img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/screenshot.png -------------------------------------------------------------------------------- /assets/img/ee/add_domain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/add_domain.gif -------------------------------------------------------------------------------- /assets/img/ee/catch_all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/catch_all.gif -------------------------------------------------------------------------------- /assets/img/ee/create_user.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/create_user.gif -------------------------------------------------------------------------------- /assets/img/ee/error_pages.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/error_pages.gif -------------------------------------------------------------------------------- /assets/img/ee/file_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/file_link.gif -------------------------------------------------------------------------------- /assets/img/ee/file_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/file_link.png -------------------------------------------------------------------------------- /assets/img/ee/filemanager.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/filemanager.gif -------------------------------------------------------------------------------- /assets/img/ee/folder_link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/folder_link.gif -------------------------------------------------------------------------------- /assets/img/ee/folder_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/folder_link.png -------------------------------------------------------------------------------- /assets/img/ee/forwarders.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/forwarders.gif -------------------------------------------------------------------------------- /assets/img/ee/frontpage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/frontpage.gif -------------------------------------------------------------------------------- /assets/img/ee/licensing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/licensing.gif -------------------------------------------------------------------------------- /assets/img/ee/mailinglist.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/mailinglist.gif -------------------------------------------------------------------------------- /assets/img/ee/nameserver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/nameserver.gif -------------------------------------------------------------------------------- /assets/img/ee/perl_mods.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/perl_mods.gif -------------------------------------------------------------------------------- /assets/img/ee/roundcube.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/roundcube.gif -------------------------------------------------------------------------------- /assets/img/ee/server_info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/server_info.gif -------------------------------------------------------------------------------- /assets/img/ee/show_users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/show_users.gif -------------------------------------------------------------------------------- /assets/img/ee/subdomains.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/subdomains.gif -------------------------------------------------------------------------------- /assets/img/fav/apple-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon.png -------------------------------------------------------------------------------- /admin/index_user.html: -------------------------------------------------------------------------------- 1 | |?HELP_SECTION=`USER_HELPER`| 2 | |HTM_USER_TOP| 3 | 4 | |HTM_USER_CONTENT| 5 | 6 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/template_admin_top.html: -------------------------------------------------------------------------------- 1 | |HTM_HEADER| 2 | 3 | |HTM_HEADER2| -------------------------------------------------------------------------------- /assets/img/DirectAdmin-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/DirectAdmin-Logo.png -------------------------------------------------------------------------------- /assets/img/ee/autoresponder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/autoresponder.gif -------------------------------------------------------------------------------- /assets/img/ee/dir_password.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/dir_password.gif -------------------------------------------------------------------------------- /assets/img/ee/documentation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/documentation.gif -------------------------------------------------------------------------------- /assets/img/ee/message_admin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/message_admin.gif -------------------------------------------------------------------------------- /assets/img/ee/message_users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/message_users.gif -------------------------------------------------------------------------------- /assets/img/ee/resellerlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/resellerlogo.gif -------------------------------------------------------------------------------- /assets/img/ee/sys_services.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/sys_services.gif -------------------------------------------------------------------------------- /assets/img/ee/user_password.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/user_password.gif -------------------------------------------------------------------------------- /assets/img/filemanager/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/code.png -------------------------------------------------------------------------------- /assets/img/filemanager/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/doc.png -------------------------------------------------------------------------------- /assets/img/filemanager/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/file.png -------------------------------------------------------------------------------- /assets/img/filemanager/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/pdf.png -------------------------------------------------------------------------------- /assets/img/filemanager/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/ppt.png -------------------------------------------------------------------------------- /assets/img/filemanager/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/text.png -------------------------------------------------------------------------------- /assets/img/filemanager/xls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/xls.png -------------------------------------------------------------------------------- /reseller/index_user.html: -------------------------------------------------------------------------------- 1 | |?HELP_SECTION=`USER_HELPER`| 2 | |HTM_USER_TOP| 3 | 4 | |HTM_USER_CONTENT| 5 | 6 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/cron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/cron.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/dns.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/mime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/mime.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/ssl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/ssl.png -------------------------------------------------------------------------------- /assets/img/ee/admin_settings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/admin_settings.gif -------------------------------------------------------------------------------- /assets/img/ee/complete_usage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/complete_usage.gif -------------------------------------------------------------------------------- /assets/img/ee/create_reseller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/create_reseller.gif -------------------------------------------------------------------------------- /assets/img/ee/reseller_stats.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/reseller_stats.gif -------------------------------------------------------------------------------- /assets/img/ee/show_all_users.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/show_all_users.gif -------------------------------------------------------------------------------- /assets/img/ee/show_resellers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/show_resellers.gif -------------------------------------------------------------------------------- /assets/img/fav/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/favicon-16x16.png -------------------------------------------------------------------------------- /assets/img/fav/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/favicon-32x32.png -------------------------------------------------------------------------------- /assets/img/fav/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/favicon-96x96.png -------------------------------------------------------------------------------- /assets/img/fav/ms-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/ms-icon-144x144.png -------------------------------------------------------------------------------- /assets/img/fav/ms-icon-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/ms-icon-150x150.png -------------------------------------------------------------------------------- /assets/img/fav/ms-icon-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/ms-icon-310x310.png -------------------------------------------------------------------------------- /assets/img/fav/ms-icon-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/ms-icon-70x70.png -------------------------------------------------------------------------------- /assets/img/filemanager/audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/audio.png -------------------------------------------------------------------------------- /assets/img/filemanager/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/folder.png -------------------------------------------------------------------------------- /assets/img/filemanager/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/image.png -------------------------------------------------------------------------------- /assets/img/filemanager/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/video.png -------------------------------------------------------------------------------- /assets/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /assets/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /assets/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /assets/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /assets/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /assets/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /assets/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /assets/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /assets/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /reseller/bottom_links.html: -------------------------------------------------------------------------------- 1 | Reseller Panel 2 | User Panel -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/domain.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/ticket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/ticket.png -------------------------------------------------------------------------------- /assets/img/ee/klasorsifrekoruma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/ee/klasorsifrekoruma.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-57x57.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-60x60.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-72x72.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-76x76.png -------------------------------------------------------------------------------- /assets/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /assets/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /assets/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/otocevap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/otocevap.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/reseller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/reseller.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/subdomain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/subdomain.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/togglesag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/togglesag.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/togglesol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/togglesol.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/webmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/webmail.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/yedekleme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/yedekleme.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/yenihesap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/yenihesap.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/yenipaket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/yenipaket.png -------------------------------------------------------------------------------- /assets/img/fav/android-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/android-icon-144x144.png -------------------------------------------------------------------------------- /assets/img/fav/android-icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/android-icon-192x192.png -------------------------------------------------------------------------------- /assets/img/fav/android-icon-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/android-icon-36x36.png -------------------------------------------------------------------------------- /assets/img/fav/android-icon-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/android-icon-48x48.png -------------------------------------------------------------------------------- /assets/img/fav/android-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/android-icon-72x72.png -------------------------------------------------------------------------------- /assets/img/fav/android-icon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/android-icon-96x96.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-114x114.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-120x120.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-144x144.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-152x152.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-180x180.png -------------------------------------------------------------------------------- /assets/img/filemanager/compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/compressed.png -------------------------------------------------------------------------------- /assets/img/filemanager/loadingbeyaz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/filemanager/loadingbeyaz.gif -------------------------------------------------------------------------------- /admin/index.html: -------------------------------------------------------------------------------- 1 | |?TREE=»| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | |HTM_ADMIN_CONTENT| 6 | 7 | |HTM_ADMIN_BOTTOM| -------------------------------------------------------------------------------- /admin/index_reseller.html: -------------------------------------------------------------------------------- 1 | |?HELP_SECTION=`RESELLER_HELPER`| 2 | |HTM_RESELLER_TOP| 3 | 4 | |HTM_RESELLER_CONTENT| 5 | 6 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/hatasayfasi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/hatasayfasi.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/mxkayitlari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/mxkayitlari.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/phpmyadmin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/phpmyadmin.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/sifredegis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/sifredegis.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/softaculous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/softaculous.png -------------------------------------------------------------------------------- /assets/img/fav/apple-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/fav/apple-icon-precomposed.png -------------------------------------------------------------------------------- /user/bottom_links.html: -------------------------------------------------------------------------------- 1 | 2 | » FileManager 3 | -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/apachehandler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/apachehandler.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/diskkullanimi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/diskkullanimi.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/domainpointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/domainpointer.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/epostafiltre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/epostafiltre.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/ftphesaplari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/ftphesaplari.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/hesaplistesi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/hesaplistesi.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/paketlistesi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/paketlistesi.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/php_selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/php_selector.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/resource_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/resource_usage.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/spamfiltresi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/spamfiltresi.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/yeniveritabani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/yeniveritabani.png -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/dosyayoneticisi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/dosyayoneticisi.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/epostahesaplari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/epostahesaplari.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/epostalisteleri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/epostalisteleri.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/varsayilanadres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/varsayilanadres.png -------------------------------------------------------------------------------- /user/index.html: -------------------------------------------------------------------------------- 1 | |?TREE=»| 2 | |?HELP_SECTION=`USER_HELPER`/misc.html#add| 3 | |HTM_USER_TOP| 4 | 5 | |HTM_USER_CONTENT| 6 | 7 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /assets/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/domainyonlendirme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/domainyonlendirme.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/epostayonlendirme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/epostayonlendirme.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/klasorsifrekoruma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/klasorsifrekoruma.png -------------------------------------------------------------------------------- /assets/img/anasayfamenusu/veritabanilistesi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/HEAD/assets/img/anasayfamenusu/veritabanilistesi.png -------------------------------------------------------------------------------- /reseller/index.html: -------------------------------------------------------------------------------- 1 | |?TREE=»| 2 | |?HELP_SECTION=`RESELLER_HELPER`| 3 | |HTM_RESELLER_TOP| 4 | 5 | |HTM_RESELLER_CONTENT| 6 | 7 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/spam.txt: -------------------------------------------------------------------------------- 1 | 1=Spamd is not running on your system. 2 | 2=Click Here 3 | 3=to learn how to enable it 4 | 4=Error setting the spam filter 5 | 5=Script output 6 | -------------------------------------------------------------------------------- /user/baslik.html: -------------------------------------------------------------------------------- 1 |
2 | |BASLIK| 3 |
4 |

|BASLIK|

5 | |BASLIKALT| 6 |
7 |
8 | -------------------------------------------------------------------------------- /lang/tr/internal/spam.txt: -------------------------------------------------------------------------------- 1 | 1=Sisteminizde spamd çalışmıyor. 2 | 2=Buraya Tıklayarak 3 | 3=nasıl etkinleştireceğinizi öğrenin 4 | 4=Spam süzgeci ayarlanırken sorun çıktı 5 | 5=Betik Çıktısı 6 | -------------------------------------------------------------------------------- /skin.conf: -------------------------------------------------------------------------------- 1 | ALL_DOMAINS_SELECT=value 2 | TABLES=table 3 | widgets=0 4 | config_json=1 5 | jsonformat=current 6 | skin_domain_redirect=0 7 | cache_time=0 8 | filemanager_icons=pdf:zip:gz:tar:php:txt:jpg:png:gif:html -------------------------------------------------------------------------------- /admin/custom_httpd.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Custom Httpd Configurations| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | |DOMAINS| 6 | 7 | |HTM_ADMIN_BOTTOM| 8 | 9 | -------------------------------------------------------------------------------- /user/perl_modules.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Installed Perl Modules| 2 | |?HELP_SECTION=`USER_HELPER`/scripts.html#perl| 3 | |HTM_USER_TOP| 4 | 5 | |MODULES| 6 | 7 | |HTM_USER_BOTTOM| 8 | -------------------------------------------------------------------------------- /user/server_info.html: -------------------------------------------------------------------------------- 1 | |?TREE=» System Information| 2 | |?HELP_SECTION=`USER_HELPER`/misc.html#serverinfo| 3 | |HTM_USER_TOP| 4 | 5 | |SERVERINFO| 6 | 7 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/login_history.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Login History| 2 | |HTM_USER_TOP| 3 | 4 | Here is the Login History for your latest visits
5 |
6 | |HISTORY| 7 |

8 | 9 | |HTM_USER_BOTTOM| 10 | -------------------------------------------------------------------------------- /lang/vars.pot: -------------------------------------------------------------------------------- 1 | #### Lang-specific vars 2 | 3 | #DateTime format 4 | msgid "format:datetime" 5 | msgstr "M/d/yyyy, HH:mm:ss" 6 | 7 | #Date format 8 | msgid "format:date" 9 | msgstr "M/d/yyyy" 10 | 11 | # Text Direction 12 | msgid "$direction" 13 | msgstr "ltr" -------------------------------------------------------------------------------- /admin/admin_cron_jobs.html: -------------------------------------------------------------------------------- 1 | |?TREE=» All User Cron Jobs| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 |
6 | All User Cron Jobs 7 | 8 | |CRONJOBS| 9 | 10 | |HTM_ADMIN_BOTTOM| 11 | 12 | -------------------------------------------------------------------------------- /lang/tr/internal/difficult_password.txt: -------------------------------------------------------------------------------- 1 | 0=Parola Uygun 2 | 1=Parola çok kısa (%d). En az %d karakter uzunluğunda olmalıdır 3 | 2=Parolada hem büyük hem de küçük harfler bulunmalıdır 4 | 3=Parolada !@#%$ gibi en az bir özel karakter bulunmalıdır 5 | 4=Parolada rakamlar bulunmalıdır 6 | -------------------------------------------------------------------------------- /user/ask_security_question.html: -------------------------------------------------------------------------------- 1 | |LF_STANDARD| 2 | |?TREE=» Security Question| 3 | |?HELP_SECTION=`USER_HELPER`| 4 | 5 | |HTM_USER_TOP| 6 |
7 | |WRONG_ANSWER| 8 |

9 | 10 | |QUESTION| 11 | 12 |
13 | |HTM_USER_BOTTOM| 14 | -------------------------------------------------------------------------------- /admin/show_services.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Services| 2 | |?HELP_SECTION=`ADMIN_HELPER`/sinfo.html| 3 | |HTM_ADMIN_TOP| 4 | 5 | |SERVICES_TABLE| 6 | 7 | System Information 8 | 9 | |HTM_ADMIN_BOTTOM| 10 | -------------------------------------------------------------------------------- /lang/en/internal/difficult_password.txt: -------------------------------------------------------------------------------- 1 | 0=Password OK 2 | 1=Password is too short (%d). Use at least %d characters 3 | 2=Password must have both upper and lower case characters 4 | 3=Password must have at least one special character such as !@#%$ etc.. 5 | 4=Password must have numbers 6 | -------------------------------------------------------------------------------- /lang/en/internal/clear_message_system_list.txt: -------------------------------------------------------------------------------- 1 | 1=8 2 | 2=-- anything -- 3 | 3=Brute-Force Attack detected in service log 4 | 4=is currently down 5 | 5=Your backups are now ready 6 | 6=An error occurred during the backup 7 | 7=emails have just been sent by 8 | 8=Warning: The system load average is 9 | -------------------------------------------------------------------------------- /lang/tr/internal/clear_message_system_list.txt: -------------------------------------------------------------------------------- 1 | 1=8 2 | 2=-- yok -- 3 | 3=Hizmet günlüğünde Brute-Force saldırısı algılandı 4 | 4=şu anda çalışmıyor 5 | 5=Yedekleriniz hazır 6 | 6=Yedekleme sırasında bir sorun çıktı 7 | 7=e-posta şu kullanıcı tarafından gönderildi 8 | 8=Uyarı: Sistem yükü ortalaması 9 | -------------------------------------------------------------------------------- /loggedout.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | You have been logged out 4 | 5 | 6 |


7 |
8 | You have been successfully logged out
9 | click here to log in
10 |
11 | 12 | 13 | -------------------------------------------------------------------------------- /reseller/ip_config.html: -------------------------------------------------------------------------------- 1 | |?TREE=» IP Config| 2 | |?HELP_SECTION=`RESELLER_HELPER`/ip.html| 3 | |HTM_RESELLER_TOP| 4 | |TEXT|
5 |
6 | Ip's can only be freed if there are zero users on that ip.
7 | 8 | |TABLE| 9 | 10 | |HTM_RESELLER_BOTTOM| 11 | -------------------------------------------------------------------------------- /assets/img/fav/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | #ffffff -------------------------------------------------------------------------------- /admin/mail_queue.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Mail Queue Administration| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | |TABLE| 6 | 7 |
8 |
Refresh
9 | 10 | |HTM_ADMIN_BOTTOM| 11 | 12 | -------------------------------------------------------------------------------- /admin/show_admins.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Admins| 2 | |?HELP_SECTION=`ADMIN_HELPER`/createa.html| 3 | |HTM_ADMIN_TOP| 4 | Create Admin
5 | Delete Admin
6 | 7 | |TABLE| 8 | 9 | |HTM_ADMIN_BOTTOM| -------------------------------------------------------------------------------- /admin/show_history.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Server Stats » Server History| 2 | 3 | |?HELP_SECTION=`ADMIN_HELPER`/ausage.html#history| 4 | |HTM_ADMIN_TOP| 5 | 6 | Server History
7 | 8 | |HISTORY| 9 | |HTM_ADMIN_BOTTOM| 10 | -------------------------------------------------------------------------------- /user/plugin.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Ayarlar| 2 | |?BASLIKALT=Ayarlar| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/mime.png| 4 | |?BASLIKYARDIM=Bu sayafadan Çeşitli Ayarlar Yapabilirsiniz| 5 | |?BASLIKYARDIMURL=genel/ayarlar.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | |OUTPUT| 13 | 14 | |HTM_USER_BOTTOM| 15 | -------------------------------------------------------------------------------- /lang/en/internal/frontpage.txt: -------------------------------------------------------------------------------- 1 | 1=You required a password 2 | 2=That is not your system password 3 | 3=is a symbolic link.
Enabling frontpage on this domain would be a security risk 4 | 4=Domain and password are required 5 | 5=Frontpage Successfully installed on 6 | 6=Enabled 7 | 7=Disabled 8 | 8=Enable 9 | 9=Disable 10 | 10=Frontpage Not Installed 11 | -------------------------------------------------------------------------------- /reseller/manage_packages_user.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Manage User Packages| 2 | |?HELP_SECTION=`RESELLER_HELPER`/packages.html| 3 | |HTM_RESELLER_TOP| 4 | 5 | User package manager
6 |
7 | Add Package
8 | |PACKAGES| 9 | 10 |
11 | 12 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /lang/tr/internal/frontpage.txt: -------------------------------------------------------------------------------- 1 | 1=Parolanızı yazın 2 | 2=Bu sizin sistem parolanız değil 3 | 3=bir sembolik bağlantı.
Bu etki alanı için frontpage özelliğini etkinleştirmek bir güvenlik açığı oluşturabilir 4 | 4=Etki alanı ve parola gereklidir 5 | 5=Frontpage özelliği şuraya kuruldu 6 | 6=Etkin 7 | 7=Devre Dışı 8 | 8=Etkinleştir 9 | 9=Devre Dışı Bırak 10 | 10=Frontpage Kurulmamış 11 | -------------------------------------------------------------------------------- /admin/bottom_links.html: -------------------------------------------------------------------------------- 1 | 2 | » Admin Panel 3 | 4 | 5 | » Reseller Panel 6 | 7 | 8 | » User Panel 9 | -------------------------------------------------------------------------------- /admin/manage_packages_reseller.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Manage Reseller Packages| 2 | |?HELP_SECTION=`ADMIN_HELPER`/rpackages.html| 3 | |HTM_ADMIN_TOP| 4 | 5 | Reseller package manager
6 |
7 | Add Package
8 | |PACKAGES| 9 | 10 |
11 | 12 | |HTM_ADMIN_BOTTOM| 13 | -------------------------------------------------------------------------------- /reseller/manage_tickets_closed.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Manage Tickets » View Closed Tickets| 2 | |?HELP_SECTION=`RESELLER_HELPER`/messagesystem.html| 3 | |HTM_RESELLER_TOP| 4 | 5 | Send a Message
6 | 7 | |TICKETS| 8 | 9 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /user/bandwidth_breakdown.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Bandwidth Details for 4 | |*if user| 5 | |user| 6 | |*else| 7 | |USERNAME| 8 | |*endif| 9 | 10 | 13 | 14 | 15 |
16 | |TABLE| 17 |
18 | Close Window 19 |
20 | 21 | -------------------------------------------------------------------------------- /user/show_history.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `domain` » User Stats for `USERNAME` » User History| 2 | |?HELP_SECTION=`USER_HELPER`/stats.html| 3 | |HTM_USER_TOP| 4 | 5 | User History
6 | 7 | |HISTORY| 8 | |HTM_USER_BOTTOM| 9 | -------------------------------------------------------------------------------- /reseller/reseller_stats.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Reseller Stats for `USERNAME`| 2 | |?HELP_SECTION=`RESELLER_HELPER`/rstats.html| 3 | |HTM_RESELLER_TOP| 4 | Details for user |USERNAME|

5 | |STATS| 6 |
7 | Reseller Stats
8 | Show All Users
9 | 10 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /user/ticket/main_closed.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Messaging System » View Closed Tickets| 2 | |?HELP_SECTION=`USER_HELPER`/gettingstarted.html#ticket| 3 | |HTM_USER_TOP| 4 | 5 | Create a Ticket
6 |
7 | List of closed tickets
8 | |TICKETS| 9 | 10 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/mimetypes.txt: -------------------------------------------------------------------------------- 1 | 1=Must provide a mime type or handler name and a single extention. eg: text/html or cgi-script and html 2 | 2=Only provide one extension at a time. eg: jpg and NOT jpg jpeg jpe 3 | 3=Invalid name or extension 4 | 4=Handler 5 | 5=Extensions 6 | 6=MimeType 7 | 7=Select 8 | 8=With Selected 9 | 9=Delete Extension 10 | 10=Delete Handler 11 | 11=Delete MimeType 12 | 12=or 13 | -------------------------------------------------------------------------------- /admin/show_resellers.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Resellers| 2 | |?HELP_SECTION=`ADMIN_HELPER`/listr.html| 3 | |HTM_ADMIN_TOP| 4 | Create Reseller
5 | Delete Reseller
6 |


7 | Move Users between Resellers
8 |
9 | 10 | |TABLE| 11 | 12 | |HTM_ADMIN_BOTTOM| -------------------------------------------------------------------------------- /confirmation.html: -------------------------------------------------------------------------------- 1 | |?TREE=»
Home| 2 | |HTM_USER_TOP| 3 | 4 |

5 | 6 | 7 | 16 | 17 |
8 |

Lütfen Seçim Yapın:

9 | 10 | 11 | |TEXT| 12 | 13 | 14 |

15 |
18 |

19 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/tr/internal/mimetypes.txt: -------------------------------------------------------------------------------- 1 | 1=Bir MIME türü ya da işleyici adı ile tek bir uzantı belirtilmelidir. Örnek: metin/html ya da cgi-script ve html 2 | 2=Bir kerede yalnız bir uzantı belirtin. Örnek: jpg, jpg jpeg jpe DEĞİL 3 | 3=Ad ya da uzantı geçersiz 4 | 4=İşleyici 5 | 5=Uzantılar 6 | 6=MIMETürü 7 | 7=Seçin 8 | 8=Seçilmişlerde 9 | 9=Uzantıyı Sil 10 | 10=İşleyiciyi Sil 11 | 11=MIME Türünü Sil 12 | 12=ya da 13 | -------------------------------------------------------------------------------- /user/email/vacation.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Email » Vacation Messages| 2 | |?HELP_SECTION=`USER_HELPER`/email.html#vacation| 3 | |HTM_USER_TOP| 4 | 5 | Set New Vacation Message
6 | 7 | |VACATIONS| 8 | 9 | |HTM_USER_BOTTOM| 10 | -------------------------------------------------------------------------------- /user/show_log.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `domain` » User Stats for `USERNAME` » Apache Logs| 2 | |?HELP_SECTION=`USER_HELPER`/stats.html#logs| 3 | |HTM_USER_TOP| 4 |
5 |
6 | |HTM_USER_BOTTOM| 7 | -------------------------------------------------------------------------------- /user/db/db_view.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » MySQL Setup » View `name`| 2 | |?HELP_SECTION=`USER_HELPER`/mysql.html| 3 | |HTM_USER_TOP| 4 | 5 | Create New Database User
6 | 7 | |DATABASEUSERS| 8 | 9 | |ACCESSHOSTS| 10 | 11 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/content_main.html: -------------------------------------------------------------------------------- 1 |
2 | |DOMAINTABLE| 3 |
4 | 12 |
13 | |*if ALLOWED_CMD_DOMAIN!="no"| 14 |

15 | |*endif| 16 | 17 | -------------------------------------------------------------------------------- /template.html: -------------------------------------------------------------------------------- 1 | |?BASLIK= | 2 | 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 |

8 | 9 | 10 | 20 | 21 | 22 |
11 | 12 | 17 | 18 | 19 |
23 |

24 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/admin_stats.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Server Stats| 2 | |?HELP_SECTION=`ADMIN_HELPER`/ausage.html| 3 | |HTM_ADMIN_TOP| 4 | Server Stats

5 | |STATS| 6 | 7 | 8 | 9 | 10 | 11 |
Usage Stats for |DEVICE|
Received|RX|
Transmitted|TX|
12 | 13 | |DF| 14 | 15 | |HTM_ADMIN_BOTTOM| 16 | -------------------------------------------------------------------------------- /lang/en/internal/table.txt: -------------------------------------------------------------------------------- 1 | 1=Clear Search Filter 2 | 2=Sort Selected Column in 3 | 3=Order 4 | 4=Ascending 5 | 5=Decending 6 | 6=Sub Sort Selected Column in 7 | 7=Order (when the first sort values are equal) 8 | 8=All 9 | 9=Items per page 10 | 10=Search 11 | 11=Page 12 | 12=First Page 13 | 13=Last Page 14 | 14=Advanced Search 15 | 15=No Data to Show 16 | 16=equals 17 | 17=at least 18 | 18=at most 19 | 19=contains 20 | 20=starts with 21 | 21=selected 22 | 22=Show 23 | 23=Results 24 | 24=| 25 | 25=Sort 26 | 26=Column in 27 | 27=Sub Sort 28 | -------------------------------------------------------------------------------- /user/mime_types_sys.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `domain` » Mime Types » System Mime Types| 2 | |?HELP_SECTION=`USER_HELPER`/misc.html#mime| 3 | |HTM_USER_TOP| 4 | 5 | System Mime Types
6 | |MIMETYPES| 7 |
8 | Click here for your list of installed Mime Types

9 | 10 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/cron.txt: -------------------------------------------------------------------------------- 1 | 1=To add a cron job, you require all of the following: minute, hour, dayofmonth, month, dayofweek and command 2 | 2=The times must formatted like one of the following (eg. hour, no spaces):
*
1
1-5
0-23/2
1,2,3,13,22
0-4,8-12 3 | 3=The command cannot contain any newline characters 4 | 4=Minute 5 | 5=Hour 6 | 6=Day of
Month 7 | 7=Month 8 | 8=Day of
Week 9 | 9=Command 10 | 10=Save 11 | 11=Edit 12 | 12=Delete 13 | 13=Select 14 | 14=User 15 | 15=Invalid E-Mail address. DirectAdmin login username also allowed 16 | -------------------------------------------------------------------------------- /user/apache_handlers_sys.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `domain` » Apache Handlers » System Handlers| 2 | |?HELP_SECTION=`USER_HELPER`/misc.html#handlers| 3 | |HTM_USER_TOP| 4 | 5 | System Apache Handlers
6 | |HANDLERS| 7 |
8 | Click here for your list of installed Handlers

9 | 10 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /reseller/show_history.html: -------------------------------------------------------------------------------- 1 | |*if user| 2 | |?TREE=» Stats For `user` » Reseller History| 3 | |*else| 4 | |?TREE=» Stats For `USERNAME` » Reseller History| 5 | |*endif| 6 | 7 | |?HELP_SECTION=`RESELLER_HELPER`/rstats.html#history| 8 | |HTM_RESELLER_TOP| 9 | 10 | Reseller History
11 | 12 | |HISTORY| 13 | |HTM_RESELLER_BOTTOM| 14 | -------------------------------------------------------------------------------- /lang/tr/internal/cron.txt: -------------------------------------------------------------------------------- 1 | 1=Bir zamanlanmış görev eklemek için şunları belirtmelisiniz: dakika, saat, ayın günü, haftanın günü ve komut 2 | 2=Zamanların biçimi şunlardan biri gibi olmalıdır (Örnek saat, boşluksuz):
*
1
1-5
0-23/2
1,2,3,13,22
0-4,8-12 3 | 3=Komut içinde satır sonu karakteri bulunmamalıdır 4 | 4=Dakika 5 | 5=Saat 6 | 6=Ayın
Günü 7 | 7=Ay 8 | 8=Haftanın
Günü 9 | 9=Komut 10 | 10=Kaydet 11 | 11=Düzenle 12 | 12=Sil 13 | 13=Seç 14 | 14=Kullanıcı 15 | 15=E-posta adresi geçersiz. DirectAdmin oturum açma kullanıcı adı da kullanılabilir 16 | -------------------------------------------------------------------------------- /lang/tr/internal/table.txt: -------------------------------------------------------------------------------- 1 | 1=Arama Süzgecini Sıfırla 2 | 2=Seçilmiş Sütunu Şuna Göre Sırala 3 | 3=Sıralama 4 | 4=Artan 5 | 5=Azalan 6 | 6=Seçilmiş Sütunu Şuna Göre Alt Sırala 7 | 7=Sıralama (ilk sıralama değerleri eşit olduğunda) 8 | 8=Tümü 9 | 9=Sayfadaki öge sayısı 10 | 10=Arama 11 | 11=Sayfa 12 | 12=İlk Sayfa 13 | 13=Son Sayfa 14 | 14=Gelişmiş Arama 15 | 15=Görüntülenecek Bir Veri Yok 16 | 16=şuna eşit olan 17 | 17=en az şu olan 18 | 18=en çok şu olan 19 | 19=şunu içeren 20 | 20=şununla başlayan 21 | 21=seçilmiş 22 | 22=Görüntüle 23 | 23=Sonuçlar 24 | 24=| 25 | 25=Sırala 26 | 26=Sutunu Şuna Göre 27 | 27=Alt Sıralama 28 | -------------------------------------------------------------------------------- /user/footer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | 8 |
9 |
10 | 11 | 15 |
16 |
17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /lang/en/internal/suspension.txt: -------------------------------------------------------------------------------- 1 | 1=Unable to lock user %s: %s 2 | 2=Error suspending cronjobs: %s 3 | 3=Unable to write %s's user files 4 | 4=Error suspending %s's user %s: %s 5 | 5=Script output 6 | 6=You can't suspend root. That would be BAD 7 | 7=Unable to read %s's user files 8 | 8=Won't activate %s's account because its off 9 | 9=Unable to unlock user %s: %s 10 | 10=Error activating cronjobs: %s 11 | 11=Error activating %s's user %s: %s 12 | 12=User Bandwidth 13 | 13=User Quota 14 | 14=Domain Bandwidth 15 | 15=Domain Quota 16 | 16=Reseller Bandwidth 17 | 17=Reseller Quota 18 | 18=Billing Issue 19 | 19=Abuse 20 | 20=Spam 21 | 21=Other 22 | 22=-- Reason: 23 | 23=Inactive 24 | 24=Account %s was suspended by an Admin and you only have Reseller access. You cannot unsuspend this account. 25 | -------------------------------------------------------------------------------- /admin/ip_manager.html: -------------------------------------------------------------------------------- 1 | |?TREE=» IP Manager| 2 | |?HELP_SECTION=`ADMIN_HELPER`/ipman.html| 3 | |HTM_ADMIN_TOP| 4 | |TEXT|
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
Add IP
IP
NetMask|*if HAVE_IPV6="yes"| For IPv6 IPs, use a /mask, eg: /64|*endif|
15 | |TABLE| 16 | 17 | |HTM_ADMIN_BOTTOM| 18 | -------------------------------------------------------------------------------- /reseller/delete_user.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Users » Delete a User| 2 | |?HELP_SECTION=`RESELLER_HELPER`/modify.html| 3 | |HTM_RESELLER_TOP| 4 |
5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 |
Delete User Account
Username:
11 | 12 |
15 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /admin/delete_admin.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Admins » Delete Admin| 2 | |?HELP_SECTION=`ADMIN_HELPER`/createa.html| 3 | |HTM_ADMIN_TOP| 4 |
5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 |
Delete Administrator Account
Username:
11 | 12 |
15 |
16 | |HTM_ADMIN_BOTTOM| -------------------------------------------------------------------------------- /reseller/edit_message.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Edit Email Message 4 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
Edit Email Message
Subject:
Message:
18 | 19 | -------------------------------------------------------------------------------- /reseller/nameserver.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Name Servers| 2 | |?HELP_SECTION=`RESELLER_HELPER`/nameserver.html| 3 | |HTM_RESELLER_TOP| 4 | Nameservers 5 | |IPS| 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
Set the Nameservers that will be assigned to new users
Nameserver 1
Nameserver 2
16 | 17 | 18 | |HTM_RESELLER_BOTTOM| 19 | -------------------------------------------------------------------------------- /user/change_domain.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Domain Değiştir| 2 | |?BASLIKALT=Domain adresinizi değiştirebilirsiniz| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/domain.png| 4 | |?BASLIKYARDIM=Bu sayafan Mevcut Domain adreslerinizi seçip değiştirebilirsiniz.| 5 | |?BASLIKYARDIMURL=domain/change_domain.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 |
14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
Aşağıdan Bir domain Seçin
|DOMAIN_SELECT| >>
24 | 25 | |HTM_ALT_FOOTER| 26 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/delete_reseller.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Resellers » Delete Reseller| 2 | |?HELP_SECTION=`ADMIN_HELPER`/listr.html| 3 | |HTM_ADMIN_TOP| 4 |
5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 |
Delete Reseller Account
Username:
11 | 12 |
15 |
16 | |HTM_ADMIN_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/redirect.txt: -------------------------------------------------------------------------------- 1 | 1=You require the source url path (eg: /redirect) and the destination url (eg: www.redirect.com) 2 | 2=The local url path or the destination url is invalid. 3 | 3=is not one of the listed redirect types 4 | 4=Local URL Path 5 | 5=Type 6 | 6=Redirect URL 7 | 7=Delete 8 | 8=The domain entered is invalid. It must be of the form 'sourcedomain.com' 9 | 9=That domain is on the forbidden domains list 10 | 10=You cannot use that domain as a pointer. It already exists on the server 11 | 11=Script output 12 | 12=Source Domain 13 | 13=Type 14 | 14=DNS 15 | 15=Select 16 | 16=Domain pointer %s for domain %s for user %s already exists 17 | 17=Cannot add pointer %s, you have reached your limit of %s 18 | 18=You may not use an IP for a domain name 19 | 19=Error reading domain config files 20 | 20=IP in domain config file (%s) is not valid. 21 | -------------------------------------------------------------------------------- /footer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | 8 |
9 |
10 | 11 | 15 |
16 |
17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /assets/img/fav/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "App", 3 | "icons": [ 4 | { 5 | "src": "\/android-icon-36x36.png", 6 | "sizes": "36x36", 7 | "type": "image\/png", 8 | "density": "0.75" 9 | }, 10 | { 11 | "src": "\/android-icon-48x48.png", 12 | "sizes": "48x48", 13 | "type": "image\/png", 14 | "density": "1.0" 15 | }, 16 | { 17 | "src": "\/android-icon-72x72.png", 18 | "sizes": "72x72", 19 | "type": "image\/png", 20 | "density": "1.5" 21 | }, 22 | { 23 | "src": "\/android-icon-96x96.png", 24 | "sizes": "96x96", 25 | "type": "image\/png", 26 | "density": "2.0" 27 | }, 28 | { 29 | "src": "\/android-icon-144x144.png", 30 | "sizes": "144x144", 31 | "type": "image\/png", 32 | "density": "3.0" 33 | }, 34 | { 35 | "src": "\/android-icon-192x192.png", 36 | "sizes": "192x192", 37 | "type": "image\/png", 38 | "density": "4.0" 39 | } 40 | ] 41 | } -------------------------------------------------------------------------------- /lang/tr/internal/redirect.txt: -------------------------------------------------------------------------------- 1 | 1=Kaynak adresin yolunu (Örnek: /yol) ve hedef adresini (Örnek: www.yonlendir.com) yazmalısınız 2 | 2=Yerel adres yolu ya da hedef adresi geçersiz. 3 | 3=listelenen yönlendirme türlerinden biri değil 4 | 4=Yerel Adres Yolu 5 | 5=Tür 6 | 6=Yönlendirme Adresi 7 | 7=Sil 8 | 8=Yazılan etki alanı geçersiz. 'kaynaketkialani.com' biçiminde olmalıdır 9 | 9=Bu etki alanı engellenmiş etki alanları listesinde 10 | 10=Zaten sunucu üzerinde bulunduğundan bu etki alanı yönlendirme için kullanılamaz 11 | 11=Betik Çıktısı 12 | 12=Kaynak Etki Alanı 13 | 13=Tür 14 | 14=DNS 15 | 15=Seç 16 | 16=%s etki alanı yönlendiricisi %s etki alanı ve %s kullanıcısı için zaten var 17 | 17=%s yönlendiricisi eklenemedi. %s sınırınıza ulaştınız 18 | 18=Etki alanı adı olarak bir IP adresi kullanamazsınız 19 | 19=Etki alanı yapılandırma dosyaları okunurken sorun çıktı 20 | 20=Etki alanı yapılandırma dosyasındaki (%s) IP adresi geçersiz. 21 | -------------------------------------------------------------------------------- /user/du_breakdown.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Disk Kullanımı| 2 | |?BASLIKALT=Disk kullanımını buradan yönetebilirsiniz| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/diskkullanimi.png| 4 | 5 | 6 | |HTM_USER_TOP| 7 | 8 | |HTM_ALT_HEADER| 9 | |HTM_BASLIK| 10 | 11 |
12 | Yer Kaplamayan dosyaları gizle
13 | Zaten Sistem kotasında sayılan dosyaları gizle
14 | 15 | 16 | 17 | |*if user||*endif| 18 |
19 | |TABLE| 20 | 21 |
22 | 23 | 24 | 25 | 26 |
27 | |HTM_ALT_FOOTER| 28 | |HTM_USER_BOTTOM| 29 | -------------------------------------------------------------------------------- /lang/tr/internal/suspension.txt: -------------------------------------------------------------------------------- 1 | 1=%s kullanıcısı kilitlenemedi: %s 2 | 2=Zamanlanmış görevler askıya alınırken sorun çıktı: %s 3 | 3=%s kullanıcı dosyalarına yazılamadı 4 | 4=%s kullanıcısı %s askıya alınırken sorun çıktı: %s 5 | 5=Betik Çıktısı 6 | 6=root kullanıcısı askıya alınamaz. Bu KÖTÜ bir fikir 7 | 7=%s kullanıcısının dosyaları okunamadı 8 | 8=Kapalı olduğundan %s kullanıcısının hesabı etkinleştirilemedi 9 | 9=%s kullanıcısının kilidi açılamadı: %s 10 | 10=Zamanlanmış görevler etkinleştirilirken sorun çıktı: %s 11 | 11=%s kullanıcısı %s etkinleştirilirken sorun çıktı: %s 12 | 12=Kullanıcı Bant Genişliği 13 | 13=Kullanıcı Kotası 14 | 14=Etki Alanı Bant Genişliği 15 | 15=Etki Alanı Kotası 16 | 16=Bayi Bant Genişliği 17 | 17=Bayi Kotası 18 | 18=Ödeme Yapılmadı 19 | 19=Kötüye Kullanım 20 | 20=Spam Gönderimi 21 | 21=Diğer 22 | 22=-- Neden: 23 | 23=Devre Dışı 24 | 24=%s hesabı bir Yönetici tarafından askıya alımmış. Sizin hesabınız Bayi düzeyinde olduğundan bu hesabı askıdan indiremezsiniz. 25 | -------------------------------------------------------------------------------- /reseller/skins.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Import / Manage Skins| 2 | |?HELP_SECTION=`RESELLER_HELPER`/skins.html| 3 | |HTM_RESELLER_TOP| 4 | 5 | |SKINS| 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
Upload New Skin
File:
Skin Name:
|SERVERSKIN| 
17 | 18 | You are currently using |SKIN| 19 | 20 | |HTM_RESELLER_BOTTOM| 21 | 22 | -------------------------------------------------------------------------------- /user/filemanager/extract.html: -------------------------------------------------------------------------------- 1 | |?TREE=» FileManager » `path`| 2 | |?HELP_SECTION=`USER_HELPER`/filemanager.html#extract| 3 | |HTM_USER_TOP| 4 | 5 |
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
Extract |path| to
Directory:

18 | 19 | Contents of |path|:
20 | 21 |
22 | |HTM_USER_BOTTOM| 23 | -------------------------------------------------------------------------------- /user/ozdiskkullanimi.html: -------------------------------------------------------------------------------- 1 | |HTM_USER_TOP| 2 | 3 |
4 | Hide entires which use 0 bytes
5 | Hide entires which are already included in the System Quotas (?)
6 | 7 | 8 | 9 | |*if user||*endif| 10 |
11 | |TABLE| 12 |
13 | Close Window 14 |
15 | 16 | 17 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /reseller/change_user_passwd.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Users » Change A Password| 2 | |?HELP_SECTION=`RESELLER_HELPER`/userpass.html| 3 | |HTM_RESELLER_TOP| 4 |


5 |
6 | 7 | 8 | 9 | 10 | 11 | 12 | 15 | 16 |
Change A Password
Enter Username:
Enter Password:
Re-Enter Password:
13 |

14 |
17 |
18 |


19 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/pass_change.txt: -------------------------------------------------------------------------------- 1 | 1=
%s
2 | 2=The password changing feature has been disabled 3 | 3=The new passwords do not match 4 | 4=You must provide a valid ftp address, oldpassword, password1 and password2 5 | 5=Cannot find that domain in the domainowners file 6 | 6=You must provide a valid email address, oldpassword, password1 and password2 7 | 7=Password is not valid 8 | 8=Cannot find a valid system username in the domainowners file. 9 | 9=Cannot change the password for a system account. Login to the control panel to do that. 10 | 10=Cannot change the password for this email account. The account is currently on a suspended domain. 11 | 11=That ftp_password file does not exist 12 | 12=That domain does not exist 13 | 13=Invalid Username or Password 14 | 14=Error Saving Password: %s 15 | 15=Unable to read domainowners file 16 | 16=Error while saving password 17 | 17=Password Saved! 18 | 18=A message for that user already exists 19 | 19=Vacation Message set 20 | 20=Vacation Message updated 21 | 21=Vacation Message Deleted 22 | 22=No vacation message set 23 | -------------------------------------------------------------------------------- /user/mime_types.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Mime| 2 | |?BASLIKALT=Mime Tiplerini buradan yönetebilirsiniz| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/mime.png| 4 | 5 | 6 | |HTM_USER_TOP| 7 | 8 | |HTM_ALT_HEADER| 9 | |HTM_BASLIK| 10 | 11 |

Yeni Mime tipi ekle

12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
Tip:Uzantı
25 |

26 |

Tanımlanan Mime Tipleri

27 | 28 | |MIMETYPES| 29 |
30 | Sisteme Kayıtlı Tüm Mime tipleri listesi

31 | 32 | 33 |
34 | |HTM_ALT_FOOTER| 35 | |HTM_USER_BOTTOM| 36 | -------------------------------------------------------------------------------- /lang/tr/internal/security_questions.txt: -------------------------------------------------------------------------------- 1 | 1=22 2 | 2=En iyi çocukluk arkadaşınızın adı nedir? 3 | 3=Eşiniz ya da kıymetliniz ile hangi şehirde tanıştınız? 4 | 4=Çocukluktaki takmak adınız neydi? 5 | 5=3. sınıftayken hangi sokakta oturuyordunuz? 6 | 6=En büyük kardeşinizin doğum ayı ve yılı nedir? (Örnek: Ocak 1990) 7 | 7=En büyük çocuğunuzun ikinci adı nedir? 8 | 8=En büyük kardeşinizin ikinci adı nedir? 9 | 9=6. sınıfta hangi okula gidiyordunuz? 10 | 10=Çocukluğunuzdaki telefon numaranız bölge koduyla birlikte neydi? (Örnek: 000-000-0000) 11 | 11=En büyük kuzeninizin adı ve soyadı nedir? 12 | 12=İlk evcil hayvanınızın adı neydi? 13 | 13=Anne ve babanız hangi şehirde tanışmış? 14 | 14=Satın aldığınız ilk müzik hangisiydi? 15 | 15=İlk evinizin sokağı hangisiydi? 16 | 16=3. sınıftaki öğretmeninizin adı neydi? 17 | 17=En yakın kardeşiniz hangi şehirde yaşıyor? 18 | 18=En büyük kardeşinizin doğum ayı ve yılı nedir? (Örnek: Ocak 1990) 19 | 19=Anneannenizin kızlık soyadı neydi? 20 | 20=İlk işe başladığınız il ya da ilçe hangisiydi? 21 | 21=Düğününüzün yapıldığı yerin adı neydi? 22 | 22=Gitmek isteyip gidemediğiniz etkinlik hangisiydi? 23 | -------------------------------------------------------------------------------- /lang/en/internal/named.txt: -------------------------------------------------------------------------------- 1 | 1=User added to named.conf file successfully 2 | 2=Script output 3 | 3=Domain has already been deleted. It wasn't in the named.conf file 4 | 4=Unable to read zone file to increase serial 5 | 5=Unable to write zone file to increase serial 6 | 6=Unable to save dns zone: named-checkzone returned: 7 | 7=Warning from named-checkzone: 8 | 8=Added record %s %s %s to satisfy %s NS %s 9 | 9=Please check the zone for %s to ensure the nameserver A records are correct. 10 | 10=DNSSEC - DNS Security 11 | 11=Keys 12 | 12=Not yet generated 13 | 13=Signed 14 | 14=Not yet signed 15 | 15=Sign 16 | 16=Generate Keys 17 | 17=Keys listed below 18 | 18=Created 19 | 19=Publish 20 | 20=Activate 21 | 21=Key ID 22 | 22=Key 23 | 23=Info below 24 | 24=Invalid Domain Name 25 | 25=%sZone Keys are newer than the Zone Signinging. Re-sign your zone.%s 26 | 26=%sZone Signing has expired. Re-sign your zone.%s 27 | 27=Expiry 28 | 28=Unable to read DS file %s 29 | 29=Unable to read zonefile for %s 30 | 30=Unable to write zonefile for %s 31 | 31=DNSSEC Keys generated 32 | 32=There is only 1 %s record for %s=%s, not removing it 33 | -------------------------------------------------------------------------------- /user/email/list_create.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Yeni E-Posta Listesi| 2 | |?BASLIKALT=Yeni bir E-Posta Listesi Oluşturun| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/epostalisteleri.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yeni Bir E-Posta Listesi Oluşturabilirsiniz| 5 | |?BASLIKYARDIMURL=email/list_create.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 |
13 | 14 | 15 | 16 |
17 | 18 |
19 | 20 |
21 | @|DOMAIN| 22 |
23 |
24 |
25 | 26 | 27 |
28 | 29 | 30 | |HTM_ALT_FOOTER| 31 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/apache_handlers.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Apache Handlers| 2 | |?HELP_SECTION=`USER_HELPER`/misc.html#handlers| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
Add Apache Handler
Handler:Extension
18 |
19 | User Installed Apache Handlers
20 | |HANDLERS| 21 |
22 | Click here for a list of the current Apache Handlers installed on the system

23 | 24 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/tr/internal/pass_change.txt: -------------------------------------------------------------------------------- 1 | 1=
%s
2 | 2=Parola değiştirme özelliği devre dışı bırakılmış 3 | 3=Yeni parola ile onayı aynı değil 4 | 4=Geçerli bir FTP adresi, eski parola, yeni parola ve yeni parola onayını yazmalısınız 5 | 5=domainowners dosyasında bu etki alanı bulunamadı 6 | 6=Geçerli bir e-posta adresi, eski parola, yeni parola ve yeni parola onayını yazmalısınız 7 | 7=Parola geçersiz 8 | 8=domainowners dosyasında geçerli bir sistem kullanıcı adı bulunamadı. 9 | 9=Bir sistem hesabının parolası değiştirilemez. Bu hesabın parolasını deiştirmek için yönetim panosunda oturum açın. 10 | 10=Bu hesap askıya alınmış olduğundan bu e-posta adresinin parolası değiştirilemez. 11 | 11=Bu ftp_password dosyası bulunamadı 12 | 12=Bu etki alanı bulunamadı 13 | 13=Kullanıcı Adı ya da Parola geçersiz 14 | 14=Parola Kaydedilirken Sorun Çıktı: %s 15 | 15=domainowners dosyası okunamadı 16 | 16=Parola kaydedilirken sorun çıktı 17 | 17=Parola Kaydedildi! 18 | 18=Bu kullanıcı için bir ileti zaten var 19 | 19=Tatil Bildirimi Ayarlandı 20 | 20=Tatil Bildirimi Güncellendi 21 | 21=Tatil Bildirimi Silindi 22 | 22=Henüz bir tatil bildirimi ayarlanmamış 23 | -------------------------------------------------------------------------------- /user/frontpage.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Frontpage Extensions| 2 | |?HELP_SECTION=`USER_HELPER`/frontpage.html| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 19 | 20 | 21 |
Frontpage Extensions
Status:|FPSTATUS|
Username:|USER|
Your Password: (Required for install)
16 | 17 | 18 |
22 |
23 |
Frontpage Admin
24 | |HTM_USER_BOTTOM| 25 | -------------------------------------------------------------------------------- /user/email/autoresponder.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Otomatik Cevaplama| 2 | |?BASLIKALT=E-Posta Sunucunuzun Otomatik Cevaplaması| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/otocevap.png| 4 | |?BASLIKYARDIM=Bu sayafadan E-Posta Sunucusunun Otomatik Cevaplama Ayarlarını Yapabilrsiniz.| 5 | |?BASLIKYARDIMURL=email/autoresponder.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 | Yeni Otomatik Cevap Oluştur
14 |
15 | 16 | 17 | |$/usr/local/bin/php 18 | "class='table table-bordered table-striped'", 25 | " " "class='selectclass ml5 mr5'", 27 | " "$aa) { 30 | $data = str_replace($bb,$aa,$data); 31 | } 32 | 33 | echo $data; 34 | 35 | ?> 36 | DONE| 37 | 38 | |HTM_ALT_FOOTER| 39 | |HTM_USER_BOTTOM| 40 | -------------------------------------------------------------------------------- /admin/show_all_users.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show All Users| 2 | |?HELP_SECTION=`ADMIN_HELPER`/showall.html| 3 | |HTM_ADMIN_TOP| 4 | 5 | Delete a User
6 | 7 | 8 | 9 | 24 | 25 |
10 | Show Domains that Contain 15 | 16 | 17 | 18 | 19 | 20 | 21 |      22 | 23 |
26 | 27 | 31 | 32 | |TABLE| 33 | 34 | |HTM_ADMIN_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/ip.txt: -------------------------------------------------------------------------------- 1 | 1=-- None Available -- 2 | 2=Script output 3 | 3=Not a valid IP Address 4 | 4=There are still Users on %s. Remove them from the IP first and set it to 'free'. 5 | 5=%s is not set to 'free' or is still assigned to a reseller 6 | 6=%s is not a valid ip range. Use: 1.2.3.4-10 7 | 7=Invalid IP (1.2.3.4) or IP range (1.2.3.4-5) 8 | 8=or IPv6 (1:2:3:4:5:6:7:8) or IPv6 range (1:2:3:4:5:6:7:8-9) 9 | 9=Invalid Netmask 10 | 10=Select 11 | 11=Share Selected 12 | 12=Free Selected 13 | 13=IP 14 | 14=Status 15 | 15=User(s) 16 | 16=Nameserver 17 | 17=Assign to 18 | 18=Remove from Reseller 19 | 19=Clear NS 20 | 20=Delete Selected 21 | 21=Reseller 22 | 22=Netmask 23 | 23=Gateway 24 | 24=Add to DNS 25 | 25=Linked IPs 26 | 26=Un-Link 27 | 27=With selected 28 | 28=Add to Apache 29 | 29=Select an IP to Link to %s 30 | 30=Link 31 | 31=That IP is not available for linking 32 | 32=Error writing %s: %s 33 | 33=One (or more) of the selected IPs are not currently in your list 34 | 34=Flush from DNS 35 | 35=Rewrite Apache 36 | 36=Apply to existing Domains 37 | 37=Variable 'ip' is missing from the submission 38 | 38=Couldn't find any IPs of any type to give User. Ensure the Reseller's ip.list has some usable IPs. 39 | -------------------------------------------------------------------------------- /user/email/forwarder.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Yeni Forwarder (İletici)| 2 | |?BASLIKALT=Yeni Bir Forwarder (İletici) Ekleyin| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/epostahesaplari.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yeni bir Forwarder (İletici) Ekleyebilirsiniz.| 5 | |?BASLIKYARDIMURL=email/forwarder.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | Yeni Forwarder (İletici) Oluştur
13 |
14 | 15 | |$/usr/local/bin/php 16 | "class='table table-bordered table-striped'", 23 | "class=selectclass" => "class='selectclass ml5 mr5'", 24 | " " "", 26 | "   or   " => "   yada   " 27 | ); 28 | foreach ($napak as $bb=>$aa) { 29 | $data = str_replace($bb,$aa,$data); 30 | } 31 | 32 | echo $data; 33 | 34 | ?> 35 | DONE| 36 | 37 | 38 | |HTM_ALT_FOOTER| 39 | |HTM_USER_BOTTOM| 40 | -------------------------------------------------------------------------------- /lang/tr/internal/named.txt: -------------------------------------------------------------------------------- 1 | 1=Kullanıcı named.conf dosyasına eklendi 2 | 2=Betik Çıktısı 3 | 3=Etki alanı zaten silinmiş. named.conf dosyasında yok 4 | 4=Seri numarasını arttırmak için bölge dosyası okunamadı 5 | 5=Seri numarasını arttırmak için bölge dosyasına yazılamadı 6 | 6=DNS bölgesi kaydedilemedi: named-checkzone sonucu: 7 | 7=named-checkzone uyarısı: 8 | 8=%s %s %s kaydı %s NS %s karşılamak için eklendi 9 | 9=Lütfen ad sunucu A kayıtlarının doğru olduğundan emin olmak için %s bölgesini denetleyin. 10 | 10=DNSSEC - DNS Güvenliği 11 | 11=Anahtarlar 12 | 12=Henüz üretilmemiş 13 | 13=İmzalanmış 14 | 14=Henüz imzalanmamış 15 | 15=İmzala 16 | 16=Anahtarları Üret 17 | 17=Anahtarlar aşağıda görülebilir 18 | 18=Oluşturulma 19 | 19=Yayınla 20 | 20=Etkinleştir 21 | 21=Anahtar Kodu 22 | 22=Anahtar 23 | 23=Bilgileri aşağıda 24 | 24=Etki Alanı Adı Geçersiz 25 | 25=%sBölge Anahtarları Bölge İmzasından daha yeni. Bölgenizi yeniden imzalayın.%s 26 | 26=%sBölge İmzasının süresi geçmiş. Bölgenizi yeniden imzalayın.%s 27 | 27=Sona erme 28 | 28=%s DS dosyası okunamadı 29 | 29=%s bölge dosyası okunamadı 30 | 30=%s bölge dosyasına yazılamadı 31 | 31=DNSSEC anahtarları üretildi 32 | 32=Yalnız 1 %s kaydı (%s=%s için) var, kaldırılmadı 33 | -------------------------------------------------------------------------------- /user/email/list.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=E-Posta Listeleri| 2 | |?BASLIKALT=E-Posta Listelerinizi Yönetin| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/epostalisteleri.png| 4 | |?BASLIKYARDIM=Bu sayafadan E-Posta Listelerinizi Yönetebilirsiniz| 5 | |?BASLIKYARDIMURL=email/list.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 | Yeni E-Posta Listesi
14 | 15 |
16 | |$/usr/local/bin/php 17 | "class='table table-bordered table-striped'", 24 | " " "class='selectclass ml5 mr5'", 26 | " " "", 28 | "   or   " => "   yada   " 29 | ); 30 | foreach ($napak as $bb=>$aa) { 31 | $data = str_replace($bb,$aa,$data); 32 | } 33 | 34 | echo $data; 35 | 36 | ?> 37 | DONE| 38 | 39 | |HTM_ALT_FOOTER| 40 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/email/forwarder_modify.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Email » Forwarders » Modify `user`| 2 | |?HELP_SECTION=`USER_HELPER`/email.html#forwarders| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 18 |
Create E-Mail Forwarder
Forwarder Name:|FORWARDERNAME|@|DOMAIN|
Destination Email: (Where you want it to go)
15 | 16 |
19 | 20 | |HTM_USER_BOTTOM| 21 | -------------------------------------------------------------------------------- /admin/plugin_manager.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Plugin Manager| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | 6 | |PLUGINS| 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
Add Plugin - Select Upload Method
Url Enter the URL location where the plugin can be downloaded
File Upload the plugin from your local computer
Password:     Install after upload   
22 |


23 | 24 | |HTM_ADMIN_BOTTOM| 25 | 26 | -------------------------------------------------------------------------------- /user/filemanager/copy.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Dosya Yöneticisi - Kopyala| 2 | |?BASLIKALT=Dosyalarınızı Yönetin - Kopyala| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/dosyayoneticisi.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yüklenmiş dosyalarınızı Kopyalayabilirsiniz| 5 | |?BASLIKYARDIMURL=filemanager/rename.html| 6 | 7 | |HTM_USER_TOP| 8 | |HTM_ALT_HEADER| 9 | |HTM_BASLIK| 10 | 11 | 12 |
13 | 14 | 15 | 16 |
17 | 18 | 19 |
20 |
21 |
22 | 23 | 24 |
25 |
26 | 27 | 28 | 29 | 30 | 31 |
32 | 33 | 34 | |HTM_ALT_FOOTER| 35 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/mail_id_info.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Mail Queue Administration| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 |
6 |
7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
E-Mail Headers
E-Mail Body Chunk
Log
24 | 25 | |HTM_ADMIN_BOTTOM| 26 | 27 | -------------------------------------------------------------------------------- /lang/en/internal/security_questions.txt: -------------------------------------------------------------------------------- 1 | 1=22 2 | 2=What is the name of your favorite childhood friend? 3 | 3=In what city did you meet your spouse/significant other? 4 | 4=What was your childhood nickname? 5 | 5=What street did you live on in third grade? 6 | 6=What is your oldest sibling's birthday month and year? (e.g: January 1970) 7 | 7=What is the middle name of your oldest child? 8 | 8=What is your oldest sibling's middle name? 9 | 9=What school did you attend for sixth grade? 10 | 10=What was your childhood phone number including area code? (e.g: 000-000-0000) 11 | 11=What is your oldest cousin's first and last name? 12 | 12=What was the name of your first stuffed animal? 13 | 13=In what city or town did your mother and father meet? 14 | 14=Where were you when you had your first kiss? 15 | 15=What is the first name of the boy or girl that you first kissed? 16 | 16=What was the last name of your third grade teacher? 17 | 17=In what city does your nearest sibling live? 18 | 18=What is your oldest brother's birthday month and year? (e.g: January 1970) 19 | 19=What is your maternal grandmother's maiden name 20 | 20=In what city or town was your first job? 21 | 21=What is the name of the place your wedding reception was held? 22 | 22=What is the name of a college you applied to but didn't attend? 23 | -------------------------------------------------------------------------------- /user/ftp/anon_settings.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Ftp Setup » Anonymouse Ftp Settings| 2 | |?HELP_SECTION=`USER_HELPER`/ftp.html#anonftp| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 18 | 19 |
Setup Anonymous FTP
Allow Anonymous Access:
Allow Anonymous Upload
Welcome Message:
16 | 17 |
20 | 21 | |HTM_USER_BOTTOM| 22 | -------------------------------------------------------------------------------- /reseller/manage_tickets.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Manage Tickets| 2 | |?HELP_SECTION=`RESELLER_HELPER`/messagesystem.html| 3 | |HTM_RESELLER_TOP| 4 | 5 | Send a Message
6 | View Closed Tickets|NEWCLOSED|
7 | 8 | 9 | |TICKETS| 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
Ticket Options
Ticket System Enabled.   If disabled, show
Email a copy of all messages to
25 | 26 | |HTM_RESELLER_BOTTOM| 27 | -------------------------------------------------------------------------------- /user/filemanager/protected.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Sifre Koruma| 2 | |?BASLIKALT=Klasörlere Sifre Koruma| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/klasorsifrekoruma.png| 4 | |?BASLIKYARDIM=Bu sayafadan Klasörlerinize Sifre Koyabilirsiniz| 5 | |?BASLIKYARDIMURL=filemanager/protected.html| 6 | 7 | 8 | |HTM_USER_TOP| 9 | 10 | |HTM_ALT_HEADER| 11 | |HTM_BASLIK| 12 | 13 | 14 | 15 | Şifre Korulmalı Klasör Oluştur
16 |
17 | 18 |
19 |

Şire Korumalı Klasörler

20 | |$/usr/local/bin/php 21 | "class='table table-bordered table-striped'", 28 | " " "class='selectclass ml5 mr5'", 30 | " " "", 32 | "   or   " => "   yada   " 33 | ); 34 | foreach ($napak as $bb=>$aa) { 35 | $data = str_replace($bb,$aa,$data); 36 | } 37 | 38 | echo $data; 39 | 40 | ?> 41 | DONE| 42 | 43 | 44 | |HTM_ALT_FOOTER| 45 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/additional_domains.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Domain Yönetimi| 2 | |?BASLIKALT=Domainlerinizin Listesi| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/domain.png| 4 | |?BASLIKYARDIM=Bu sayafan Mevcut Domain adreslerinizi Yönetebilirsiniz.| 5 | |?BASLIKYARDIMURL=domain/additional_domains.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | Yeni Domain ekle   13 | Domain Adını Değiştir

14 | 15 | |$/usr/local/bin/php 16 | "class='table table-bordered table-striped'", 23 | "class=selectclass" => "class='selectclass ml5 mr5'", 24 | " " "", 26 | "   or   " => "   yada   " 27 | ); 28 | foreach ($napak as $bb=>$aa) { 29 | $data = str_replace($bb,$aa,$data); 30 | } 31 | 32 | echo $data; 33 | 34 | ?> 35 | DONE| 36 | 37 | 38 | 39 | 40 | 41 | |HTM_ALT_FOOTER| 42 | |HTM_USER_BOTTOM| 43 | -------------------------------------------------------------------------------- /user/filemanager/rename.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Dosya Yöneticisi - Yeniden Adlandır| 2 | |?BASLIKALT=Dosyalarınızı Yönetin - Yeniden Adlandır| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/dosyayoneticisi.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yüklenmiş dosyalarınızı Yeniden Adlandırabilirsiniz| 5 | |?BASLIKYARDIMURL=filemanager/rename.html| 6 | 7 | |HTM_USER_TOP| 8 | |HTM_ALT_HEADER| 9 | |HTM_BASLIK| 10 | 11 | 12 |
13 | 14 | 15 | 16 |
17 | 18 | 19 |
20 |
21 |
22 | 23 | 24 |
25 |
26 | 27 | 28 | 29 | 30 | 31 |
32 | 33 | 34 | |HTM_ALT_FOOTER| 35 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/ticket/reply.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Messaging System » View `type` `number` » Reply to Ticket| 2 | |?HELP_SECTION=`USER_HELPER`/gettingstarted.html#ticket| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 22 | 23 | 24 |
Add a Reply to Ticket
Subject:|subject|
Message:
20 | 21 |
25 | 26 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/email/autoresponder_modify.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Otomatik Cevaplama Düzenle| 2 | |?BASLIKALT=Seçtiğiniz Otomatik Cevaplamayı Düzenle| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/otocevap.png| 4 | |?BASLIKYARDIM=Bu sayafadan Seçtiğiniz Otomatik Cevaplama Mesajını Düzenleyebilirsiniz| 5 | |?BASLIKYARDIMURL=email/autoresponder_modify.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 |
19 | 20 | |USER|@|DOMAIN| 21 |
22 | 23 |
24 | 25 | 26 |
27 | 28 |
29 | 30 | 31 |
32 | 33 | 34 | 35 |
36 | 37 | |HTM_ALT_FOOTER| 38 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/serverinfo.txt: -------------------------------------------------------------------------------- 1 | 1=Unable to read system uptime 2 | 2=%d Days, %d Hours and %d Minutes 3 | 3=Running 4 | 4=*** Stopped *** 5 | 5=Name 6 | 6=Value 7 | 7=Processor Name 8 | 8=Vendor ID 9 | 9=Processor Speed (MHz) 10 | 10=Total Memory 11 | 11=Free Memory 12 | 12=Total Swap Memory 13 | 13=Free Swap Memory 14 | 14=System Uptime 15 | 15=Select 16 | 16=Send Signal 17 | 17=%sAre you sure you want to kill these processes?%s 18 | 18=Unable to authenitcate: Check your password for syntax 19 | 19=Unable to authenticate: Invalid password 20 | 20=Installed 21 | 21=ID 22 | 22=IP 23 | 23=User 24 | 24=Attempts 25 | 25=Filter 26 | 26=Log Entry 27 | 27=Login Failures 28 | 28=Notified 29 | 29=Yes 30 | 30=No 31 | 31=IP Info 32 | 32=First 33 | 33=Last 34 | 34=IP/User 35 | 35=You must select something 36 | 36=Error writing %s : %s 37 | 37=Date Added 38 | 38=Comments 39 | 39=Remove From Skip List 40 | 40=Provided value is not an IP 41 | 41=Provided value is not a Username or Email address 42 | 42=show_blocked_ips.sh output: 43 | 43=Cannot find show_blocked_ips.sh 44 | 44=UnBlock 45 | 45=Date Blocked 46 | 46=Cannot find %s 47 | 47=Info 48 | 48=Provided value is not valid. Provide either an IP, an IP range, domain, or wildcard domain (*.domain.com)
More Info 49 | 49=Blocked 50 | 50=user_brutecount disabled 51 | 51=Stopped 52 | -------------------------------------------------------------------------------- /user/db/db_user_modify.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » MySQL Setup » View `NAME` » Modify `USER`| 2 | |?HELP_SECTION=`USER_HELPER`/mysql.html#password| 3 | |HTM_USER_TOP| 4 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 25 | 26 |
Modify User |USER| in database |NAME|
Username Password:
Confirm Password:
23 | 24 |
27 | 28 | |HTM_USER_BOTTOM| 29 | -------------------------------------------------------------------------------- /user/ftp/ftp.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=FTP Hesapları| 2 | |?BASLIKALT=FTP Hesaplarının Yönetimi| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/ftphesaplari.png| 4 | |?BASLIKYARDIM=Bu sayafadan FTP Hesaplarını ve Ayarlarını Yönetebilirsiniz| 5 | |?BASLIKYARDIMURL=ftp/ftp.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | Yeni FTP Hesabı Oluştur   13 | Anonim FTP Hesabı Ayarları    Anonim Girişi: |ANONLOGIN|
14 |
15 | |$/usr/local/bin/php 16 | "class='table table-bordered table-striped'", 23 | " " "class='selectclass ml5 mr5'", 25 | " " "", 27 | "   or   " => "   yada   " 28 | ); 29 | foreach ($napak as $bb=>$aa) { 30 | $data = str_replace($bb,$aa,$data); 31 | } 32 | 33 | echo $data; 34 | 35 | ?> 36 | DONE| 37 | 38 | 39 | |HTM_ALT_FOOTER| 40 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /reseller/show_users.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Users| 2 | |?HELP_SECTION=`RESELLER_HELPER`/modify.html| 3 | |HTM_RESELLER_TOP| 4 | Create User
5 | Delete User
6 | Change A Users Password
7 |
8 | Modify your own User data 9 | 10 | 11 | 12 | 27 | 28 |
13 | Show Domains that Contain 18 | 19 | 20 | 21 | 22 | 23 | 24 |      25 | 26 |
29 | 30 | 34 | 35 | |TABLE| 36 | 37 | Click on the username to modify their account 38 | |HTM_RESELLER_BOTTOM| 39 | -------------------------------------------------------------------------------- /lang/en/internal/twostep_auth.txt: -------------------------------------------------------------------------------- 1 | 1=%s does not exist. 2 | 2=Unable to read data from %s 3 | 3=Unable to get lock on %s 4 | 4=Error writing %s: %s 5 | 5=%s%s has been blocked in %s to prevent further attempts on the account. 6 | 6=Warning: %s has a valid password for %s but failed the Two-Step Authentication code %s times. 7 | 7=The IP %s has provided the correct password for the %s account.%cHowever, after %s attempts, they were not able to provide a valid Two-Step Authentication code, so no access was granted.%cIf this is not your IP, change your password.%s 8 | 8=Two-Step Auth secret is not set. 9 | 9=Enter your Two-Step Authentication Code 10 | 10=Submit 11 | 11=Code 12 | 12=%sYour IP will be blacklisted 13 | 13=Invalid Two-Step Auth code 14 | 14=Scratch Codes 15 | 15=Date Created 16 | 16=Select 17 | 17=Delete 18 | 18=Add Codes 19 | 19=New Secret Set: %s
Be sure to re-scan the QR code, as all old codes become invalid. 20 | 20=Valid 21 | 21=Get the code from your phone's app, or use a backup scratch code. 22 | 22=Never 23 | 23=%s Day(s) 24 | 24=%s Week(s) 25 | 25=%s Month(s) 26 | 26=Expires 27 | 27=Invalid characters in description. Allowed %s 28 | 28=Print 29 | 29=The code is valid, but for a different time.
Check the time on both your server and your phone.
Time slice discrepancy = %d
30 | 30=%s Trust this device for %d days 31 | 31=Please generate a secret before adding the scratch codes 32 | -------------------------------------------------------------------------------- /user/ticket/create.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Messaging System » Create a `TYPE`| 2 | |?HELP_SECTION=`USER_HELPER`/gettingstarted.html#ticket| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 18 | 19 | 20 | 21 | 27 | 28 | 29 |
Create |TYPE|
To:|TCKTTO|Priority: 13 |
Subject:
Message:
22 | |*if SHOW_EML_ONLY="yes"| 23 | Email Only  24 | |*endif| 25 | 26 |
30 | 31 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/file_editor.html: -------------------------------------------------------------------------------- 1 | |?TREE=» File Editor| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | |*if SAVED="yes"| 6 |
7 |
|file| Saved
8 |
9 | |*endif| 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 23 | 39 | 40 |
File Editor
Select a file to edit |FILES|
20 | 22 |
24 | 25 | |*if REQUIRE_ROOT_AUTH="yes"| 26 | 27 | This file is tagged as secure. Root password required to edit:
28 | |*endif| 29 | 30 | |*if file| 31 | |file| 32 | |*endif| 33 | 34 | |*if REQUIRE_ROOT_AUTH!="yes"| 35 | 36 | |*endif| 37 | 38 |
41 | 42 | 43 | |HTM_ADMIN_BOTTOM| 44 | 45 | -------------------------------------------------------------------------------- /lang/en/internal/ftp.txt: -------------------------------------------------------------------------------- 1 | 1=Unable to create directory 2 | 2=Unable to write to the system ftp passwd file to add the user to it. 3 | 3=Unable to read the system ftp passwd file to add the user to it. 4 | 4=Unable to get the user's crypted password for the ftp passwd file 5 | 5=Unable to write the main ftp password file. Your changes will not take effect. 6 | 6=Unable to write the system ftp passwd file to remove the system ftp user 7 | 7=Unable to read the system ftp passwd file to remove the system ftp user 8 | 8=user, passwd, passwd2 and type are required 9 | 9=That user already exists 10 | 10=That user is reserved for the anonymous account 11 | 11=That is not a valid path. Either it is not in your home directory, it doesn't exist, it contains symbolic links, or it contains invalid characters 12 | 12=Unknown ftp type 13 | 13=That user doesn't exist 14 | 14=Ftp account changed 15 | 15=Account 16 | 16=Server Path 17 | 17=Password 18 | 18=Select 19 | 19=change 20 | 20=Delete Selected 21 | 21=The ftp user %s does not exist in passwd file %s 22 | 22=You require a domain, anon, anonup and a message 23 | 23=You are not allowed to enable anonymous ftp 24 | 24=You need to specify a domain 25 | 25=Cannot restore the ftp account for %s. You have reached your limit (%s). 26 | 26=Script output 27 | 27=Unable to get lock on %s 28 | 28=That user contains the ftp separator (%c) which cannot be in the username. 29 | 29=Suspend 30 | 30=Unsuspend 31 | 31=Suspended 32 | 32=Yes 33 | 33=No 34 | -------------------------------------------------------------------------------- /lang/tr/internal/ip.txt: -------------------------------------------------------------------------------- 1 | 1=-- Kullanılabilecek Yok -- 2 | 2=Betik Çıktısı 3 | 3=IP Adresi Geçersiz 4 | 4=%s adresine atanmış kullanıcılar var. Önce bu kullanıcıları bu IP adresinden taşıdıktan sonra adresi 'Serbest' olarak ayarlayın. 5 | 5=%s adresi 'Serbest' olarak ayarlanmamış ya da hala bir bayiye atanmış durumda 6 | 6=%s IP adresi aralığı geçersiz. Kullanım: 1.2.3.4-10 7 | 7=IP adresi (1.2.3.4) ya da IP adresi aralığı (1.2.3.4-5) geçersiz 8 | 8=ya da IPv6 (1:2:3:4:5:6:7:8) ya da IPv6 aralığı (1:2:3:4:5:6:7:8-9) 9 | 9=Ağ Maskesi Geçersiz 10 | 10=Seç 11 | 11=Seçilmişleri Paylaş 12 | 12=Seçilmişleri Serbest Bırak 13 | 13=IP Adresi 14 | 14=Durum 15 | 15=Kullanıcı(lar) 16 | 16=Ad Sunucusu 17 | 17=Şuna ata 18 | 18=Bayiden Kaldır 19 | 19=Ad Sunucuyu Temizle 20 | 20=Seçilmişleri Sil 21 | 21=Bayi 22 | 22=Ağ Maskesi 23 | 23=Ağ Geçidi 24 | 24=DNS Üzerine Ekle 25 | 25=Bağlı IP Adresleri 26 | 26=Bağlantıyı Kaldır 27 | 27=Seçilmişleri 28 | 28=Apache Üzerine Ekle 29 | 29=%s üzerine bağlanacak bir IP adresi seçin 30 | 30=Bağla 31 | 31=Bu IP adresi bağlanmak için uygun değil 32 | 32=%s yazılırken sorun çıktı: %s 33 | 33=Seçilmiş IP adreslerinden biri (ya da birkaçı) şu anda listenizde değil 34 | 34=DNS Üzerinden Kaldır 35 | 35=Apache Yeniden Yazılsın 36 | 36=Var olan etki alanlarına uygula 37 | 37=Gönderilen bilgide 'ip' değişkeni eksik 38 | 38=Kullanıcıya verilecek herhangi bir türde bir IP adresi bulunamadı. Bayinin ip.list dosyasında kullanılabilecek IP adresleri bulunduğundan emin olun. 39 | -------------------------------------------------------------------------------- /user/email/forwarder_create.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Yeni E-Posta Hesabı| 2 | |?BASLIKALT=Yeni Bir E-Posta Hesabı Ekleyin| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/epostahesaplari.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yeni bir E-Posta Ekleyebilirsiniz.| 5 | |?BASLIKYARDIMURL=email/forwarder_create.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 |
13 | 14 | 15 | 16 |
17 | 18 | 19 |
20 | 21 |
22 | @|DOMAIN| 23 |
24 |
25 |
26 | 27 |
28 | 29 | 30 | E-Postaların iletilmesini istediğiniz adres 31 |
32 | 33 | 34 | 35 |
36 | 37 | |HTM_ALT_FOOTER| 38 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/tr/internal/ftp.txt: -------------------------------------------------------------------------------- 1 | 1=Klasör oluşturulamadı 2 | 2=Kullanıcıyı eklemek için sistem FTP parola dosyasına yazılamadı. 3 | 3=Kullanıcı eklemek için sistem FTP parola dosyası okunamadı. 4 | 4=FTP parola dosyası için kullanıcının şifrelenmiş parolası alınamadı 5 | 5=Ana FTP parola dosyasına yazılamadı. Değişiklikleriniz etkili olmayacak. 6 | 6=Sistem FTP kullanıcısını silmek için sistem FTP parola dosyasına yazılamadı 7 | 7=Sistem FTP kullanıcısını silmek için sistem FTP parola dosyası okunamadı 8 | 8=kullanıcı adı, parola, parola onayı ve tür yazılmalıdır 9 | 9=Bu kullanıcı zaten var 10 | 10=Bu kullanıcı anonim hesap için ayrılmış 11 | 11=Bu yol geçersiz. Yol sizin ana klasörünüz içinde değil, klasör yok, klasörde sembolik bağlantılar var ya da klasör adında geçersiz karakterler bulunuyor 12 | 12=FTP türü bilinmiyor 13 | 13=Bu kullanıcı bulunamadı 14 | 14=FTP hesabı güncellendi 15 | 15=Hesap 16 | 16=Sunucu Yolu 17 | 17=Parola 18 | 18=Seç 19 | 19=değiştir 20 | 20=Seçilmişleri Sil 21 | 21=%s FTP kullanıcısı %s parola dosyasında bulunamadı 22 | 22=Bir etki alanı, anon, anonup ve bir ileti yazmalısınız 23 | 23=Anonim FTP özelliğini etkinleştirme izniniz yok 24 | 24=Bir etki alanı belirtmelisiniz 25 | 25=%s için FTP hesabı geri yüklenemedi. Hesabınızın sınırına ulaştınız (%s). 26 | 26=Betik Çıktısı 27 | 27=%s kilit durumu alınamadı 28 | 28=Bu kullanıcıda kullanıcı adında bulunamayacak FTP ayıracı (%c) var 29 | 29=Askıya Al 30 | 30=Askıdan İndir 31 | 31=Askıya Alındı 32 | 32=Evet 33 | 33=Hayır 34 | -------------------------------------------------------------------------------- /user/email/vacation_create.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Email » Vacation Messages » New Vacation Message| 2 | |?HELP_SECTION=`USER_HELPER`/email.html#vacation| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 21 | 22 |
Set Vacation Message
Vacation Account:|POPLIST|@|DOMAIN|
Vacation Message:
Vacation Start:|STARTTIME| of |STARTMONTH||STARTDAY||STARTYEAR|
Vacation End:|ENDTIME| of |ENDMONTH||ENDDAY||ENDYEAR|
Current Server Time:|SERVERTIME|
19 | 20 |
23 | 24 | |HTM_USER_BOTTOM| 25 | -------------------------------------------------------------------------------- /admin/log_viewer.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Log Viewer| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 |
Select Log File to view
Log File|FILES|
Number of lines from the end (0 for entire file)
Output typeTextArea Below
11 | Raw file (faster and more efficient)
Grep Invert  Ignore Case        Use | for multiple (?)
16 |
17 |
18 | 19 |
20 | 21 | |HTM_ADMIN_BOTTOM| 22 | 23 | -------------------------------------------------------------------------------- /lang/en/internal/domain.txt: -------------------------------------------------------------------------------- 1 | 1=Script output 2 | 2=Unable to create directory 3 | 3=Secured Home of 4 | 4=Welcome to 5 | 5=To change this page, upload a new index.html to your private_html folder 6 | 6=Domain Created Successfully 7 | 7=Error Creating Domain 8 | 8=Invalid subdomain name 9 | 9=Subdomain already exists 10 | 10=This is a placeholder for the subdomain 11 | 11=%s's config files have been removed 12 | 12=Domains directory created successfully 13 | 13=Domains directory created successfully in user's home 14 | 14=Users's domains directory removed. 15 | 15=Unable to delete users's domains directory 16 | 16=That domain is suspended. Unsuspend it before changing it's name 17 | 17=The domain %s does not belong to you. The subdomain will not be created. 18 | 18=The provided IP is not valid 19 | 19=That IP does not exist in your User's IP list 20 | 20=Error writing %s : %s 21 | 21=That IP already exists on the domain 22 | 22=Subdomain name too long. Maximum %d characters. 23 | 23=%s is not on your domain's IP list 24 | 24=You cannot delete all of your IPs 25 | 25=Error removing IP(s) from %s 26 | 26=Unable to find %s 27 | 27=The owner of %s is not %s 28 | 28=Related: http://www.directadmin.com/features.php?id=925 29 | 29=php1_select and php2_select must be either 0, 1, or 2 30 | 30=PHP Version Selector 31 | 31=Handler 32 | 32=Extension 33 | 33=Save 34 | 34=First PHP 35 | 35=Second PHP 36 | 36=The subdomain '%s' already exists under the %s domain. 37 | 37=Enabled 38 | 38=Disabled 39 | 39=Off 40 | -------------------------------------------------------------------------------- /user/ticket/create_multiple.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Users » Message Multiple Users| 2 | |?HELP_SECTION=`USER_HELPER`/gettingstarted.html#ticket| 3 | |HTM_RESELLER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | |USERLIST| 13 | 14 | 20 | 21 | 22 | 23 | 30 | 31 | 32 |
Create Message
To:Multiple UsersPriority: 15 |
Subject:
Message:
24 | |*if SHOW_EML_ONLY="yes"| 25 | Email Only  26 | |*endif| 27 | 28 | 29 |
33 | 34 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/skin.txt: -------------------------------------------------------------------------------- 1 | 1=Invalid Characters in the skin name. Only use a-zA-Z0-9._-[] Must not start with '.' 2 | 2=Thats a reserved skin name 3 | 3=That skin name already exists in your Reseller skin list 4 | 4=The skin package did not install properly. Either there were files missing, or their permissions were incorrectly set 5 | 5=A skin name is required 6 | 6=That skin does not exist 7 | 7=Skin Name 8 | 8=Skin Owner 9 | 9=Select 10 | 10=Apply to Me 11 | 11=Apply to All Users 12 | 12=Server 13 | 13=Install Serverwide 14 | 14=Uploaded file is not valid for copy 15 | 15=Cannot get mime-type for %s 16 | 16=mime type (%s) for '%s' is not of type 'image/' 17 | 17=Image filenames only have 1 dot 18 | 18=Error copying logo file: %s 19 | 19=Clear Customizations 20 | 20=Delete 21 | 21=That skin is not in your list 22 | 22=That skin cannot be customized. It's skin.conf requires %s 23 | 23=Cannot find logo file for token %s in skin %s 24 | 24=Custom logo deleted 25 | 25=You may need to press F5 to reload the logo 26 | 26=Skin has been customized 27 | 27=Customize the skin 28 | 28=Custom Color 29 | 29=Clear Customization 30 | 30=Default 31 | 31=Color has been customized 32 | 32=Save 33 | 33=No colors have been selected 34 | 34='%s' is not a valid css hex color 35 | 35=Skin '%s' does not have any custom color variables to set 36 | 36=Color %s (%s) is not from the list: %s 37 | 37=Write error with %s: %s 38 | 38=Read error with %s: %s 39 | 39=Error removing %s: %s" 40 | 40=Uploaded %s value is not valid json 41 | -------------------------------------------------------------------------------- /user/filemanager/protect.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Dosya Yöneticisi - Koruma| 2 | |?BASLIKALT=Dosyalarınızı Yönetin - Koruma| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/dosyayoneticisi.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yüklenmiş dosyalarınızı korumaya alabilirsiniz| 5 | |?BASLIKYARDIMURL=filemanager/protect.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 |
12 | 13 |

Klasör Şifre Koruma

14 |
15 | 16 | 17 | 18 |
19 | 20 | 21 |
22 | 23 |
24 | 25 | 26 |
27 | 28 |
29 | 30 | 31 |
32 | 33 |
34 | 35 | 36 |
37 | 38 | 39 | 40 |
41 | 42 | |USERS| 43 | 44 | 45 | 46 | |HTM_ALT_FOOTER| 47 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/email/autoresponder_create.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Yeni Otomatik Cevaplama Mesajı| 2 | |?BASLIKALT=E-Posta Sunucunuza Yeni Otomatik Mesaj| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/otocevap.png| 4 | |?BASLIKYARDIM=Bu sayafadan Yeni Otomatik Cevaplama Mesajı Ekleyebilirsiniz| 5 | |?BASLIKYARDIMURL=email/autoresponder_create.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 |
14 | 15 | 16 | 17 |
18 | 19 |
20 | 21 |
22 | @|DOMAIN| 23 |
24 |
25 |
26 | 27 |
28 | 29 | 30 |
31 | 32 |
33 | 34 | 35 |
36 | 37 | 38 | 39 |
40 | 41 | |HTM_ALT_FOOTER| 42 | |HTM_USER_BOTTOM| 43 | 44 | -------------------------------------------------------------------------------- /user/email/vacation_modify.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » Email » Vacation Messages » Modify `user`| 2 | |?HELP_SECTION=`USER_HELPER`/email.html#vacation| 3 | |HTM_USER_TOP| 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 22 | 23 |
Set Vacation Message
Vacation Account:|USER|@|DOMAIN|
Vacation Message:
Vacation Start:|STARTTIME| of |STARTMONTH||STARTDAY||STARTYEAR|
Vacation End:|ENDTIME| of |ENDMONTH||ENDDAY||ENDYEAR|
Current Server Time:|SERVERTIME|
20 | 21 |
24 | 25 | |HTM_USER_BOTTOM| 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ozPanel directadmin teması 2 | ## daha tanıdık bir görüntüde directAdmin teması (sadece user hesapları için) 3 | 4 | Dil seçeneği var gibi görünsede çoğu yerde türkçe olarak sabit metinler var. pratikte ingilizce desteği yok 5 | 6 | Geliştirilmesi ve Kullanılması Serbesttir. 7 | FakatKopyaların ücretli dağıtılması yasaktır 8 | 9 | 10 | ## Kurulum 11 | ``` 12 | cd /usr/local/directadmin/data/skins/ 13 | git clone https://github.com/ozkula-internet-hizmetleri/ozPanel.git 14 | ``` 15 | 16 | - Bu işlem ile klasörü oluşturduktan sonra panelinize admin girişi yapın 17 | - /reseller/skins adresine girip ozpanel temasını seçin. 18 | - Listenin üstünde çıkan Apply to All Users'ı tuşuna basın. 19 | - Böylece Tema tüm user seviyesi kullanıcılara uygulanır. 20 | 21 | ## Tema dizin yapısı (özelleştirme) 22 | - üst kısım logosu: assets/logo-beyaz.png 23 | - giriş sayfası logosu: assets/logo-siyah.png 24 | - alt kısım logosu: assets/ozpanel.png 25 | - ana menu simgeleri: assets/anasayfamenusu 26 | - favicon simgeleri: assets/fav 27 | - alt sayfalardaki yardım bağlantısının tanımlandığı dosya: header.html 28 | 29 | ## Ekran görüntüsü 30 | ![alt text](https://raw.githubusercontent.com/ozkula-internet-hizmetleri/ozPanel/master/assets/img/screenshot.png) 31 | 32 | ## Kullanılan Kütüphaneler 33 | - Bootstrap v4.3.1 (https://getbootstrap.com/) 34 | - jQuery JavaScript Library v3.4.1 (https://jquery.com/) 35 | - Fuse.js v3.4.5 - Lightweight fuzzy-search (http://fusejs.io) 36 | - Font Awesome Free 5.9.0 by @fontawesome - (https://fontawesome.com) -------------------------------------------------------------------------------- /lang/tr/internal/serverinfo.txt: -------------------------------------------------------------------------------- 1 | 1=Sistemin çalışma süresi alınamadı 2 | 2=%d Gün, %d Saat %d Dakika 3 | 3=Çalışıyor 4 | 4=*** Durmuş *** 5 | 5=Ad 6 | 6=Değer 7 | 7=İşlemci Adı 8 | 8=Üretici Kodu 9 | 9=İşlemci Hızı (MHz) 10 | 10=Toplam Bellek 11 | 11=Boş Bellek 12 | 12=Toplam Takas Belleği 13 | 13=Boş Takas Belleği 14 | 14=Sistemin Çalışma Süresi 15 | 15=Seç 16 | 16=İşaret Gönder 17 | 17=%sİşlemleri sonlandırmak istediğinize emin misiniz?%s 18 | 18=Kimlik doğrulanamadı: Parolanın doğru yazıldığından emin olun 19 | 19=Kimlik doğrulanamadı: Parola geçersiz 20 | 20=Kurulmuş 21 | 21=Kod 22 | 22=IP 23 | 23=Kullanıcı 24 | 24=Girişim 25 | 25=Süzgeç 26 | 26=Günlük Kaydı 27 | 27=Açılamayan Oturumlar 28 | 28=Bildirildi 29 | 29=Evet 30 | 30=Hayır 31 | 31=IP Adresi Bilgileri 32 | 32=İlk 33 | 33=Son 34 | 34=IP/Kullanıcı 35 | 35=Bir seçim yapmalısınız 36 | 36=%s yazılırken sorun çıktı: %s 37 | 37=Tarih Eklendi 38 | 38=Notlar 39 | 39=Engellenmeyecekler Listesinden Çıkar 40 | 40=Belirtilen değer bir IP adresi değil 41 | 41=Belirtilen değer bir Kullanıcı Adı ya da E-posta Adresi değil 42 | 42=show_blocked_ips.sh çıktısı: 43 | 43=show_blocked_ips.sh bulunamadı 44 | 44=Engellemeyi Kaldır 45 | 45=Engellenme Tarihi 46 | 46=%s bulunamadı 47 | 47=Bilgiler 48 | 48=Belirtilen değer geçersiz. Bir IP adresi, bir IP adresi aralığı, etki alanı ya da etki alanı maskesi (*.etkialani.com) belirtin
Ayrıntılı bilgi almak için buraya tıklayın 49 | 49=Engellenmiş 50 | 50=user_brutecount devre dışı 51 | 51=Durmuş 52 | -------------------------------------------------------------------------------- /lang/tr/internal/skin.txt: -------------------------------------------------------------------------------- 1 | 1=Tema adında geçersiz karakterler var. Yalnız a-zA-Z0-9._-[] karakterlerini kullanın. Ad bir '.' ile başlayamaz 2 | 2=Bu tema adı sistem kullanımına ayrılmış 3 | 3=Bu adı taşıyan bir tema Bayi tema listenizde zaten var 4 | 4=Tema paketi doğru şekilde kurulmamış. Bazı dosyalar eksik ya da izinleri hatalı ayarlanmış 5 | 5=Bir tema adı yazmalısınız 6 | 6=Bu tema bulunamadı 7 | 7=Tema Adı 8 | 8=Tema Sahibi 9 | 9=Seç 10 | 10=Bana Uygula 11 | 11=Tüm Kullanıcılara Uygula 12 | 12=Sunucu 13 | 13=Tüm Sunucu İçin Kur 14 | 14=Yüklenen dosyalar kopyalanmaya uygun değil 15 | 15=%s için MIME Türü alınamadı 16 | 16='%s' için MIME Türü (%s) 'image/' değil 17 | 17=Görsel dosya adlarında yalnız 1 nokta bulunabilir 18 | 18=Logo dosyası kopyalanırken sorun çıktı: %s 19 | 19=Özelleştirmeleri Kaldır 20 | 20=Sil 21 | 21=Bu tema sizin listenizde değil 22 | 22=Bu tema özelleştirilemez. skin.conf dosyası için %s gerekli 23 | 23=%s kodu ve %s teması için logo dosyası bulunamadı 24 | 24=Özel logo silindi 25 | 25=Logoyu yeniden yüklemek için F5 tuşuna basmanız gerekebilir 26 | 26=Tema özelleştirilmiş 27 | 27=Temayı özelleştir 28 | 28=Özel Renk 29 | 29=Özelleştirmeyi Kaldır 30 | 30=Varsayılan 31 | 31=Renk özelleştirilmiş 32 | 32=Kaydet 33 | 33=Herhangi bir renk seçilmemiş 34 | 34='%s' geçerli bir onaltılık CSS rengi değil 35 | 35='%s' temasında ayarlanabilecek bir özel renk değişkeni yok 36 | 36=%s (%s) rengi listede yok: %s 37 | 37=%s yazılırken sorun çıktı: %s 38 | 38=%s okunurken sorun çıktı: %s 39 | 39=%s silinirken sorun çıktı: %s" 40 | 40=Yüklenen %s değeri geçerli bir Json değil 41 | -------------------------------------------------------------------------------- /files_reseller.conf: -------------------------------------------------------------------------------- 1 | CMD_IP_CONFIG=reseller/ip_config.html 2 | CMD_NAME_SERVER=reseller/nameserver.html 3 | CMD_TICKET_MANAGE=reseller/manage_tickets.html 4 | CMD_TICKET_MANAGE_CLOSED=reseller/manage_tickets_closed.html 5 | CMD_TICKET_VIEW_TECH=reseller/ticket_view_tech.html 6 | CMD_MODIFY_USER=reseller/modify_user.html 7 | CMD_SHOW_USER=reseller/show_user.html 8 | CMD_EDIT_MESSAGE=reseller/edit_message.html 9 | CMD_SKINS=reseller/skins.html 10 | CMD_USER_SHOW=reseller/show_users.html 11 | CMD_SHOW_SUB_DOMAIN=reseller/show_sub_domain.html 12 | CMD_MANAGE_USER_PACKAGES=reseller/manage_packages_user.html 13 | CMD_SHOW_USER_PACKAGE=reseller/show_user_package.html 14 | CMD_RESELLER_STATS=reseller/reseller_stats.html 15 | CMD_USER_BACKUP=reseller/backups.html 16 | CMD_USER_BACKUP_MODIFY=reseller/backup_modify.html 17 | CMD_RESELLER_HISTORY=reseller/show_history.html 18 | 19 | HTM_INDEX=reseller/index.html 20 | HTM_INDEX_USER=reseller/index_user.html 21 | HTM_RESELLER_TOP=reseller/template_reseller_top.html 22 | HTM_RESELLER_BOTTOM=reseller/template_reseller_bottom.html 23 | 24 | HTM_BOTTOM_LINKS=reseller/bottom_links.html 25 | 26 | HTM_ACCOUNT_USER_CREATE=reseller/create_user.html 27 | HTM_ACCOUNT_USER_DELETE=reseller/delete_user.html 28 | HTM_RESELLER_CONTENT=reseller/content_main.html 29 | HTM_TAB_RESELLER=reseller/tabs_reseller.html 30 | HTM_TAB_USER=reseller/tabs_user.html 31 | HTM_USER_PASSWD=reseller/change_user_passwd.html 32 | HTM_CUSTOMIZE_USER=reseller/create_customized_user.html 33 | 34 | IMG_RESELLER_BANNER=k/img/logo-beyaz.png 35 | IMG_NAME_SERVER=k/img/nameserver.gif 36 | 37 | -------------------------------------------------------------------------------- /lang/tr/internal/twostep_auth.txt: -------------------------------------------------------------------------------- 1 | 1=%s bulunamadı. 2 | 2=%s üzerinden veriler okunamadı 3 | 3=%s kilit durumu alınamadı 4 | 4=%s yazılırken sorun çıktı: %s 5 | 5=%s%s has been blocked in %s to prevent further attempts on the account. 6 | 6=Uyarı: %s, %s için geçerli bir parola yazdı ancak İki Aşamalı Kimlik Doğrulaması kodunu %s kez yanlış yazdı. 7 | 7=%s IP adresinden %s hesabı için doğru parola yazıldı.%cBununla birlikte, %s girişimden sonra geçerli bir İki Aşamalı Kimlik Doğrulama kodu yazılamadığından erişim izni verilmedi.%cBu adres sizin IP adresiniz değilse parolanızı değiştirin.%s 8 | 8=İki Aşamalı Kimlik Doğrulaması parolası ayarlanmamış. 9 | 9=İki Aşamalı Kimlik Doğrulaması Kodunuzu Yazın 10 | 10=Gönder 11 | 11=Kod 12 | 12=%sIP adresiniz kara listeye alındı 13 | 13=İki Aşamalı Kimlik Doğrulaması kodu geçersiz 14 | 14=Yedek Kodlar 15 | 15=Oluşturulma Tarihi 16 | 16=Seç 17 | 17=Sil 18 | 18=Kod Ekle 19 | 19=Yeni Güvenlik Takımı: %s
Tüm eski kodlar geçersiz olacağından QR kodunu yeniden tarattığınızdan emin olun. 20 | 20=Geçerli 21 | 21=Telefonunuzdaki uygulamadan kodu alın ya da yedek kodlardan birini kullanın. 22 | 22=Asla 23 | 23=%s Gün 24 | 24=%s Hafta 25 | 25=%s Ay 26 | 26=Geçerlilik Sonu 27 | 27=Açıklamada geçersiz karakterler var. %s karakterleri kullanılabilir 28 | 28=Yazdır 29 | 29=Kod geçerli ancak başka bir zaman için üretilmiş.
Sunucu ve telefonun tarih ve saat ayarlarını gözden geçirin.
Saat dilimi farkı = %d
30 | 30=%s Bu aygıta %d gün süreyle güvenilsin 31 | 31=Lütfen yedek kodları eklemeden önce bir parola üretin 32 | -------------------------------------------------------------------------------- /lang/tr/internal/domain.txt: -------------------------------------------------------------------------------- 1 | 1=Betik Çıktısı 2 | 2=Klasör oluşturulamadı 3 | 3=Şunun Ana Klasörü Korumaya Alındı 4 | 4=Hoş geldiniz 5 | 5=Bu sayfayı değiştirmek için private_html klasörüne yeni bir index.html dosyası yükleyin 6 | 6=Etki Alanı Eklendi 7 | 7=Etki Alanı Eklenirken Sorun Çıktı 8 | 8=Alt etki alanı adı geçersiz 9 | 9=Alt etki alanı zaten var 10 | 10=Alt etki alanı yer belirteci 11 | 11=%s kullanıcısının yapılandırma dosyaları silindi 12 | 12=Etki alanı klasörü oluşturuldu 13 | 13=Kullanıcının ana klasöründe domains klasörü oluşturuldu 14 | 14=Kullanıcının domains klasörü silindi. 15 | 15=Kullanıcının domains klasörü silinemedi 16 | 16=Bu etki alanı askıya alınmış. Adını değiştirmek için önce askıdan indirin 17 | 17=%s etki alanı hesabınıza ait değil. Alt etki alanı oluşturulmayacak. 18 | 18=Belirtilen IP adresi geçersiz 19 | 19=Bu IP adresini hesabınızın IP adresi listesinde bulunmuyor 20 | 20=%s yazılırken sorun çıktı: %s 21 | 21=Bu IP adresi etki alanında zaten var 22 | 22=Alt etki alanı adı çok uzun. En fazla %d karakter olmalıdır. 23 | 23=%s etki alanınızın IP adresi listesinde değil 24 | 24=Tüm IP adreslerinizi silemezsiniz 25 | 25=IP adresleri %s üzerinden kaldırılırken sorun çıktı 26 | 26=%s bulunamadı 27 | 27=%s, %s hesabına ait değil 28 | 28=İlgili: http://www.directadmin.com/features.php?id=925 29 | 29=php1_select ve php2_select değeri yalnız 0, 1 ya da 2 olabilir 30 | 30=PHP Sürüm Seçici 31 | 31=İşleyici 32 | 32=Uzantı 33 | 33=Kaydet 34 | 34=Birinci PHP Sürümü 35 | 35=İkinci PHP Sürümü 36 | 36='%s' alt etki alanı %s etki alanı altında zaten var. 37 | 37=Etkin 38 | 38=Devre Dışı 39 | 39=Kapalı 40 | -------------------------------------------------------------------------------- /admin/safe_mode.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Php Safe Mode Setup| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | 9 | 10 | Php Safe Mode Settings 11 | 12 |
13 | 14 |
15 | 16 | Default Safe Mode for new domains: 17 | ON 18 | OFF 19 |
20 | Default Open BaseDir for new domains: 21 | ON 22 | OFF 23 |
24 | 25 | 26 |
27 | 28 |
29 | 30 | 31 | 44 | 45 |
32 | Show Domains that 33 | 39 | 40 | 41 | 42 | 43 |
46 | 47 | |DOMAINS| 48 | 49 | |HTM_ADMIN_BOTTOM| 50 | 51 | -------------------------------------------------------------------------------- /user/ticket/view.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Bildirimler ve Destek Talepleri| 2 | |?BASLIKALT=Sizinle ilgili olan Tüm bildirimler ve Destek talepleri| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/ticket.png| 4 | |?BASLIKYARDIM=Bu sayafadan Size Gönderilen Bildirimleri ve Destek taleplerinizi Görebilirsiniz.| 5 | |?BASLIKYARDIMURL=ticket/view.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 | |REPLYBUTTON| 14 | 15 | 16 | |$/usr/local/bin/php 17 | "class='table table-bordered table-striped'", 24 | " " "class='selectclass ml5 mr5'", 26 | " " "", 28 | "   or   " => "   yada   ", 29 | '>Subject:' => '>Konu:', 30 | '>Today at ' => '>Bugün ' 31 | ); 32 | foreach ($napak as $bb=>$aa) { 33 | $data = str_replace($bb,$aa,$data); 34 | } 35 | 36 | echo $data; 37 | 38 | ?> 39 | DONE| 40 | 41 | 42 | |*if type="message"| 43 |
44 | 45 | 46 |

47 |
48 | |*endif| 49 | 50 | |REPLYBUTTON| 51 | 52 | 53 | |HTM_ALT_FOOTER| 54 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /user/error_pages.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Hata Sayfaları| 2 | |?BASLIKALT=Hata Sayfaları Yönetimi| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/hatasayfasi.png| 4 | 5 | 6 | |HTM_USER_TOP| 7 | 8 | |HTM_ALT_HEADER| 9 | |HTM_BASLIK| 10 | 11 |

Eğer hata sayfası oluşturmadıysanız ana menüden dosya yöneticisine girerek oluşturabilirsiniz.

12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 |
HataDosya adresi
401 Unauthorized - Yetkisiz Erişim/domains/|DOMAIN|/public_html/401.shtml
403 Forbidden - İzin Verilmeyen Sayfa/domains/|DOMAIN|/public_html/403.shtml
404 Not Found - Sayfa bulunamadı/domains/|DOMAIN|/public_html/404.shtml
500 Internal Server Error - Server Hatası/domains/|DOMAIN|/public_html/500.shtml
44 | 45 | 46 | 47 |
48 | |HTM_ALT_FOOTER| 49 | |HTM_USER_BOTTOM| 50 | -------------------------------------------------------------------------------- /reseller/ticket_view_tech.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Manage Tickets » View `type` `number`| 2 | |?HELP_SECTION=`RESELLER_HELPER`/messagesystem.html| 3 | |HTM_RESELLER_TOP| 4 | 5 | 17 | 18 | 19 |
20 | 21 | 22 | Set Current Message to |STATUS| without adding a reply. 23 | 24 |
25 | 26 | 27 | 28 | |TICKETMESSAGES| 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 47 | 48 | 49 |
Reply to Ticket
Status:|STATUS|
Message:
45 | 46 |
50 | 51 | |HTM_RESELLER_BOTTOM| -------------------------------------------------------------------------------- /admin/show_reseller.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Resellers » Reseller `user`| 2 | |?HELP_SECTION=`ADMIN_HELPER`/listr.html| 3 | |HTM_ADMIN_TOP| 4 | 5 | Details for reseller |user|
6 |
7 | 8 | 9 | 15 | 20 | 26 | 31 | 32 |
10 |
11 | 12 |
13 |
14 |
16 |
17 | 18 |
19 |
21 |
22 | 23 | 24 |
25 |
27 |
28 | 29 |
30 |
33 | |USERS| 34 | |STATS| 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 |
User Comment Box
44 | 45 | |HTM_ADMIN_BOTTOM| 46 | -------------------------------------------------------------------------------- /admin/dns_admin.html: -------------------------------------------------------------------------------- 1 | |?TREE=» DNS Admin| 2 | |?HELP_SECTION=`ADMIN_HELPER`/dnsadmin.html| 3 | |HTM_ADMIN_TOP| 4 | 5 | Select the dns record to edit.
6 | 7 |
8 | 9 | 10 | 23 | 24 |
11 | Show Domains that 12 | 18 | 19 | 20 | 21 | 22 |
25 | 26 | |TABLE| 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
Add Zone
Domain Name
IP Address
Name Server 1
Name Server 2
Create Reverse IP Lookup   
39 | 40 | 41 | |HTM_ADMIN_BOTTOM| 42 | -------------------------------------------------------------------------------- /user/filemanager/edit.html: -------------------------------------------------------------------------------- 1 | |?TREE=» FileManager » `path`| 2 | |?HELP_SECTION=`USER_HELPER`/filemanager.html#edit| 3 | |HTM_USER_TOP| 4 | 5 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 39 | 40 | 41 |
Edit a file
42 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/ticket.txt: -------------------------------------------------------------------------------- 1 | 1=Could not read tickets 2 | 2=Could not write tickets 3 | 3=You must enter user, subject, priority and message 4 | 4=Invalid message type. Only request, reply and message are allowed 5 | 5=Your ticket number is 6 | 6=. Keep it for future reference. 7 | 7=The number and type of ticket is required 8 | 8=You don't have permission to view that ticket 9 | 9=There are no messages for that ticket 10 | 10=Reply 11 | 11=Open 12 | 12=Closed 13 | 13=You aren't allowed to modify that ticket 14 | 14=Error Reading Message File 15 | 15=Today at 16 | 16=Subject 17 | 17=From 18 | 18=You must enter number, user, subject, priority, status and message 19 | 19=You don't have permission to respond to that ticket 20 | 20=All Users 21 | 21=All Resellers 22 | 22=All of Your Users 23 | 23=Ticket # 24 | 24=Replies 25 | 25=Status 26 | 26=Last Message 27 | 27=Message # 28 | 28=Received 29 | 29=Select 30 | 30=Mark as read 31 | 31=Delete Selected 32 | 32=New Message(s) Inside 33 | 33=User 34 | 34=Priority 35 | 35=Close 36 | 36=Low 37 | 37=Medium 38 | 38=High 39 | 39=Clear Message System 40 | 40=Delete 41 | 41=Subject Contains 42 | 42=When 43 | 43=-- any time -- 44 | 44=newer than 45 | 45=older than 46 | 46=day(s) 47 | 47=Cannot find any message subjects from clear_message_system_list 48 | 48=Cannot have newline characters in subject 49 | 49=subject_select != %d, but subject is not set. This shouldn't happen. 50 | 50='when' should be all, newer or older 51 | 51=Invalid %s days. Should be a positive integer. 52 | 52=Invalid %s days. Too big. Max = 53 | 53=message 54 | 54=ticket 55 | 55=Invalid delete_messages_days or delete_tickets_days. Should be 0 or a positive integer. 56 | 56=Invalid delete_messages_days or delete_tickets_days. Too big. Max = 57 | 57=Unable to read ticket config file 58 | 58=Unable to write ticket config 59 | -------------------------------------------------------------------------------- /user/ssl_request.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `domain` » SSL » Create Certificate Request| 2 | |?HELP_SECTION=`USER_HELPER`/ssl.html#install| 3 | |HTM_USER_TOP| 4 | 17 | 18 | 19 | 20 | |*if NOTICE!=""| 21 | 22 | |*endif| 23 | 26 | 27 | 30 | 31 | 32 |
SSL Certificate Request
|NOTICE|
Here is your SSL Certificate Request. 24 | You will send this text to a Certificate Authority and they will give you a Signed Certificate. 25 | To use it, paste the Signed Certificate on the next line after
"-----END RSA PRIVATE KEY-----" on the previous page and click "Save".
28 | 29 |
(IE only)
33 | |*if USERTYPE="admin"| 34 | Be sure to copy and backup the "RSA PRIVATE KEY" along with the the request. You will need it when installing the certificate. Because you're an admin, you will be saving to the "shared server certificate" and the key is not saved anywhere until you paste it with the certificate. 35 | |*endif| 36 | |HTM_USER_BOTTOM| 37 | 38 | 39 | -------------------------------------------------------------------------------- /user/user_stats.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `domain` » User Stats for `USERNAME`| 2 | |?HELP_SECTION=`USER_HELPER`/stats.html| 3 | |HTM_USER_TOP| 4 | Details for user |USERNAME|

5 | Backed up Apache Logs
6 | User History
7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 19 | 23 | 24 | 25 | 28 | 31 | 35 | 36 |
Log TypeFullLogLast lines in the file
14 | Apache Usage Log 15 | 17 | Full Usage Log 18 | 20 | 10 lines   21 | 100 lines 22 |
26 | Apache Error Log 27 | 29 | Full Error Log 30 | 32 | 10 lines   33 | 100 lines 34 |
37 | 38 | |DOMAINS| 39 | 40 |
41 | Click on the domain name to view its stats. 42 |

43 | The domain statistics (above table) represent domain directory traffic/space, not total account traffic/space. 44 | The statistics below represent total usage. 45 |

46 | 47 | |STATS| 48 |
|RESULT|
49 | |HTM_USER_BOTTOM| 50 | -------------------------------------------------------------------------------- /user/subdomains.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=SubDomain Yönetimi| 2 | |?BASLIKALT=SubDomainlerinizin Listesi| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/subdomain.png| 4 | |?BASLIKYARDIM=Bu sayafan Mevcut SubDomain adreslerinizi Yönetebilirsiniz.| 5 | |?BASLIKYARDIMURL=domain/subdomains.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 | 14 | |$/usr/local/bin/php 15 | "class='table table-bordered table-striped'", 22 | " " "class='selectclass ml5 mr5'", 24 | " " "", 26 | "   or   " => "   yada   " 27 | ); 28 | foreach ($napak as $bb=>$aa) { 29 | $data = str_replace($bb,$aa,$data); 30 | } 31 | 32 | echo $data; 33 | 34 | ?> 35 | DONE| 36 | 37 | 38 |
39 | 40 |
41 | 42 | 43 | 44 | 45 |
46 | 47 | 48 |
49 | 50 |
51 | .|DOMAIN| 52 |
53 |
54 | 55 |
56 | 57 | 58 | 59 |
60 | 61 | 62 | |HTM_ALT_FOOTER| 63 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/multi_server.html: -------------------------------------------------------------------------------- 1 | |LF_STANDARD| 2 | |?TREE=» Multi Server Setup| 3 | |?HELP_SECTION=`ADMIN_HELPER`| 4 | |HTM_ADMIN_TOP| 5 | 6 |
7 | 8 | |*if CLUSTER_ON="yes"| 9 | Multi Server is currently turned ON     10 | |*else| 11 | Multi Server is currently turned OFF     12 | |*endif| 13 |
List of External Servers 14 | |TABLE| 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Add Remote Server
IP: Port: SSL: Username: Password:
32 | 33 |
34 | 35 | 36 | 37 | 38 |
SSL Connection:The specified server requires SSL in order to connect (eg, https)
Zone Transfer:DA will transfer the dns info on the specified server when new domains are added and dns settings are changed.
Domain Check:DA will first check the specified server before creating a domain to ensure the domain does not exist.
39 | 40 | |HTM_ADMIN_BOTTOM| 41 | 42 | -------------------------------------------------------------------------------- /lang/en/internal/command_texts.txt: -------------------------------------------------------------------------------- 1 | 1=Change Password 2 | 2=Security Questions 3 | 3=Two-Step Authentication 4 | 4=Logout 5 | 5=Show Domain 6 | 6=DNS Management 7 | 7=MX Records 8 | 8=Domain Setup 9 | 9=Rename Domain 10 | 10=Subdomains 11 | 11=Plugins 12 | 12=E-Mail Accounts 13 | 13=Catch-All E-Mail 14 | 14=Forwarders 15 | 15=SpamAssassin 16 | 16=E-Mail Usage 17 | 17=Autoresponders 18 | 18=Vacation Messages 19 | 19=Mailing Lists 20 | 20=Spam Filters 21 | 21=Databases 22 | 22=Ftp Management 23 | 23=SSL Certificates 24 | 24=Message System 25 | 25=File Manager 26 | 26=Password Protected Directories 27 | 27=Mime Types 28 | 28=Apache Handlers 29 | 29=Login History 30 | 30=Cron Jobs 31 | 31=Site Redirection 32 | 32=Domain Pointers 33 | 33=System Information 34 | 34=Perl Modules 35 | 35=Site Summary / Statistics / Logs 36 | 36=Create/Restore Backups 37 | 37=User History 38 | 38=Bandwidth Breakdown 39 | 39=Disk Usage Details 40 | 40=Login Keys 41 | 51=List Users 42 | 41=Manage User Packages 43 | 42=Reseller IP Management 44 | 43=Manage Tickets 45 | 44=Name Servers 46 | 45=Edit User Welcome Message 47 | 46=Skins 48 | 47=Reseller Statistics 49 | 48=Manage User Backups 50 | 49=Reseller History 51 | 50=Reseller Plugins 52 | 52=List Resellers 53 | 53=List Admins 54 | 54=Show All Users 55 | 55=Service Monitor 56 | 56=Manage Reseller Packages 57 | 57=Admin IP Management 58 | 58=Admin Settings 59 | 59=Admin DNS Administration 60 | 60=Edit Admin Welcome Message 61 | 61=Edit Reseller Welcome Message 62 | 62=Admin Statistics 63 | 63=Admin History 64 | 64=Licensing / Updates 65 | 65=Custom HTTPD Configurations 66 | 66=Move Users between Resellers 67 | 67=PHP Configuration 68 | 68=Plugin Manager 69 | 69=System Backup 70 | 70=Log Viewer 71 | 71=Multi-Server Setup 72 | 72=Admin File Editor 73 | 73=Mail Queue Administration 74 | 74=Admin Backup/Transfer 75 | 75=All User Cron Jobs 76 | 76=Process Monitor 77 | 77=Admin Plugins 78 | 78=Brute Force Monitor 79 | -------------------------------------------------------------------------------- /reseller/show_user.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Users » User `user`| 2 | |?HELP_SECTION=`RESELLER_HELPER`/modify.html| 3 | |HTM_RESELLER_TOP| 4 | 5 | Details for user |user|
6 |
7 | 8 | 9 | 15 | 20 | 26 | 27 |
10 |
11 | 12 |
13 |
14 |
16 |
17 | 18 |
19 |
21 |
22 | 23 | 24 |
25 |
28 | |DOMAINS| 29 | |STATS| 30 | 31 | 32 | 33 | 34 | 35 | 38 | 39 |
Resend Welcome E-Mail
Send To: 36 | New Random Password 37 |
40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |
User Comment Box
50 | 51 | |HTM_RESELLER_BOTTOM| 52 | -------------------------------------------------------------------------------- /admin/create_admin.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Show Admins » Create Admin| 2 | |?HELP_SECTION=`ADMIN_HELPER`/createa.html| 3 | |HTM_ADMIN_TOP| 4 | 5 | 27 | 28 |
29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 42 | 43 |
Create Administrator Account
Username:
Email:
Enter Password
Re-Enter Password:
Send Email Notification: Edit Admin Message
40 | 41 |
44 |
45 | |HTM_ADMIN_BOTTOM| 46 | -------------------------------------------------------------------------------- /lang/tr/internal/ticket.txt: -------------------------------------------------------------------------------- 1 | 1=Destek kaydı okunamadı 2 | 2=Destek kaydı yazılamadı 3 | 3=Kullanıcı adı, konu, öncelik ve içeriği yazmalısınız 4 | 4=Destek kaydı türü geçersiz. Yalnız istek, yanıt ve bildirim türleri kullanılabilir 5 | 5=Destek kaydı numaranız 6 | 6=. İleride gerekebileceğinden kaydedin. 7 | 7=Destek kaydının numarası ve türü gereklidir 8 | 8=Bu destek kaydını görüntüleme izniniz yok 9 | 9=Bu destek kaydı için bir bildirim yok 10 | 10=Yanıtla 11 | 11=Açık 12 | 12=Kapalı 13 | 13=Bu destek kaydını düzenleme izniniz yok 14 | 14=İleri Dosyası Okunurken Sorun Çıktı 15 | 15=Bugün 16 | 16=Konu 17 | 17=Kimden 18 | 18=Sayı, kullanıcı adı, konu, öncelik, durum ve içeriği yazmalısınız 19 | 19=Bu destek kaydını yanıtlama izniniz yok 20 | 20=Tüm Kullanıcılar 21 | 21=Tüm Bayiler 22 | 22=Tüm Kullanıcılarınız 23 | 23=Destek Kaydı Kodu 24 | 24=Yanıtlar 25 | 25=Durum 26 | 26=Son Bildirim 27 | 27=Bildirim Kodu 28 | 28=Alınma 29 | 29=Seç 30 | 30=Okunmuş olarak işaretle 31 | 31=Seçilmişleri Sil 32 | 32=Yeni Bildirimleriniz Var 33 | 33=Kullanıcı 34 | 34=Öncelik 35 | 35=Kapat 36 | 36=Düşük 37 | 37=Orta 38 | 38=Yüksek 39 | 39=Bildirimleri Temizle 40 | 40=Sil 41 | 41=Konusunda Şu Bulunan 42 | 42=Ne Zaman 43 | 43=-- tüm zamanlar -- 44 | 44=şundan yeni olan 45 | 45=şundan eski olan 46 | 46=gün 47 | 47=clear_message_system_list içinde herhangi bir bildirim konusu bulunamadı 48 | 48=Konu bölümünde satır sonu karakteri bulunamaz 49 | 49=subject_select != %d, ancak konu ayarlanmamış. Bu durum oluşmamalıydı. 50 | 50='ne zaman' değeri yalnız tüm zamanlar, şundan yeni ya da şundan eski olabilir 51 | 51=%s gün değeri geçersiz. Pozitif bir tamsayı olmalıdır. 52 | 52=%s gün değeri geçersiz. Çok büyük. En fazla = 53 | 53=bildirim 54 | 54=destek kaydı 55 | 55=delete_messages_days ya da delete_tickets_days değeri geçersiz. 0 ya da pozitif bir tamsayı olmalıdır. 56 | 56=delete_messages_days ya da delete_tickets_days değeri geçersiz. Çok büyük. En fazla = 57 | 57=Destek kaydı yapılandırma dosyası okunamadı 58 | 58=Destek kaydı yapılandırma dosyasına yazılamadı 59 | -------------------------------------------------------------------------------- /admin/usermanagement.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Move Users between Resellers| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | 46 | 47 | 48 | Move Users between Resellers

49 | 50 | 51 | 52 | 53 | 56 | 57 | 63 | 66 | 67 | 68 | 69 | 70 | 71 | 72 |
54 | Select the Users of |CREATOR_SELECT| 55 | Move Selected Users to Reseller:
58 | 59 |
60 | |USERS| 61 |
62 |
64 | |CREATORS| 65 |
73 | 74 | 75 | |HTM_ADMIN_BOTTOM| 76 | 77 | -------------------------------------------------------------------------------- /passwd.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Şifre Değiştir| 2 | |?BASLIKALT=Hesabınızın Şifresini Değiştirin| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/sifredegis.png| 4 | |?BASLIKYARDIM=Bu sayafadan Kullanıcı Hesabının Şifresini Değiştireblirsiniz.| 5 | |?BASLIKYARDIMURL=genel/passwd.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 |
14 |
15 | 16 | 17 |
18 | 19 | 20 |
21 | 22 | 23 |
24 | 25 | 26 |
27 | 28 |
29 | 30 | 31 |
32 | 33 |
34 | 35 | 36 |
37 | 38 |
39 | 40 | 41 |
42 | 43 |
44 | 45 | 46 |
47 | 48 | 49 | 50 |
51 | 52 |
53 | 54 | 55 | |*if HAVE_SECURITY_QUESTIONS="yes"| 56 |



57 | Güvenlik Sorularını Yönet 58 | |*endif| 59 | 60 | 61 | 62 | |HTM_ALT_FOOTER| 63 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/ip_manager_details.html: -------------------------------------------------------------------------------- 1 | |?TREE=» IP Manager| 2 | |?HELP_SECTION=`ADMIN_HELPER`/ipman.html| 3 | |HTM_ADMIN_TOP| 4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 |
Details for |ip|
Status|status|
Netmask|netmask|
Reseller|reseller|
User(s)|value|
Nameserver|ns|
14 | 15 | |IPS_TO_LINK| 16 |
17 | |LINKED_IPS| 18 | 19 | 20 |

21 |
22 | The main purpose for this feature is to link LAN IPs to external IPs,
and/or to link IPv6 IPs to IPv4 IPs.
23 |
24 | LAN: View the details of the external IP. Link the internal IP to the external IP.
Only select Apache, do not select DNS. Add Users to external IP
25 |
26 | IPv6: View the details of the IPv4 IP. Link the IPv6 to the IPv4. Check both DNS and Apache.
27 |
28 | Adding a linked IP to the current IP will add the linked IP to the areas where current IP exists.
Linking an IP with dns will duplicate the A/AAAA records for the current IP with the linked IP.
Linking an IP with apache will add the linked IP into the VirtualHost with the current IP.
29 |
30 | This feature is independant of the Multi-IP system, but they can be used together.
For example a User can have 2 IPs with the Multi-IP system, and each of those IPs can have linked IPs.
31 |
32 | Links are not recursive, so you don't need to worry about infinite loops.
33 |
34 | The "Apply to existing Domains" option will trigger the httpd.conf rewrites and insert A/AAAA records into the local dns zones.
Disabling this checkbox won't touch the dns or httpd.conf files, but future httpd.cont rewrites will have the linked IP added. 35 |
36 | 37 | |HTM_ADMIN_BOTTOM| 38 | -------------------------------------------------------------------------------- /user/email/catch_all.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Varsayılan Adres| 2 | |?BASLIKALT=E-Posta Sunucunuzun Varsayılan Adresi| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/varsayilanadres.png| 4 | |?BASLIKYARDIM=Bu sayafadan E-Posta Sunucunuzun Varsayılan Adresini Belirleyebilirsiniz| 5 | |?BASLIKYARDIMURL=email/catch_all.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 | 14 | |*if USERCATCHALL="OFF"| 15 | Bu Hesap için varasyılan adres belirleme kapatılmıştır 16 | |*else| 17 |

18 | Belirleyeceğiniz adres sunucuda bulunmayan e-posta adreslerine gelen e-postaların alınacağı adres olacaktır. Bu adresin sunucuda oluşturulmuş olduğuna emin olunuz. 19 |

20 |
21 | 22 |
23 | 24 |

Varsayılan E-Posta Ayarları

25 |
26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 | 34 | 35 | 36 | 37 |
38 | 39 |
40 |
41 |
42 | 43 | 44 | 45 | 46 |
47 |
48 |
49 | |POPLIST| 50 |
51 |
52 | 53 | 54 | 55 |
56 | 57 | |*endif| 58 | 59 | 60 | |HTM_ALT_FOOTER| 61 | |HTM_USER_BOTTOM| 62 | -------------------------------------------------------------------------------- /lang/tr/internal/command_texts.txt: -------------------------------------------------------------------------------- 1 | 1=Parola Değiştir 2 | 2=Güvenlik Soruları 3 | 3=İki Aşamalı Kimlik Doğrulama 4 | 4=Oturumu Kapat 5 | 5=Etki Alanını Görüntüle 6 | 6=DNS Yönetimi 7 | 7=MX Kayıtları 8 | 8=Etki Alanı Ayarları 9 | 9=Etki Alanını Yeniden Adlandır 10 | 10=Alt Etki Alanları 11 | 11=Eklentiler 12 | 12=E-posta Hesapları 13 | 13=Tümünü Topla E-postası 14 | 14=İleticiler 15 | 15=SpamAssassin 16 | 16=E-posta Kullanımı 17 | 17=Otomatik Yanıtlayıcılar 18 | 18=Tatil Bildirimleri 19 | 19=E-posta Listeleri 20 | 20=Spam Süzgeçleri 21 | 21=Veritabanları 22 | 22=FTP Yönetimi 23 | 23=SSL Sertifikaları 24 | 24=Bildirim Sistemi 25 | 25=Dosya Yöneticisi 26 | 26=Parola Korumalı Klasörler 27 | 27=MIME Türleri 28 | 28=Apache İşleyiciler 29 | 29=Oturum Açma Geçmişi 30 | 30=Zamanlanmış Görevler 31 | 31=Site Yönlendirmeleleri 32 | 32=Yönlendirmeler 33 | 33=Sistem Bilgileri 34 | 34=Perl Modülleri 35 | 35=Özet / İstatistikler / Günlükler 36 | 36=Yedekleme ve Geri Yükleme 37 | 37=Kullanıcı Geçmişi 38 | 38=Bandwidth Kırılımı 39 | 39=Disk Kullanımı Ayrıntıları 40 | 40=Oturum Açma Anahtarları 41 | 51=Kullanıcı Hesapları 42 | 41=Kullanıcı Paketleri 43 | 42=Bayi IP Adresleri 44 | 43=Destek Kayıtları Yönetimi 45 | 44=Ad Sunucuları 46 | 45=Kullanıcı Hoş Geldiniz İletisini Düzenle 47 | 46=Temalar 48 | 47=Bayi İstatistikleri 49 | 48=Kullanıcı Yedekleme 50 | 49=Bayi Geçmişi 51 | 50=Bayi Eklentileri 52 | 52=Bayi Hesapları 53 | 53=Yönetici Hesapları 54 | 54=Tüm Kullanıcıları Görüntüle 55 | 55=Hizmet İzleyici 56 | 56=Bayi Paketleri 57 | 57=Yönetici IP Adresleri 58 | 58=Yönetici Ayarları 59 | 59=Yönetici DNS Yönetimi 60 | 60=Yönetici Hoş Geldiniz İletisini Düzenle 61 | 61=Bayi Hoş Geldiniz İletisini Düzenle 62 | 62=Yönetici İstatistikleri 63 | 63=Yönetici Geçmişi 64 | 64=Lisans / Güncelleme 65 | 65=Özel HTTPD Yapılandırmaları 66 | 66=Bayiler Arası Kullanıcı Taşıma 67 | 67=PHP Yapılandırması 68 | 68=Eklentiler 69 | 69=Sistem Yedekleme 70 | 70=Günlük Görüntüleyici 71 | 71=Çoklu Sunucu Ayarları 72 | 72=Yönetici Dosya Düzenleyici 73 | 73=E-posta Kuyruğu Yönetimi 74 | 74=Yönetici Yedekleme ve Taşıma 75 | 75=Zamanlanmış Görevler 76 | 76=İşlem İzleyici 77 | 77=Yönetici Eklentileri 78 | 78=Brute Force İzleyici 79 | -------------------------------------------------------------------------------- /user/ssl_ca.html: -------------------------------------------------------------------------------- 1 | |?TREE=» `DOMAIN` » SSL » CA SSL| 2 | |?HELP_SECTION=`USER_HELPER`/ssl.html| 3 | |HTM_USER_TOP| 4 | 5 | 38 | 39 | |RESULT|
40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 52 | 53 | 54 | 55 | 60 | 61 | 64 | 65 | 66 |
Certificate Authority SSL Certificate
50 | Use a CA Cert. 51 |
56 |
57 | 58 | (IE only) 59 |
62 | 63 |
67 | 68 | 69 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /admin/custom_httpd_domain.html: -------------------------------------------------------------------------------- 1 | |?TREE=» Custom Httpd Configurations » `domain`| 2 | |?HELP_SECTION=`ADMIN_HELPER`| 3 | |HTM_ADMIN_TOP| 4 | 5 | |*if CONFIG_ERROR="1"| 6 |
7 |

Configuration Syntax Error - See below for details


8 |
9 | |*endif| 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 40 | 41 | 42 | 43 | 44 | 45 |
Httpd.conf Customization for |domain|
23 | Available Tokens:
24 | |DOMAIN|, 25 | |IP|, 26 | |HOME|, 27 | |ADMIN|, 28 | |DOCROOT|, 29 | |USER|, 30 | |GROUP|, 31 | |CERT|, 32 | |KEY|,
33 | |HOSTNAME|, 34 | |SAFE_MODE|, 35 | |OPEN_BASEDIR|, 36 | |CREATOR|, 37 | |BANDWIDTH|, 38 | |QUOTA| 39 |
46 | 47 | 48 | 49 | 52 | 53 | 54 | 57 | 58 |
50 | Contents of the httpd.conf file for |domain| 51 |
55 | 56 |
59 | 60 | 61 | 62 | 65 | 66 | 67 | 70 | 71 |
63 | Configuration Check 64 |
68 | 69 |
72 | 73 | |HTM_ADMIN_BOTTOM| 74 | 75 | -------------------------------------------------------------------------------- /user/db/db_user_create.html: -------------------------------------------------------------------------------- 1 | |?TREE=»
`DOMAIN` » MySQL Setup » View `name` » New MySQL User| 2 | |?HELP_SECTION=`USER_HELPER`/mysql.html#adduser| 3 | |HTM_USER_TOP| 4 | 5 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 51 | 52 | 53 | 54 | 57 | 58 |
Add Database User to |name|
Database Username:|USERNAME|_ 47 | |*if DB_USER_LIST| 48 | OR select existing user 49 | |DB_USER_LIST| 50 | |*endif|
Username Password:
Confirm Password:
55 | 56 |
59 | 60 | |HTM_USER_BOTTOM| 61 | -------------------------------------------------------------------------------- /user/redirects.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Yönlendirme| 2 | |?BASLIKALT=Domainleri Yönlendir| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/domainyonlendirme.png| 4 | |?BASLIKYARDIM=Bu sayafan Seçtiğiniz domainleri yönlendirin| 5 | |?BASLIKYARDIMURL=domain/redirects.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 |
13 |

Yeni Yönlendirme Ekle

14 |
15 | 16 | 17 | 18 |
19 | 20 |
21 |
22 | |DOMAIN| 23 |
24 | 25 |
26 |
27 | 28 |
29 | 30 | 35 |
36 | 37 | 38 |
39 | 40 | 41 |
42 | 43 | 44 | 45 |
46 | 47 |


48 |

Mevcut Yönlendirmeler

49 | |$/usr/local/bin/php 50 | "class='table table-bordered table-striped'", 57 | " " "class='selectclass ml5 mr5'", 59 | " " "", 61 | "   or   " => "   yada   " 62 | ); 63 | foreach ($napak as $bb=>$aa) { 64 | $data = str_replace($bb,$aa,$data); 65 | } 66 | 67 | echo $data; 68 | 69 | ?> 70 | DONE| 71 | 72 | 73 | |HTM_USER_BOTTOM| 74 | -------------------------------------------------------------------------------- /user/domain_pointers.html: -------------------------------------------------------------------------------- 1 | |?BASLIK=Domain Pointer| 2 | |?BASLIKALT=Domain Pointerları Yönetin| 3 | |?BASLIKSIMGE=/assets/img/anasayfamenusu/domainpointer.png| 4 | |?BASLIKYARDIM=Bu sayafadan Domain Pointerları Yönetebilirsiniz| 5 | |?BASLIKYARDIMURL=email/domain_pointers.html| 6 | 7 | |HTM_USER_TOP| 8 | 9 | |HTM_ALT_HEADER| 10 | |HTM_BASLIK| 11 | 12 | 13 |

Yeni Domain Pointer Ekle

14 |
15 | 16 | 17 | 18 |
19 | 20 | 21 |
22 | 23 | 24 |
25 | 26 |
27 |
28 | https://www. 29 |
30 | 31 |
32 | --> |DOMAIN| 33 |
34 |
35 |
36 | 37 |
38 | 39 |
40 | 41 | 44 |
45 |
46 | 47 | 48 | 49 | 50 |
51 |
52 |
53 |
54 | 55 | 56 | 57 | |$/usr/local/bin/php 58 | "class='table table-bordered table-striped'", 65 | " " "class='selectclass ml5 mr5'", 67 | " " "", 69 | "   or   " => "   yada   " 70 | ); 71 | foreach ($napak as $bb=>$aa) { 72 | $data = str_replace($bb,$aa,$data); 73 | } 74 | 75 | echo $data; 76 | 77 | ?> 78 | DONE| 79 | 80 | 81 | |HTM_ALT_FOOTER| 82 | |HTM_USER_BOTTOM| -------------------------------------------------------------------------------- /lang/en/internal/authentication.txt: -------------------------------------------------------------------------------- 1 | 1=The lost password feature is disabled 2 | 2=Invalid username 3 | 3=Invalid code 4 | 4=No such user 5 | 5=Account is suspended 6 | 6=Invalid email address on file. Contact your webhost. 7 | 7=No such username in the request list. Your request may have expired. 8 | 8=Your request has expired. 9 | 9=Code does not match 10 | 10=Error changing password. Contact your webhost. 11 | 11=If the username entered is correct, you will receive a confirmation email shortly. 12 | 12=Error writing password request file. 13 | 13=Cannot find that code. It's likely expired. 14 | 14=Error reading admin list file. 15 | 15=Report of false password reset request 16 | 16=%s is reporting that IP %s has issued a password change request for user '%s' without approval.%cIf this continues, consider putting %s in the ip_blacklist file. 17 | 17=Report sent to the server admins 18 | 18=Invalid action 19 | 19=Missing template 20 | 20=Error while sending email 21 | 21=The e-mail containing your new password has been sent. 22 | 22=Select 23 | 23=Key Name 24 | 24=Expiry 25 | 25=Uses 26 | 26=Max Uses 27 | 27=Commands 28 | 28=Modify 29 | 29=Key Name must be simple: a-zA-Z0-9 30 | 30=Key contains invalid characters 31 | 31=Ensure the 2nd key matches the first 32 | 32=Expiry must be a valid number (no decimals) 33 | 33=Please provide a valid unit of time for the expiry 34 | 34=Max number of uses must be a valid number (no decimals) 35 | 35=The expiry entered is too far in the future 36 | 36=A key with that name already exists 37 | 37=Never 38 | 38=Provided password is not correct. 39 | 39=You're using the login-as option, so use your own password. Not the User's password. 40 | 40=Delete 41 | 41=%sAre you sure you want to Delete the selected keys?%s 42 | 42=No keys have been selected 43 | 43=Unlimited 44 | 44=Expired 45 | 45=That key does not exist 46 | 46=Allow 47 | 47=Deny 48 | 48=%s is not in your commands list 49 | 49=%s is not a valid IP or range 50 | 50=Error writing %s: %s 51 | 51=Reset Uses 52 | 52=Unable to read %s: %s 53 | 53=Unable to write %s: %s 54 | 54=Your Login Key '%s' has been created 55 | 55=Notification that Login Key %s has been successfully created by %s 56 | 56=IPs 57 | 57=All 58 | 58=Cannot find key value in %s 59 | 59=Key value must differ from your DirectAdmin password 60 | 60=Script output 61 | 61=Log 62 | 62=View 63 | 63=Tail 64 | 64=UTF-8 65 | --------------------------------------------------------------------------------