Tag: html
-
PHP Access Control List
A quick little Access Control List (ACL) snippet I made for PHP/HTML. Enjoy! <?php $acl = array( // Populate with IP/Subnet Mask pairs. // Any zero bit in the subnet mask acts as a wildcard in the IP address check. array(“192.168.10.24″,”255.255.255.255”), ); $acl_allow = false; for ($i = 0; $i < count($acl); $i++) { $ip2chk […]
-
Expired Domains – A Headache (but a learning experience)
Hey all! It’s been a few months, I know. But I wanted to share an experience I had with my recent domain name headache. So as you may or may not know, I’ve owned ppsstudios.com since May 2013. I purchased it via Google Apps which in turn set my registrar to eNom. Both are useful services and work […]
-
Finally! An internal DNS server that works (for me)!
So it’s been much too long since I wanted to do this, but thankfully, I have finally discovered the solution for which I can serve up my own DNS server for internal LAN things, but still have an external host that administers my public website! My scenario and quandry was this:
-
…….from previous
Oh..and for those of you who still think it’s boring, I don’t like to rush these things. I like to see if they look good and what I want to change before I go changing everything there is to change. So just be patient.
-
Design
Merry Christmas! Almost.. Per request for a channel design switch, I’ve done a bit of CSS editing with borders and background images and transparencies. Enjoy!!
-
Wasted Space Now Reclaimed
So I’m looking at the page there..probably the one you’re looking at right now, and I noticed that there was a big blank space to the left of everything. “Well,” I thought, “How can I get the text to stretch that far?” Then I remembered the Edit HTML link in the Layout tab. Went into […]