|
|
|
<?
// dedicate to my wife ( desy ) who infected with Hepatitis B virus, throw 'em away honey!, you can doit!!
// distribute as GPL!
?>
<table border="0" width="98%" bgcolor="#000000" cellspacing="0">
<tr>
<td width="100%"><small><font face="Verdana" color="#FFFFFF"><strong>7 latest mail from php3 mailing
list on php3-general</strong></font></small><table border="0" width="100%"
bgcolor="#000000" cellspacing="1">
<tr>
<td width="68%" bgcolor="#8080C0"><font face="Arial" color="#000000"><small><strong>Subject</strong></small></font></td>
<td width="19%" bgcolor="#8080C0"><font face="Arial" color="#000000"><small><strong>Author</strong></small></font></td>
<td width="13%" bgcolor="#8080C0"><font face="Arial" color="#000000"><small><strong>Date</strong></small></font></td>
</tr>
<?
$bulan= time();
$bulanstr=date("m",$bulan+(0*3600));
$fp = fsockopen("www.zend.com", 80, &$errno, &$errstr, 30);
if(!$fp) {
echo "Zend.com down!! :( <br>\n";
exit; }
else {
$file=fopen("http://www.zend.com/lists/php-general/2000$bulanstr/maillist.html","r");
if (!$file) {
echo "error when connect\n";
exit; }
while (!feof($file)) {
$line = fgets($file,1024);
if (eregi(" <A NAME=\"(.*)</A>", $line, $subject)){
$su++;
if ($su > 7) { break; }
$subject2= str_replace("HREF=\"","HREF=\"http://www.zend.com/lists/php-general/2000$bulanstr/",$subject[1]);
print (" <tr>\n
<td width=\"68%\" bgcolor=\"");
if ($su % 2 ) { echo"#C0C0C0"; } else { echo"#8080C0"; }
print ("\" valign=\"top\"><font face=\"Arial\" color=\"#000000\"><small><A NAME=\"$subject2</a></small></font></td>\n");
}
if (eregi(" <a href=\"mailto:(.*)</a>", $line, $author)){
$au++;
if ($au > 7 ) { break; }
print (" <td width=\"18%\" bgcolor=\"");
if ($su % 2 ) { echo"#C0C0C0"; } else { echo"#8080C0"; }
print ("\" valign=\"top\"><font face=\"Arial\" color=\"#000000\"><small><a href=\"mailto:$author[1]</a></small></font></td>\n");
}
if (eregi("(.*)/2000", $line, $date1)){
$da1++;
if ($da1 > 7 ) { break; }
print (" <td width=\"13%\" bgcolor=\"");
if ($su % 2 ) { echo"#C0C0C0"; } else { echo"#8080C0"; }
print ("\" valign=\"top\"><font face=\"Arial\" color=\"#000000\"><small><p align=\"right\">$date1[1]");
}
if (eregi("/2000(.*)", $line, $date2)){
$da2++;
if ($da2 > 7 ) { break; }
print ("/2000 $date2[1]</small></font></td>\n</tr>\n");
}
}
}
fclose($file);
?>
<tr>
<td width="100%" bgcolor="#8080C0" valign="top" colspan="3"><font face="Arial"
color="#000000"><small><p align="right">source <a href="http://www.zend.com">zend.com</a>
mailing list archive! copyright © <a href="http://www.zend.com">zend.com</a> 2000</small><br>
<small>script done by<a
href="mailto:idban@tekkenzaibatsu.com?subject=gimme latest zend mailing list script">
idban secandri</a> want this script? just 1 US$ and contact me :) </small></font></td>
</tr>
</table>
</td>
</tr>
</table> |
|
| A simple class with some HTML output functions that would come in handy for consistent page layout etc. Categories : PHP, PHP Classes, HTML and PHP, HTML, Navigation | | | Display Slashdot headers on your own site Categories : HTML and PHP, HTML, PHP | | | webcam cam view image ispy browser independant Categories : Graphics, HTML, HTML and PHP, PHP | | | PHP4 HTTP Compression Speeds up the Web Categories : PHP, Zlib, HTML and PHP, HTTP, Network | | | Automatic generation of HTML code for a table. OO interface. Can define colspan, rowspan, table style, cell style, and data style. Simple, but
effective. Categories : PHP, PHP Classes, HTML, HTML and PHP | | | The first step Guest Book ... ^^ Categories : MySQL, PHP, Apache, HTML, HTTP | | | How to preset a text string in a textarea input field Categories : HTML, HTML and PHP, PHP, Beginner Guides | | | Snipe.Net's Web Design Color Scheme Previewer- Allows uses to input hex
codes for their text, background, and link colors, and preview the color
scheme with their background image. Example:
http://www.snipe.net/tech/snipeschool/hex.php3 Categories : PHP, HTML and PHP, General, Graphics, HTML | | | Pseudo Non Parsed Header. Output to the the browser as the script runs. Categories : PHP, HTTP, HTML and PHP | | | How to let a user download a picture by clicking on it instead of needing to right click and Save-As. Categories : HTTP, PHP, HTML and PHP, Filesystem | | | Produces browser-safe strings while preserving HTML tags. Categories : Strings, HTTP, PHP, HTML and PHP | | | GonxTabs : Create elegant HTML tabs based interface Categories : Navigation, HTML, HTML and PHP, PHP | | | class formHTML build your HTML Forms from PHP Categories : PHP, PHP Classes, HTML and PHP, HTML | | | Browser Detection, Redirection Type, MSIE, MOZILLA, Netscape Navigator, NS, $HTTP_USER_AGENT, HTTP_USER_AGENT Categories : PHP, HTTP, Browsers, HTML and PHP | | | Upload Script, Upload File Script, Input Type="File" Categories : PHP, HTML and PHP, HTTP | |
|
|
|