Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.50
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
webasyst /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-02-18 11:14
php53
[ DIR ]
drwxr-xr-x
2026-02-18 11:14
php56
[ DIR ]
drwxr-xr-x
2026-02-18 11:14
php71
[ DIR ]
drwxr-xr-x
2026-02-18 11:14
php81
[ DIR ]
drwxr-xr-x
2026-02-18 11:14
php82
[ DIR ]
drwxr-xr-x
2026-02-18 11:14
.htaccess
14
B
-rw-r--r--
2021-12-24 01:24
SystemConfig.class.php
157
B
-rw-r--r--
2021-12-24 01:24
_.htaccess
1.49
KB
-rw-r--r--
2026-02-18 02:10
_htaccess
142
B
-rw-r--r--
2026-02-18 02:10
_thumb.php
193
B
-rw-r--r--
2026-02-18 02:10
all_fields_order.php
398
B
-rw-r--r--
2026-02-18 02:10
apps.php
237
B
-rw-r--r--
2026-02-18 02:10
company_fields_order.php
567
B
-rw-r--r--
2026-02-18 02:10
config.php
158
B
-rw-r--r--
2024-04-24 23:44
custom_fields.php
29.3
KB
-rw-r--r--
2026-02-18 02:10
db.php
238
B
-rw-r--r--
2021-12-24 01:24
edit.php
4.21
KB
-rw-r--r--
2026-02-18 03:21
edit.xml
433
B
-rw-r--r--
2021-12-24 01:24
fileindex.php
189
B
-rw-r--r--
2026-02-18 02:10
import.php
2.9
KB
-rw-r--r--
2026-02-18 03:21
info.xml
3.42
KB
-rw-r--r--
2026-02-18 02:10
install.js
924
B
-rw-r--r--
2021-12-24 01:24
install.php
15.45
KB
-rw-r--r--
2026-02-18 03:21
install.xml
1007
B
-rw-r--r--
2021-12-24 01:24
mail.php
81
B
-rw-r--r--
2025-02-13 23:01
md5
1.99
KB
-rw-r--r--
2026-02-18 03:21
notes.txt
1.28
KB
-rw-r--r--
2026-02-18 02:10
person_fields_order.php
1.52
KB
-rw-r--r--
2026-02-18 02:10
plugins.php
95
B
-rw-r--r--
2026-02-18 02:10
robots.txt
214
B
-rw-r--r--
2026-02-18 02:10
routing.php
1.25
KB
-rw-r--r--
2026-02-18 02:10
search.php
34.87
KB
-rw-r--r--
2026-02-18 02:10
services.php
3.76
KB
-rw-r--r--
2026-02-18 02:10
thumb.php
187
B
-rw-r--r--
2026-02-18 02:10
update_antibot.php
2.67
KB
-rw-r--r--
2026-02-18 02:10
waid.php
615
B
-rw-r--r--
2026-02-18 02:10
Save
Rename
1. make package by extracting zip of wa-sources 2. PHP REQUIREMENT LINK : https://developers.webasyst.com/installation/ and also check /wa-installer/lib/config/requirements.php 3. Keep default timestamp and regtime values in `wa_widget_params` table. 4. From sql we remove 'token_data', 'waid_endpoints_sync_time, updates_endpoints_sync_time, services_endpoints_sync_time entry' from 'wa_app_settings' since it is made when we visit 'Installer'(from admin panel). Remove inserts from 'wa_log' table as well. Remove 'waid_credentials' from 'wa_app_settings', This is regenerated from admin panel under Settings->Enable Webasyst Id. Also remove insert from 'wa_contact_auths' as it is created again post login. 5. Important : We have configured .htaccess in the root folder i.e add following changes at the end of the file(Required for Configuring Apache + FastCGI for Webasyst https://developers.webasyst.com/docs/installation/tips/apache-fastcgi/) : <ifmodule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] </ifmodule> This is needed for apps to work correctly on Apache + FastCGI and since we encountered error on 'CRM' tab i.e 'Authorization issue detected' and it was fixed by adding the above lines to .htaccess in root as mentioned in their docs.