News Feed
Jobs Feed
Sections




News Archive
Evert Pot's Blog:
Creating a Gopher server with PHP and InetD
August 18, 2006 @ 05:38:24

New from Evert Pot today is this new post on his blog taking a look at the creation of a Gopher (you remember Gopher, right?) server with the help of PHP and InetD.

A long time ago, in the early nineties Gopher was the prefered way to access internet content.. Only later on Tim Berners Lee's HTTP/WWW idea took off. Sixapart recently wrote an article about this chapter of ancient internet history.

This tutorial will teach you how to create a Gopher Server using InetD with PHP. This will teach you how to create a simple socket server using InetD and it will teach you something about the gopher protocol.

He talks more about what Gopher is, what IntD is, and the things you'll need to get started on this quick trip. The script will run on the command line via InetD, setting it up to be able to be telneted into. They include a basic example of the Gopher protocol as well as a link to a class that will help parse and respond to the requests.

It's quick and simple, but it's a good starting point for anyone looking to set up their own Gopher server with PHP in a short amount of time.

126 comments voice your opinion now!
create gopher server inetd class include tutorial create gopher server inetd class include tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Using Subclasses and Accessors with Member Visibility to Protect PHP 5 Class Data

David Walsh's Blog: Using PHP Generic Objects To Organize Your Code

PHPMaster.com: An Introduction to Dependency Injection, Service Locators & Factories (Part 1)

PHPMaster.com: Exploring PHP’s IMAP Library, Part 2

DevShed: Using Abstract Factory Classes in PHP 5 to Work with Online Forms


Community Events











Don't see your event here?
Let us know!


testing series zendframework2 podcast phpunit code framework application unittest community interview object development tool introduction functional release language example opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework