Advanced Search
Search Results
17 total results found
WELCOME TO DYNAWEB
Yii2 Config
Panduan Dan Manual
Training
Introduction
DYNAWEB4 is an open source web development framework built on Yii2.0 and the PHP language which makes it easy for anyone to develop and deploy web portals and customized web application systems.
Disable GII
Gii code generator can disable by adjusting config for either frontend and backend. Frontend Go to app/frontend/config/main-local.php Comment or remove this line. if (!YII_ENV_TEST) { $config['bootstrap'][] = 'debug'; $config['modules']['debug'...
Panduan Log Masuk Pertama Kali
Panduan Log Masuk Pertama Kali Untuk log masuk kedalam sistem E-booking buat pertama kalinya sila ikuti langkah di bawah Sila gunakan No. Kad Pengenalan anda sebagai Id Pengguna. Sila gunakan No. Gaji anda sebagai kata laluan. Tukar dan kemaskini kata la...
Mencipta Halaman Baru Frontend Site
Mencipta Halaman (Page) Baru Halaman (Page) Pergi pada menu Backend -> Site Pilih Halaman yang dikehendaki Klik pada frontend site baru Masukan Maklumat Site
Launchpad
https://launchpad.net/ubuntu/+archivemirrors
Arahan Untuk Setiap Servis
Nginx Service # Start Nginx sudo systemctl start nginx # Stop Nginx sudo systemctl stop nginx # Restart Nginx sudo systemctl restart nginx # Reload Nginx (without downtime) sudo systemctl reload nginx MySQL Service # Start MySQL sudo systemctl start mysql ...
BEST PRACTICE FOR CODING
Best Practice For CSP Coding Guide Avoid "Unsafe Inline" (CSS) Dont do this ❌ Avoid inline styling. <div class="wrapper" style="overflow:hidden;background: #ffffff; "> Do this ✔ Either separate the css on other file then include it using link, or use st...
Patching guide
App Patching Step login to the server extract the content to root dir (C:\caddy\html) (use application like 7z for windows to extract). DB Patching Step login to server open terminal, cd to mysql bin directory cd "C:\Program Files\MySQL\MySQL Server 8.0\bi...
Patching DRSA
Patching DRSA Langkah-langkah yang dilaksanakan untuk patching Backup terlebih dahulu database server sedia ada (10.29.217.31) mysqldump -u root -p mampu > mampu-20250702.sql Drop table berkaitan frontend mysql -u root -p DROP TABLE frontend_content DRO...
Secure Cookies
'session' => [ 'name' => 'FrontendSessionPetra', 'cookieParams' => [ 'httpOnly' => true, 'secure' => true ] ], 'cookies' => [ 'cookieValidationKey' => '55842521143P0o&&YjFFPetr...
Xampp installation
XAMPP Apache SSL Certificate Installation Manual for Windows Server Table of Contents Prerequisites Certificate Preparation XAMPP Configuration Virtual Host Setup Testing and Verification Troubleshooting Prerequisites Before starting, ensure you ...
Deployment Plan and rollback
SSL Certificate Deployment and Rollback Plan for XAMPP Apache Document Information Version: 1.0 Date: August 26, 2025 Environment: Windows Server with XAMPP Apache Prepared by: System Administrator DEPLOYMENT PLAN 1. Pre-Deployment Checklist 1.1 Environ...
13/11/2025
Web server Installation Go to caddy https://caddyserver.com/ Select Window amd64 -> Download Install PHP https://windows.php.net/download/ Select VS17 x64 Non Thread Safe -> zip -> Download Create PHP File web/www/index.php <?php phpinfo() ?> Create Co...