In networking, routing stands as a cornerstone, ensuring seamless communication between devices in a network. At its core, routing is the process of determining the best path for data packets…
Web Hosting Geeks’ Blog
Dynamic
PHP- The Best Server of Dynamic Websites
Nowadays, PHP is the huge applied scripting language for the creating an active website and its visitors are increasing every day. As soon as, therefore lots of websites build with using PHP and a web hosting corporation as well give services of the PHP hosting. There are a various methods in what to watch a PHP hosting facility.
Find Articles, Free Articles Directory | Web Hosting Articles
Web Hosting Result For Small Static Websites To Big Dynamic Websites And Portals Also
Web hosts can also provide data center space and connectivity to the Internet for other servers located in their data center, in layman's language web hosting is like renting a loft to other people and taking monthly/yearly rents.
Find Articles, Free Articles Directory | Web Hosting Articles
Dynamic Solution to Easy and Reliable Web Hosting
Perspiring at the idea of costly web hosting service? Australian reseller assures you of qualitative web hosting services with minimum expenditure. Furthermore we also assure you of 24/7 customer support if we don't pick up our phone or respond by email within the hour we'll refund your monthly payment in full.
Find Articles, Free Articles Directory | Web Hosting Articles
Add your Dynamic IPs to Apache HTACCESS files
Hello!
We threw together a quick & simple script to dynamically update your .htaccess files within apache to add your dynamic IP address to the allow / deny fields.
If you’re looking to password protect an admin area (for example) but your office only has a dynamic IP address, then this script might be handy for you.
Its an extremely simple script that polls your dynamic hostname (if you use no-ip.org or dyndns.org for example) every 15 minutes as a cron job and, if it has changed, updates the .htaccess file
Hopefully it will make your life just a little bit easier
Sample Cron entry :
*/15 * * * * /bin/sh /usr/local/bin/htaccessdynamic.sh yourhostname.dyndns.org /var/www/website.com/public_html/.htaccess > /dev/null 2>&1
And now the script :
#!/bin/bash # Dynamic IP .htaccess file generator # Written by Star Dot Hosting # www.stardothosting.com dynDomain="$ 1" htaccessLoc="$ 2" dynIP=$ (/usr/bin/dig +short $ dynDomain) echo "dynip: $ dynIP" # verify dynIP resembles an IP if ! echo -n $ dynIP | grep -Eq "[0-9.]+"; then exit 1 fi # if dynIP has changed if ! cat $ htaccessLoc | /bin/grep -q "$ dynIP"; then # grab the old IP oldIP=`cat /usr/local/bin/htold-ip.txt` # output .htaccess file echo "order deny,allow" > $ htaccessLoc 2>&1 echo "allow from $ dynIP" >> $ htaccessLoc 2>&1 echo "allow from x.x.x.x" >> $ htaccessLoc 2>&1 echo "deny from all" >> $ htaccessLoc 2>&1 # save the new ip to remove next time it changes, overwriting previous old IP echo $ dynIP > /usr/local/bin/htold-ip.txt fi
Zymic + Joomla! + dot.tk = ***FREE*** Dynamic Website
Have a problem? Ask in the forum: www.mob3.co.uk or the live chat: www.mob3.co.uk Here I show you a combination of 3 services that will allow you to have your own website set up in less than 30 minutes (depending on your uploading of Joomla!) Zymic (Free Web Host + Domain Name): www.zymic.com Joomla! (Content Management System): www.joomla.org Dot.tk (Free .tk name, thanks to livingprooffilms): dot.tk
Video Rating: 4 / 5