• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Hosting-new.com

Hébergement web, cloud et solutions personnalisées

  • Home
  • About

Hébergement CPanel sur SSD, offre Cloud

Un hébergement professionnel sur serveur Xeon Gold et SSD

Dynamic

PHP- The Best Server of Dynamic Websites

January 6, 2015 by Admin Leave a Comment

Linux Cpanel shared hosting: 600 GB disk space, 6 TB bandwidth, free domain, unlimited databases and ftp accounts, web hosting cheap and pro at Hostony

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

Linux Cpanel shared hosting: 600 GB disk space, 6 TB bandwidth, free domain, unlimited databases and ftp accounts, web hosting cheap and pro at Hostony

Filed Under: Web Hosting Tagged With: Best, Dynamic, server, websites

Web Hosting Result For Small Static Websites To Big Dynamic Websites And Portals Also

December 8, 2014 by Admin Leave a Comment

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

Filed Under: Web Hosting Tagged With: also, Dynamic, Hosting, Portals, Result, Small, Static, websites

Dynamic Solution to Easy and Reliable Web Hosting

June 23, 2013 by Admin Leave a Comment

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

Filed Under: Web Hosting Tagged With: Dynamic, Easy, Hosting, Reliable, Solution

Add your Dynamic IPs to Apache HTACCESS files

May 28, 2012 by Admin Leave a Comment



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

DiggTwitterRedditDeliciousShare

*.hosting

Filed Under: Web Hosting Tagged With: .htaccess, Apache, Dynamic, FILES

Zymic + Joomla! + dot.tk = ***FREE*** Dynamic Website

April 30, 2012 by Admin 25 Comments

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

Filed Under: Web Hosting Tutorials Tagged With: dot.tk, Dynamic, Free, Joomla, Website, Zymic

PHP Tutorials: Dynamic Pages (Part 1/3)

June 23, 2011 by Admin 14 Comments

Load files into a content area dynamically using $ _GET (eg index.php?p=contactus) WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
Video Rating: 5 / 5

Filed Under: Php Tagged With: Dynamic, pages, part, Tutorials

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

Made with love by Hosting-New