https://www.e-solat.gov.my/index.php?r=esolatApi/takwimsolat&period=__PERIOD__&zone=__ZONE__
GET & POST can be used but POST is prefered. See Period / Duration note
https://www.e-solat.gov.my/index.php?r=esolatApi/takwimsolat&period=__PERIOD__&zone=__ZONE__
GET & POST can be used but POST is prefered. See Period / Duration note
I hereby claim:
To claim this, I am signing this object:
sudo v-change-user-password admin secret |
find /home/admin/web/<domainfolder>/public_html -type d -print0 | xargs -0 chmod 755 | |
find /home/admin/web/<domainfolder>/public_html -type f -print0 | xargs -0 chmod 644 | |
chown -R root:root /home/admin/web/<domainfolder>/public_html/.git | |
chown root:root /home/admin/web/<domainfolder>/public_html/.gitignore | |
chmod g+s /home/admin/web/<domainfolder>/public_html |
# this tutorial provided without any guarantee! | |
# only tested in ubuntu 16.04 64bit | |
--- 1st step --- | |
open /usr/local/vesta/bin/v-add-email | |
navigate to 'Action' and change to this | |
# Generating hashed password | |
# salt=$(generate_password "$PW_MATRIX" "8") | |
# md5="{md5}$($BIN/v-generate-password-hash md5 $salt <<<$password)" |
<html> | |
<p style="width: 70%;margin: auto;margin-top: 5%;font-size:larger;text-align:center"> | |
Download a file from any URL</p> | |
<form method="post" style="width: 70%;margin: auto;margin-top: 10%;"> | |
<input name="url" size="50" placeholder="Source URL" style="width: 100%;height: 10%;font-size: 1.5em;padding:10px" required> | |
<input name="submit" type="submit" value="Download" style="width: 30%;height: 10%;margin: 5% auto; display: block;"> | |
<p style="width: 70%;margin: auto;margin-top: 10%;font-size:larger;text-align:center"> | |
To <?php echo getcwd(); ?></p> | |
<p style="width: 70%;margin: auto;font-size: smaller;text-align: center;position: fixed;bottom: 0;background: #fff;"> | |
Powered by: <a href="http://kart.tk/portfolio" target="_blank" style="color:#f60;text-decoration:none;">Karthik</a></p> |