ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
tr_TR
/
Viewing: DateTime.php
<?php namespace Faker\Provider\tr_TR; class DateTime extends \Faker\Provider\DateTime { public static function amPm($max = 'now') { return static::dateTime($max)->format('a') === 'am' ? 'öö' : 'ös'; } public static function dayOfWeek($max = 'now') { $map = [ 'Sunday' => 'Pazar', 'Monday' => 'Pazartesi', 'Tuesday' => 'Salı', 'Wednesday' => 'Çarşamba', 'Thursday' => 'Perşembe', 'Friday' => 'Cuma', 'Saturday' => 'Cumartesi', ]; $week = static::dateTime($max)->format('l'); return $map[$week] ?? $week; } public static function monthName($max = 'now') { $map = [ 'January' => 'Ocak', 'February' => 'Şubat', 'March' => 'Mart', 'April' => 'Nisan', 'May' => 'Mayıs', 'June' => 'Haziran', 'July' => 'Temmuz', 'August' => 'Ağustos', 'September' => 'Eylül', 'October' => 'Ekim', 'November' => 'Kasım', 'December' => 'Aralık', ]; $month = static::dateTime($max)->format('F'); return $map[$month] ?? $month; } }
Coded With 💗 by
0x6ick