";
}
Else {
While ($ tmp! = ". Rn "){
$ Tmp = fgets ($ usenet_handle, 4096 );
$ Article. = $ tmp;
}
Echo "+ ---------------------- + n ";
Echo "Article $ bouclen ";
Echo "+ ---------------------- + n ";
Echo "$ articlen ";
}
$ Boucle ++;
}
?>
We read the last 10 articles from the newsgroup on the server ,. You can also use the HEAD command to read the header information of an article or the BODY command to read the content of the article.
Close connection
Finally, close the socket by calli
Web sites Chrome,firfox The following ports are inaccessible, so you should avoid the following ports when configuring your own sites:Tcpmux 7,//Echo 9,//Discard,//systat,//daytime,//netstat,//QOTD,//ch Argen,//FTP data,//FTP access,//SSH,//Telnet,//SMTP PNS,//time,//Name ,//Nicname,//Domain PRIV-RJS,//,//finger,//Ttylink,//Supdup 101,//HO Striame 102,//ISO-TSAP 103,//GPPITNP 104,//Acr-nema 109,//POP2,//POP3 111,//SUNRPC 113, Auth,//SFTP 117,//Uucp-path 119,//
IIS easy to install Yi Brother Portal Network
IIS (Internet Information Server, Internet Information Service) is a Web (Web page) service component that includes Web servers, FTP servers, NNTP servers, and SMTP servers, respectively, for web browsing, file transfer, News services and email delivery make it easy to publish information on the Web, including the Internet and local area networks. This articl
establishing an Internet server on Windows NT Server. It is fully integrated with Windows NT Server, allowing the use of Windows NT Server built-in security and the NTFS file system to build a powerful and flexible internet/intranet site. IIS (Internet Information Server, Internet Information Service) is a Web (Web page) service component that includes Web servers, FTP servers, NNTP servers, and SMTP servers, respectively, for web browsing, file tran
articles from this newsgroup on the server. You can also read the header information of an article by using the Head command, or use the body command to read the contents of the article.
Close connection
Finally, end the dialog with the NNTP server by calling the Fclose () function to close the socket.
Close connection
Fclose ($usenet _handle);
?>
For more information about fclose (), please refer to http://www.php.net/manual/function.fclose.php
WordPress Transit semantic HTML and filter links related to the use of PHP function parsing,
Esc_html () (escaped HTML)The esc_html () function is used to escape HTML code so that the HTML code is not escaped.
Usage
Esc_html ($text);
Parameters
$text
(string) (must) the string to be escaped.
Default value: None
return value
Returns the escaped character (string).
Example
echo esc_html (' A link ');
The above code will output:
WordPress function: esc_html () (escaped HTML)
(To prevent the browse
The method of filtering links and filtering SQL statements in WordPress,
Esc_url () (Filter link)Many URLs will have minor errors, using the Esc_url () function to block or correct these errors, and to reject unsafe protocols.
The work of the Esc_url () function is as follows:
Default deny is not url:defaulting to HTTP, HTTPS, FTP, FTPS, mailto, news, IRC, gopher, NNTP, feed, and telnet for the following protocolsRemove invalid characters and dangero
status, because multiple users may request a connection, the program needs to perform operations on these users at the same time and implement information exchange between them. This is called I/O multiplexing.
The method of I/O multiplexing is not described in this article. if you are interested, please refer to relevant books.
5.2. a web-based newsgroup browser
In php, you can use fsockopen to open a tcp socket connection.
Int fsockopen (string hostname, int port [, int errno [, string errst
? How can I open it?
You downloaded a link file similar to asp, not your original file!It must be executed on the server side before it can reach the correct one. Therefore, it is best to click to enter the webpage to obtain the correct suffix, for example, the suffix is similar to rar, and then use it. If it cannot be obtained, it may be a problem with the server. InaccessiblePHP is a server-side HTML-embedded script Description Language. Its strongest and most important feature is its database
excerpt from: http://linzhibin824.blog.163.com/blog/static/735577102013144223127/This brute force password cracking tool is quite powerful, supporting the online password cracking of almost all protocols, the key to whether the password can be cracked is whether the dictionary is strong enough. For social engineering infiltration, sometimes you can get a multiplier effect. This article only discusses the test from the security angle, uses the content of this article to do the destruction, has no
Today to help friends do the honeypot test when using this tool, quite convenient, by the way on the Internet to check the relevant information, meet good text, share to everyone:First, IntroductionNumber one of the biggest security holes is passwords, as every password security study shows. Hydra is a parallized login cracker which supports numerous protocols to attack. New modules is easy-to-add, beside that, it's flexible and very fast.Hydra was tested to compile on Linux, Windows/cygwin, Sol
Outlook Express
Outlook Express is Microsoft Internet Explorer 4.x, Microsoft Internet Explorer 5.x, Microsoft Windows 98 operating system, Microsoft wind OWS Millennium Edition (Me) operating system, Microsoft Windows 2000 operating system, and the e-mail client included with the Microsoft Office for the Macintosh. Outlook Express is designed for home users who access their e-mail via dial-up connections to Internet service providers (ISPs).
Outlook Express is based on an open Internet standa
Esc_url () (Filter link)Many URLs will have small errors, with the Esc_url () function to mask or fix these errors, and to reject unsecured protocols.
What the Esc_url () function does:
Default reject is not the url:defaulting to HTTP, HTTPS, FTP, FTPS, mailto, news, IRC, gopher, NNTP, feed, and telnet of the following protocolDelete invalid characters and dangerous charactersConvert characters to HTML entity charactersHow to use
Esc_url ($u
Distribution Center
88
Udp
Kerberos
Kerberos Key Distribution Center
102
Tcp
X.400
Microsoft Exchange MTA Stacks
110
Tcp
POP3
Microsoft POP3 Services
110
Tcp
POP3
Exchange Server
119
Tcp
NNTP
Network News Transfer Protocol
123
Udp
Ntp
Windows time
123
Udp
SNTP
Windows time
manipulate these users and exchange information between them because there may be more than one user requesting a connection. This is called I/O multiplexing technology in implementation.I/O multiplexing technology is not the content of this article to be described, if interested please refer to the relevant books. 5.2.) A web-based newsgroup browserYou can use Fsockopen to open a TCP socket connection in PHPint Fsockopen (string hostname, int port [, int errno [, String errstr [, double timeo
articles from this newsgroup in the server. You can also read the header information of an article by using the Head command, or read the contents of the article using the Body command.
Close connection
Finally, close the socket by calling the Fclose () function to end the conversation with the NNTP server.
Close connection
Fclose ($usenet _handle);
?>
For more information about fclose (), refer to the http://www.php.net/manual/function.fclose.php
This article describes how to filter links and SQL statements in WordPress. it is mainly used to prevent insecure protocols and SQL injection attacks. For more information, see
Esc_url () (filter link)Many URLs have small errors. Using the esc_url () function can block or correct these errors and reject insecure protocols.
Work content of the esc_url () function:
The default DENY is not the URL of the following protocol: defaulting to http, https, ftp, ftps, mailto, news, irc, gopher,
; httpurl ',
'Gopher' => '$ this-> gopherurl ',
'News' => '$ this-> newsurl ',
'Nntp '=>' $ this-> nntpurl ',
'Telnet '=>' $ this-> telneturl ',
'Wais '=>' $ this-> waisurl'
);
Var $ lowalpha;
Var $ hialpha;
Var $ alpha;
Var $ digit;
Var $ safe;
Var $ extra;
Var $ national;
Var $ punctuation;
Var $ reserved;
Var $ hex;
Var $ escape;
Var $ unreserved;
Var $ uchar;
Var $ xchar;
Var $ digits;
Var $ urlpath;
Var $ password;
Var $ user;
Var $ port;
Var $
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.