One Hat Cyber Team
Your IP :
216.73.216.55
Server IP :
5.189.175.239
Server :
Linux panel.gemx-ai.com 5.14.0-570.19.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 4 04:00:24 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
farmersapp
/
store.farmersapp.store
/
config
/
Edit File:
visitor.php
<?php return [ /* |-------------------------------------------------------------------------- | Default Driver |-------------------------------------------------------------------------- | | This value determines which of the following driver to use. | You can switch to a different driver at runtime. | */ 'default' => 'jenssegers', //except save request or route names 'except' => ['login','register'], //name of the table which visit records should save in 'table_name' => 'visitor', /* |-------------------------------------------------------------------------- | List of Drivers |-------------------------------------------------------------------------- | | This is the array of Classes that maps to Drivers above. | You can create your own driver if you like and add the | config in the drivers array and the class to use for | here with the same name. You will have to implement | Shetabit\Visitor\Contracts\UserAgentParser in your driver. | */ 'drivers' => [ 'jenssegers' => \Shetabit\Visitor\Drivers\JenssegersAgent::class, 'UAParser' => \Shetabit\Visitor\Drivers\UAParser::class, ] ];
Simpan