HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //var/installatron/installers/phpmychat/locale_en.php
<?php

itron::$locale = array_merge(itron::$locale,array(
	"_installer_phpmychat_title" => "phpMyChat",
	"_installer_phpmychat_type" => "_types_chat",
	"_installer_phpmychat_category" => "_categories_communitysoftware",
	"_installer_phpmychat_input_username_label" => "_info_adminusername",
	"_installer_phpmychat_input_username_text" => "_settings_adminusername",
	"_installer_phpmychat_input_password_label" => "_info_adminpassword",
	"_installer_phpmychat_input_password_text" => "_settings_adminpassword",
	"_installer_phpmychat_input_name_label" => "_info_yourname",
	"_installer_phpmychat_input_name_text" => "_settings_yournam",
	"_installer_phpmychat_input_email_label" => "_info_adminemail",
	"_installer_phpmychat_input_email_text" => "_settings_adminemail",
	"_installer_phpmychat_input_rooms_label" => "Default Rooms",
	"_installer_phpmychat_input_rooms_text" => "The rooms that you wish to be created by default (to create more than one default room, separate the room names by commas)",
	"_installer_phpmychat_description" => "phpMyChat is an open source real-time chat system.",
	"_installer_phpmychat_authordescription" => "phpMyChat is an easy-to-use multi-room chat script that supports IRC-like commands and has been translated to 33 languages.",
	"_installer_phpmychat_usagenotes" => "<b>index.php</b>, in the install directory, can be edited to taste and can also be moved anywhere on your website (if you move the file, be sure to edit the path variable at the top of the code).<br><br><b>chat_activity.php</b>, in the install directory, demonstrates how to display chat information on another webpage. View the code to see how it works.",
));

?>