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/yourls/locale_en.php
<?php

itron::$locale = array_merge(itron::$locale,array(
	"_installer_yourls_title" => "YOURLS",
	"_installer_yourls_type" => "_types_bookmarks",
	"_installer_yourls_category" => "_categories_miscellaneous",
	"_installer_yourls_description" => "Your Own URL Shortener (YOURLS) is an open source personal URL shortening application.",
	"_installer_yourls_authordescription" => "YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.<br><br>Features include:<ul><li>Private (your links only) or Public (everybody can create short links, fine for an intranet)<li>Sequential or custom URL keyword<li>Handy bookmarklets to easily shorten and share links<li>Awesome stats: historical click reports, referrers tracking, visitors geo-location<li>Neat Ajaxed interface<li>Terrific Plugin architecture to easily implement new features<li>Cool developer API<li>Full jsonp support<li>Friendly installer<li>Sample files to create your own public interface and more</ul>",
));

?>