One Hat Cyber Team
Your IP:
216.73.216.176
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
thread-self
/
root
/
proc
/
self
/
cwd
/
View File Name :
migrations.tar
2014_10_12_100000_create_password_resets_table.php 0000644 00000001237 15111422306 0015244 0 ustar 00 <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('password_resets', function (Blueprint $table) { $table->string('email')->primary(); $table->string('token'); $table->timestamp('created_at')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('password_resets'); } }; 2014_10_12_000000_create_users_table.php 0000644 00000001431 15111422307 0013152 0 ustar 00 <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('users', function (Blueprint $table) { $table->id(); $table->string('name'); $table->string('email')->unique(); $table->timestamp('email_verified_at')->nullable(); $table->string('password'); $table->rememberToken(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('users'); } }; 2019_12_14_000001_create_personal_access_tokens_table.php 0000644 00000001602 15111422307 0016552 0 ustar 00 <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('personal_access_tokens', function (Blueprint $table) { $table->id(); $table->morphs('tokenable'); $table->string('name'); $table->string('token', 64)->unique(); $table->text('abilities')->nullable(); $table->timestamp('last_used_at')->nullable(); $table->timestamp('expires_at')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('personal_access_tokens'); } }; error_log 0000644 00000021006 15111422307 0006454 0 ustar 00 [13-Nov-2025 12:44:00 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php on line 7 [13-Nov-2025 12:44:23 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php on line 7 [13-Nov-2025 12:44:40 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php on line 7 [13-Nov-2025 12:44:50 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php on line 7 [15-Nov-2025 11:51:56 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php on line 7 [15-Nov-2025 11:52:53 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php on line 7 [15-Nov-2025 11:54:57 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php on line 7 [15-Nov-2025 14:21:18 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php on line 7 [18-Nov-2025 04:30:42 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php on line 7 [18-Nov-2025 04:30:42 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php on line 7 [18-Nov-2025 04:30:44 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php on line 7 [18-Nov-2025 04:30:49 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php on line 7 [18-Nov-2025 14:51:20 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php on line 7 [18-Nov-2025 14:51:20 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php on line 7 [18-Nov-2025 14:51:22 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php on line 7 [18-Nov-2025 14:51:41 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php on line 7 [21-Nov-2025 23:44:34 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_08_19_000000_create_failed_jobs_table.php on line 7 [22-Nov-2025 04:39:28 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php on line 7 [22-Nov-2025 04:39:35 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php on line 7 [22-Nov-2025 04:40:47 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php on line 7 [24-Nov-2025 19:13:40 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_100000_create_password_resets_table.php on line 7 [24-Nov-2025 19:15:26 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php on line 7 [24-Nov-2025 21:03:46 UTC] PHP Fatal error: Uncaught Error: Class "Illuminate\Database\Migrations\Migration" not found in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php:7 Stack trace: #0 {main} thrown in /home/fluxyjvi/public_html/project/database/migrations/2014_10_12_000000_create_users_table.php on line 7 2019_08_19_000000_create_failed_jobs_table.php 0000644 00000001452 15111422307 0014300 0 ustar 00 <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; return new class extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('failed_jobs', function (Blueprint $table) { $table->id(); $table->string('uuid')->unique(); $table->text('connection'); $table->text('queue'); $table->longText('payload'); $table->longText('exception'); $table->timestamp('failed_at')->useCurrent(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('failed_jobs'); } };