Opacity: zIndex: Get 100000 0FP0EXP Token to input your own list (json format) or insert json link:

Get 80000 0FP0EXP Token to input your own list (json format) or insert json link:

My Playlist:

JSON Ready: Not Ready

Ready State:

Network State:

Name:

Album:

Reference:

Background Color

General HTML background color:

Header background color:

Menu background color:

Content background color:

Widget background color:

Footer background color:

Font Size

Get 150000 0FP0EXP Token to unlock this feature.

Heading 1 font size:

Heading 2 font size:

Heading 3 font size:

Heading 4 font size:

Heading 5 font size:

Heading 6 font size:

Header font size:

Header Widget font size:

Menu font size:

Widget font size:

Footer font size:

Content font size:

Font Color

Get 200000 0FP0EXP Token to unlock this feature.

Heading 1 font color:

Heading 2 font color:

Heading 3 font color:

Heading 4 font color:

Heading 5 font color:

Heading 6 font color:

Header font color:

Header Widget font color:

Menu font color:

Widget font color:

Footer font color:

Content font color:

Font Shadow

Get 250000 0FP0EXP Token to unlock this feature.

Heading 1 font shadow:

Heading 2 font shadow:

Heading 3 font shadow:

Heading 4 font shadow:

Heading 5 font shadow:

Heading 6 font shadow:

Header font shadow:

Header Widget font shadow:

Menu font shadow:

Widget font shadow:

Footer font shadow:

Content font shadow:

Other Styles Coming Soon



Source Code

Click the above image for basic sourced and click following button for processing token source code.

Ethereum Virtual Machine

Ethereum and EVM (ETC, BSC, AVAX-C-Chain, Polygon, etc).

Telegram Open Network

Telegram Open Network (TON) decentralized application.

Solana

Solana decentralized application.

Tron

Tron decentralized application.

Near

Near decentralized application.

Wax

Wax decentralized application.

Myalgo

Myalgo wallet for Algorand decentralized application.

Sync2

Sync2 wallet for Vechain decentralized application.

Scatter

Scatter wallet for EOS decentralized application.

Ontology

Ontology decentralized application.

Rabbet

Rabbet wallet for Stellar Lumen decentralized application.

Freighter

Freighter wallet for Stellar Lumen decentralized application.

Hivesigner

Hive Signer for Hive decentralized application.

Hivekeychain

Hive Key Chain for Hive decentralized application.

Zilpay

Zilpay wallet for Zilliqa decentralized application.

Neoline N2

Neoline wallet for Neo N2 decentralized application.

Neoline N3

Neoline wallet for Neo N3 decentralized application.

Keplr

Keplr wallet for Cosmos and other decentralized application.

Keeper

Keeper wallet for Waves decentralized application.

IWallet

IWallet for IOST decentralized application.

Installing Moodle Guide on Windows XAMPP

Get 60 0FP0EXP Token to remove widget entirely!

source code



source code
old source code

get any 0FP0EXP Token to automatically turn off or 10 0FP0EXP Token to remove this JavaScript Mining.

Get 50000 0FP0EXP Token to remove my NFTS advertisements!

Get 40000 0FP0EXP Token to remove this donation notification!

get 30000 0FP0EXP Token to remove this paypal donation.

View My Stats

get 20000 0FP0EXP Token to remove my personal ADS.

word number: 660

Time: 2024-04-14 11:25:24 +0000

In my previous guide, I wrote a tutorial of installing Moodle learning management system (LMS) on my preferred server operating system (OS) for general users Ubuntu, a Debian based Linux. If you really do not want to try Ubuntu and go ahead with Windows, here I provide a tutorial that was my undergraduate assignment in 2013. Yes, it is behind times but they are still similar where you can maneuver the difference yourself. Another side, if this tutorial does not serve as a guide, then it can serve as a memory for those who are curious of how XAMPP 1.8.1 and Moodle 2.3.2 is back then.

Download XAMPP on http://www.apachefriends.org/en/xampp-windows.html , and install. Open the control panel if already install, apache and mysql is necessary for localhost.

Figure 1. XAMPP control Panel version 3.1.0.png

Figure 1. XAMPP control Panel version 3.1.0

Open your browser and type http://localhost, if succeeded it should look like below.

Figure 2. XAMPP Localhost frontpage.png

Figure 2. XAMPP Localhost frontpage

Open http://localhost/phpmyadmin Go to database and add your moodle’s database.

Figure 3. adding moodle's database.png

Figure 3. adding moodle’s database

Download Moodle at https://download.moodle.org/ and extract them to C:xampp\htdocs

Figure 4. extracting moodle folder to localhost.png

Figure 4. extracting moodle folder to localhost

On your browser open http://localhost/moodle and follow the installation which should be similar to my previous guide with just different version.

Figure 5. moodle installation choose language.png

Figure 5. moodle installation choose language

Figure 6. moodle installation directory path.png

Figure 6. moodle installation directory path

Figure 7. moodle installation choose database driver.png

Figure 7. moodle installation choose database driver

Figure 8. moodle installation database setting.png

Figure 8. moodle installation database setting

Figure 9. moodle installation copyright notice.png

Figure 9. moodle installation copyright notice

Figure 10. moodle installation final check.png

Figure 10. moodle installation final check

Figure 11. insert admin profile after successful installation.png

Figure 11. insert admin profile after successful installation

For moodle to be available in local area network open with notepad C:xamppmoodle\config.php and change the following line:

$CFG->wwwroot = ‘http://localhost/moodle’; to your ip address, $CFG->wwwroot = ‘http://172.16.150.45/moodle’;

DON’T FORGET “http”. That was my mistake. Oh and today it is “https” so do keep up with modern times.

Figure 12. enabling moodle for local area network.png

Figure 12. enabling moodle for local area network

Figure 13. moodle for local area network.png

Figure 13. moodle for local area network

If you don’t know how to configure IP address, go to previous tutorial. Back in my undergraduate course, I was also asked to run Moodle on a local domain. Therefore, the following steps are additional but optional:

Figure 14. find C Windows System32 drivers etc hosts.png

Figure 14. find C:\Windows\System32\drivers\etc\hosts

Figure 15. add your personal domain name ip address translation here.png

Figure 15. add your personal domain name ip address translation here

Figure 16. find C xampp apache conf httpd.conf.png

Figure 16. find C:\xampp\apache\conf\httpd.conf

Figure 17. include vhost configuration file.png

Figure 17. include vhost configuration file

Figure 18. the vhost configuration file was in C xampp apache conf extra httpd-vhosts.conf.png

Figure 18. the vhost configuration file was in C:\xampp\apache\conf\extra\httpd-vhosts.conf

Figure 19. add the virtual host lines binding the ip address to the domain name.png

Figure 19. add the virtual host lines binding the ip address to the domain name

Figure 20. moodle with personal local domain name ready.png

Figure 20. moodle with personal local domain name ready

Mirrors