This is a simple screenshot server running over http. You append a url (a urlencoded url) to the server and it returns a PNG image
htmlentities() versus htmlspecialchars() – What’s Better For Emitting HTML?
Both htmlentities and htmlspecialchars work the same way in that they are used to emit a string of user input that may contain raw HTML
How to Search for Google and Bing for Pages they’ve Indexed on Your Site
It’s easy to find all the pages google or bing has indexed on your site. Simply do a search for site:yourdomain.com Below there are a
Ignoring Insert Errors
In the MySQL sql language, the insert modifier ignore can sometimes come in handy if you’re wanting to run the query but not worry about
Best Whois Parser
I went through a bunch of different whois parsers trying to find the most accurate. Many of them weren’t able to correctly parse the new
How to Detach and Background a Running Process From a SSH Session
Sometimes you run a program at the command line and it’s running longer than you thought. You’re worried process might die if you walk away
Server to Server Copying Files With SCP
To copy files between remote servers where transfers occur on the local host you use the -3 command line switch. This is useful if server1
See Headers Only From Command Line CURL
To See headers only and not the HTML response from a web server, you can use the command line CURL program to do it. Output
How to Remove Spaces or Other Characters From File Names on Mac
Both these commands work on most Linux and OSX/Mac machines. Replace spaces with dashes in files in a directory Replace a range of characers using
Get Folder Sizes in Current Directory Ubuntu
This command will get you a -s summarized, -h human readable, listing of the . current directory and all subdirectories disk usage totaled to one