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.19
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 /
signaltechpos.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.45
KB
-rw-r--r--
auth.php
3.71
KB
-rw-r--r--
broadcasting.php
1.56
KB
-rw-r--r--
cache.php
2.99
KB
-rw-r--r--
database.php
4.93
KB
-rw-r--r--
filesystems.php
2.07
KB
-rw-r--r--
fortify.php
4.78
KB
-rw-r--r--
hashing.php
1.53
KB
-rw-r--r--
jetstream.php
2.08
KB
-rw-r--r--
laravellocalization.php
40.45
KB
-rw-r--r--
logging.php
2.74
KB
-rw-r--r--
mail.php
4.57
KB
-rw-r--r--
meta.php
4.54
KB
-rw-r--r--
paypal.php
518
B
-rw-r--r--
permission.php
4.35
KB
-rw-r--r--
queue.php
2.65
KB
-rw-r--r--
services.php
950
B
-rw-r--r--
session.php
6.81
KB
-rw-r--r--
user-verification.php
1.39
KB
-rw-r--r--
view.php
1.03
KB
-rw-r--r--
xss-filter.php
79
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : meta.php
<?php return [ /* |-------------------------------------------------------------------------- | Robots |-------------------------------------------------------------------------- | | Robots option tells search engines what to follow and what not to follow. | It's a simple option that gives you the power to decide about what | pages you want to hide from search engine crawlers and what pages you | want them to index and look at. | */ 'robots' => 'all', /* |-------------------------------------------------------------------------- | Revisit After |-------------------------------------------------------------------------- | | Here you may specify how search engines will re-visit and re-crawl your site. | */ 'revisit_after' => 'period', /* |-------------------------------------------------------------------------- | Referrer |-------------------------------------------------------------------------- | | Here you may specify how you want other sites to get referrer information | from your site. | options available are: none, unsafe-url, origin and none-when-downgrade | */ 'referrer' => 'no-referrer-when-downgrade', /* |-------------------------------------------------------------------------- | Type |-------------------------------------------------------------------------- | | Here you may specify the structure type of your website or a specific page | */ 'type' => 'website', /* |-------------------------------------------------------------------------- | Title |-------------------------------------------------------------------------- | | Here you may provide the title of your website or a specific page to help search | engines understand it better. | */ 'title' => '', /* |-------------------------------------------------------------------------- | Description |-------------------------------------------------------------------------- | | Here you may provide the description of your website or a specific page to | help search engines understand it better. | */ 'description' => '', /* |-------------------------------------------------------------------------- | Image |-------------------------------------------------------------------------- | | Here you may provide the url to the image you want search | engines and crawlers to make use of when displaying your website | or a specific page page. | */ 'image' => '', /* |-------------------------------------------------------------------------- | Author |-------------------------------------------------------------------------- | | Here you may provide the author's name you want search | engines to make use of when displaying your website | or a specific page page. | */ 'author' => '', /* |-------------------------------------------------------------------------- | GEO REGION AND POSITION |-------------------------------------------------------------------------- | | These are for use if you have a physical location that is important | for your business. | */ 'geo_region' => '', //e.g: Lagos 'geo_position' => '', //e.g(lng,lat): 4.870467,6.993388 /* |-------------------------------------------------------------------------- | TWITTER SITE |-------------------------------------------------------------------------- | | Here you may provide your twitter @username of your account | */ 'twitter_site' => '', /* |-------------------------------------------------------------------------- | TWITTER SITE |-------------------------------------------------------------------------- | | Here you may specify the way you want crawlers to understand your | twitter share type. Check twitter docs for more options. | */ 'twitter_card' => 'summary_large_image', /* |-------------------------------------------------------------------------- | FACEBOOK APP ID |-------------------------------------------------------------------------- | | Here you may provide your facebook app id | */ 'fb_app_id' => '', /* |-------------------------------------------------------------------------- | KEYWORDS |-------------------------------------------------------------------------- | | Here you may provide keywords relevant to your website and the specific page. | */ 'keywords' => '', ];
Close