Kostenloses Webkatalog Script - Link Script

kostenloses Webkatalog Script - Datei: phpmailer/ChangeLog.txt

 
  Download Webkatalog Script   Demo Webkatalog   Demo Adminbereich   Bücher PHP & Mysql   Forum  
 
Home » phpmailer/ChangeLog.txt

Linkaufbau & Link Building Steigerung der Relevanz, des PageRanks und der Besucherzahlen sind die Ziele von Link Building. Die [ Wekatalog Skript Erweiterung ] bietet eine einfache Möglichkeit der Steigerung der Besucherzahlen als auch Relevanz einer Website bei den etablierten Suchdienste Google, Yahoo, MSN oder ASK.

Einbindungsbeispiel Surftipps & Linkpartner
Webkatalog und Partner Seiten

<?
/* Beispiel zum Einbinden */
define('CG_LINK', true);
@include (
'url-anmelden-link-eintragen
/cg_config.php'
);
/*
Varibale $linkswebkat in *.php einbinden
<? echo $linkswebkat; ?>
Erzeugte Ausgabe:
Surftipps & Linkpartner
Webkatalog und Partner Seiten
*/
?>

Dateiname phpmailer/ChangeLog.txt (Größe 6.4 kB) (last upate 11.01.2007)
  1. ChangeLog
  2.  
  3. Version 1.73 (Sun, Jun 10 2005)
  4. * Fixed denial of service bug: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf
  5. * Now has a total of 20 translations
  6. * Fixed alt attachments bug: http://tinyurl.com/98u9k
  7.  
  8. Version 1.72 (Wed, May 25 2004)
  9. * Added Dutch, Swedish, Czech, Norwegian, and Turkish translations.
  10. * Received: Removed this method because spam filter programs like
  11. SpamAssassin reject this header.
  12. * Fixed error count bug.
  13. * SetLanguage default is now "language/".
  14.  
  15. Version 1.71 (Tue, Jul 28 2003)
  16. * Made several speed enhancements
  17. * Added German and Italian translation files
  18. * Fixed HELO/AUTH bugs on keep-alive connects
  19. * Now provides an error message if language file does not load
  20. * Fixed attachment EOL bug
  21. * Updated some unclear documentation
  22. * Added additional tests and improved others
  23.  
  24. Version 1.70 (Mon, Jun 20 2003)
  25. * Added SMTP keep-alive support
  26. * Added IsError method for error detection
  27. * Added error message translation support (SetLanguage)
  28. * Refactored many methods to increase library performance
  29. * Hello now sends the newer EHLO message before HELO as per RFC 2821
  30. * Removed the boundary class and replaced it with GetBoundary
  31. * Removed queue support methods
  32. * New $Hostname variable
  33. * New Message-ID header
  34. * Received header reformat
  35. * Helo variable default changed to $Hostname
  36. * Removed extra spaces in Content-Type definition (#667182)
  37. * Return-Path should be set to Sender when set
  38. * Adds Q or B encoding to headers when necessary
  39. * quoted-encoding should now encode NULs \000
  40. * Fixed encoding of body/AltBody (#553370)
  41. * Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC)
  42. * Multiple bug fixes
  43.  
  44. Version 1.65 (Fri, Aug 09 2002)
  45. * Fixed non-visible attachment bug (#585097) for Outlook
  46. * SMTP connections are now closed after each transaction
  47. * Fixed SMTP::Expand return value
  48. * Converted SMTP class documentation to phpDocumentor format
  49.  
  50. Version 1.62 (Wed, Jun 26 2002)
  51. * Fixed multi-attach bug
  52. * Set proper word wrapping
  53. * Reduced memory use with attachments
  54. * Added more debugging
  55. * Changed documentation to phpDocumentor format
  56.  
  57. Version 1.60 (Sat, Mar 30 2002)
  58. * Sendmail pipe and address patch (Christian Holtje)
  59. * Added embedded image and read confirmation support (A. Ognio)
  60. * Added unit tests
  61. * Added SMTP timeout support (*nix only)
  62. * Added possibly temporary PluginDir variable for SMTP class
  63. * Added LE message line ending variable
  64. * Refactored boundary and attachment code
  65. * Eliminated SMTP class warnings
  66. * Added SendToQueue method for future queuing support
  67.  
  68. Version 1.54 (Wed, Dec 19 2001)
  69. * Add some queuing support code
  70. * Fixed a pesky multi/alt bug
  71. * Messages are no longer forced to have "To" addresses
  72.  
  73. Version 1.50 (Thu, Nov 08 2001)
  74. * Fix extra lines when not using SMTP mailer
  75. * Set WordWrap variable to int with a zero default
  76.  
  77. Version 1.47 (Tue, Oct 16 2001)
  78. * Fixed Received header code format
  79. * Fixed AltBody order error
  80. * Fixed alternate port warning
  81.  
  82. Version 1.45 (Tue, Sep 25 2001)
  83. * Added enhanced SMTP debug support
  84. * Added support for multiple ports on SMTP
  85. * Added Received header for tracing
  86. * Fixed AddStringAttachment encoding
  87. * Fixed possible header name quote bug
  88. * Fixed wordwrap() trim bug
  89. * Couple other small bug fixes
  90.  
  91. Version 1.41 (Wed, Aug 22 2001)
  92. * Fixed AltBody bug w/o attachments
  93. * Fixed rfc_date() for certain mail servers
  94.  
  95. Version 1.40 (Sun, Aug 12 2001)
  96. * Added multipart/alternative support (AltBody)
  97. * Documentation update
  98. * Fixed bug in Mercury MTA
  99.  
  100. Version 1.29 (Fri, Aug 03 2001)
  101. * Added AddStringAttachment() method
  102. * Added SMTP authentication support
  103.  
  104. Version 1.28 (Mon, Jul 30 2001)
  105. * Fixed a typo in SMTP class
  106. * Fixed header issue with Imail (win32) SMTP server
  107. * Made fopen() calls for attachments use "rb" to fix win32 error
  108.  
  109. Version 1.25 (Mon, Jul 02 2001)
  110. * Added RFC 822 date fix (Patrice)
  111. * Added improved error handling by adding a $ErrorInfo variable
  112. * Removed MailerDebug variable (obsolete with new error handler)
  113.  
  114. Version 1.20 (Mon, Jun 25 2001)
  115. * Added quoted-printable encoding (Patrice)
  116. * Set Version as public and removed PrintVersion()
  117. * Changed phpdoc to only display public variables and methods
  118.  
  119. Version 1.19 (Thu, Jun 21 2001)
  120. * Fixed MS Mail header bug
  121. * Added fix for Bcc problem with mail(). *Does not work on Win32*
  122.   (See PHP bug report: http://www.php.net/bugs.php?id=11616)
  123. * mail() no longer passes a fifth parameter when not needed
  124.  
  125. Version 1.15 (Fri, Jun 15 2001)
  126. [Note: these changes contributed by Patrice Fournier]
  127. * Changed all remaining \n to \r\n
  128. * Bcc: header no longer writen to message except
  129. when sent directly to sendmail
  130. * Added a small message to non-MIME compliant mail reader
  131. * Added Sender variable to change the Sender email
  132. used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode
  133. * Changed boundary setting to a place it will be set only once
  134. * Removed transfer encoding for whole message when using multipart
  135. * Message body now uses Encoding in multipart messages
  136. * Can set encoding and type to attachments 7bit, 8bit
  137. and binary attachment are sent as is, base64 are encoded
  138. * Can set Encoding to base64 to send 8 bits body
  139. through 7 bits servers
  140.  
  141. Version 1.10 (Tue, Jun 12 2001)
  142. * Fixed win32 mail header bug (printed out headers in message body)
  143.  
  144. Version 1.09 (Fri, Jun 08 2001)
  145. * Changed date header to work with Netscape mail programs
  146. * Altered phpdoc documentation
  147.  
  148. Version 1.08 (Tue, Jun 05 2001)
  149. * Added enhanced error-checking
  150. * Added phpdoc documentation to source
  151.  
  152. Version 1.06 (Fri, Jun 01 2001)
  153. * Added optional name for file attachments
  154.  
  155. Version 1.05 (Tue, May 29 2001)
  156. * Code cleanup
  157. * Eliminated sendmail header warning message
  158. * Fixed possible SMTP error
  159.  
  160. Version 1.03 (Thu, May 24 2001)
  161. * Fixed problem where qmail sends out duplicate messages
  162.  
  163. Version 1.02 (Wed, May 23 2001)
  164. * Added multiple recipient and attachment Clear* methods
  165. * Added Sendmail public variable
  166. * Fixed problem with loading SMTP library multiple times
  167.  
  168. Version 0.98 (Tue, May 22 2001)
  169. * Fixed problem with redundant mail hosts sending out multiple messages
  170. * Added additional error handler code
  171. * Added AddCustomHeader() function
  172. * Added support for Microsoft mail client headers (affects priority)
  173. * Fixed small bug with Mailer variable
  174. * Added PrintVersion() function
  175.  
  176. Version 0.92 (Tue, May 15 2001)
  177. * Changed file names to class.phpmailer.php and class.smtp.php to match
  178.   current PHP class trend.
  179. * Fixed problem where body not being printed when a message is attached
  180. * Several small bug fixes
  181.  
  182. Version 0.90 (Tue, April 17 2001)
  183. * Intial public release
  184.  
Webkat - Script
 kostenlos
 zuverlässig
 vielseitig
 anpassbar
 ohne Datenb.
 SEO freundlich
 Html Mail
 Template

Webkatalog Skript
Das Programm dient zur Online-Verwaltung von Linkpartner auf Ihrer Homepage.
Das Skript es ist klein, leicht zu installieren und benötigt keine Datenbank !

Linkpartner können einfach online verwaltet werden.
Ein editieren der Linkpartner kann bequem über den Adminbereich durchgeführt werden ( edit.php ).
Aussehen und Beschreibungen der Linkeinträge können selber erstellt werden. ( Etwas Html Kenntnisse sollten vorhanden sein. ) Die Einrichtung neuer Linkpartner ist NUR in einer Datei notwendig ! ( linki.php )

Bei Linknachfragen erhalten Linkpartner als auch der Admin eine Anfrage Mail.

 
hoch