Linux rspmc 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
Server IP : 192.168.20.114 & Your IP : 216.73.216.34
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
var /
www /
html /
ehealthsys-simulasiakuntansi /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2023-08-01 10:21
assets
[ DIR ]
drwxrwxrwx
2022-02-09 08:10
css
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
data
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
images
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
js
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
php
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
protected
[ DIR ]
drwxrwxrwx
2022-02-08 17:07
themes
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
yii1_10
[ DIR ]
drwxrwxrwx
2022-02-08 17:06
.gitignore
71
B
-rwxrwxrwx
2022-02-08 17:06
.htaccess
226
B
-rwxrwxrwx
2022-02-08 17:06
README.md
1.64
KB
-rwxrwxrwx
2022-02-08 17:06
bitbucket-pipelines.yml
475
B
-rwxrwxrwx
2022-05-19 13:05
composer.json
224
B
-rwxrwxrwx
2023-03-08 17:12
composer.phar
1.88
MB
-rwxrwxrwx
2022-02-08 17:06
contributors.txt
1.64
KB
-rwxrwxrwx
2022-02-08 17:06
cron.php
628
B
-rwxrwxrwx
2022-02-08 17:06
gitpullotomatis.sh
64
B
-rwxrwxrwx
2022-05-17 18:05
index-test.php
468
B
-rwxrwxrwx
2022-02-08 17:06
index.php
1.17
KB
-rwxrwxrwx
2022-02-08 17:06
Save
Rename
<?php ini_set('memory_limit', '-1'); //error_reporting(0); //UNTUK PRODUKSI error_reporting(E_ALL | E_STRICT); //UNTUK DEVELOPMENT // change the following paths if necessary //$yii=dirname(__FILE__).'/yii1_10/framework/yiilite.php'; //UNTUK PRODUKSI $yii=dirname(__FILE__).'/yii1_10/framework/yii.php'; //UNTUK DEVELOPMENT $config=dirname(__FILE__).'/protected/config/main.php'; // remove the following lines when in production mode //defined('YII_DEBUG') or define('YII_DEBUG',false); //UNTUK PRODUKSI defined('YII_DEBUG') or define('YII_DEBUG',true); //UNTUK DEVELOPMENT // specify how many levels of call stack should be shown in each log message defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); require_once($yii); Yii::createWebApplication($config)->run(); if(isset($_GET['r'])) { $url = $_GET['r']; if(isset(Yii::app()->user->id)){ $attributes = array( 'statuslogin' => TRUE, 'ruanganaktifitas' => Yii::app()->user->getState('ruangan_id'), 'crudaktifitas' => $url, 'waktuterakhiraktifitas' => date("Y-m-d H:i:s"), ); $update = LoginpemakaiK::model()->updateByPk(Yii::app()->user->id, $attributes); } }