| TOTAL: 3 Page: 1 of 1 |
|
Mysql datetime to php timestamp
Function to convert mysql datetime to php timestamp.

| Hits: | 21 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-03-29 |
Posting Data throught a Socket 1.0.0
This example uses the fsockopen to connect to an url which can be via any port (even the ssl one), posts some data and reads the output page as well as the headers.

| Hits: | 43 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-06-08 |
Detecting Proxies
The basic way the script below works, is it checks to see if any of these are set. If they are, then you're definately using a proxy. It also checks to see if the word "proxy" is contained in the remote host name. This occurs frequently and is obviously a dead give away. Most proxies are intended to be used to speed up a slow connection you might have and avoid spyware and cookies. This script can't detect EVERY proxy, because not every proxy is detectable. High anonymity proxies (somet

| Hits: | 117 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Introduction to PHP Sockets
Today we'll be taking a look at one of PHP's more underused features: Sockets. Sockets can be used to open connections to other peoples computers, or to accept incoming connections on your own computer. In this tutorial, I will try my best to explain the basics of socket programming, in an easy to understand format.

| Hits: | 122 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Using PHP classes to navigate distributed whois databases
We also knew that there were other whois servers out there, one for..mil and .int for example, not to mention the ones for the myriadccTLD's (country code TLD's) in existence, and we could look updomains in those TLD's by asking the approprate whois serverabout it. Things changed radically this year with the introductionof competition at the registrar level in the .com/.net/.orgnamespace and with it the advent of the SRS (Shared Registry System). ICANN set up shop to succeed the IANA and bega

| Hits: | 89 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |