File manager - Edit - /home/autoph/public_html/s/config.php
Back
<?php // Hostname for your URL shortener $hostname = 'http://s.autohub.ph'; // PDO connection to the database $connection = new PDO('mysql:dbname=autoph_surl;host=localhost', 'autoph_surl', 'D]a!;pl8!Bj4'); // Choose your character set (default) $chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; // The following are shuffled strings of the default character set. // You can uncomment one of the lines below to use a pre-generated set, // or you can generate your own using the PHP str_shuffle function. // Using shuffled characters will ensure your generated URLs are unique // to your installation and are harder to guess. // $chars = 'XPzSI6v5DqLuBtVWQARy2mfwkC14F8HUTOG0aJiYpNrl9Zxgbd3Khsno7jMeEc'; // $chars = 'PAC3mfIazxgF1lVK4wJ2WEHY0dcb87TrsZeBpL9vNUMGktROijnSoq5DX6yQhu'; // $chars = 'zFr7ALOJnGRxtKSs0oQT5NeZjdI1iX8DM2lHaCVyg4mUPp63BkEubc9qWfhwYv'; // $chars = 'u7oIws3pVWZMQjA4XhNtyvglkEer1C2J5YdT6zLiFm0ObPc8S9KaDHqRBnfUGx'; // $chars = 'gZ6hdO59XTJmUP31YMG7FvQyqjlKkf8zwitx0AcupDVs2RWCIBaNreob4nLHES'; // If you want your generated URLs to even harder to guess, you can set // the salt value below to any non empty value. This is especially useful for // encoding consecutive numbers. $salt = ''; // The padding length to use when the salt value is configured above. // The default value is 3. $padding = 3; ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings