ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-12 20:34:55
Editing: uaparser
Cancel
Save Changes
#!/usr/bin/env php <?php namespace UAParser\Command; use Symfony\Component\Console\Application; $packageAutoloader = __DIR__ . '/../vendor/autoload.php'; $standaloneAutoloader = __DIR__ . '/../../../autoload.php'; if (file_exists($packageAutoloader)) { require_once $packageAutoloader; } else { require_once $standaloneAutoloader; } $resourceDirectory = realpath(__DIR__ . '/../resources'); $defaultYamlFile = realpath(__DIR__ . '/../resources/regexes.yaml'); $application = new Application('ua-parser'); $application->add(new ConvertCommand($resourceDirectory, $defaultYamlFile)); $application->add(new UpdateCommand($resourceDirectory)); $application->add(new ParserCommand()); $application->add(new LogfileCommand()); $application->add(new FetchCommand($defaultYamlFile)); $application->run();
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete