com_comprofiler

所属分类:Unity3D
开发工具:Unix_Linux
文件大小:1757KB
下载次数:1618
上传日期:2008-09-13 00:02:23
上 传 者aigobig
说明:  最受欢迎的Joomla社区用户管理收费插件 - Commnity Builder 1.2 RC2。 Community Builder suite (CB) extends the Joomla! user management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.
(Joomla the most popular community plug-ins User management fees- Commnity Builder 1.2 RC2. Community Builder suite (CB) extends the Joomla! User management system. Key features: extra fields in profile, enhanced registration workflows, user lists, connection paths between users, admin defined tabs and user profiles, image upload, front-end workflow management, integration with other components, like PMS, Newsletter, Forum, Galleries. Release 1.1 is compatible with all Joomla! 1.0.x (including 1.0.15) and Mambo 4.5.2-4.6.4. New CB version 1.2 RC brings Joomla 1.5 native compatibility (and keeping Joomla 1.0.x and Mambo 4.5.2-4.6.4 native compatibility), multi-criteria user searches, full field controls of core fields, ajax email and username checkers, new lost username/password form and many more features and fixes. Please see announcement on our homepage.)

文件列表:
admin.comprofiler.controller.php (167557, 2008-07-03)
admin.comprofiler.html.php (147356, 2008-07-03)
admin.comprofiler.php (1042, 2008-07-03)
comprofilej.xml (19804, 2008-07-03)
comprofiler.class.php (180085, 2008-07-03)
comprofiler.html.php (97577, 2008-07-03)
comprofiler.php (78424, 2008-07-03)
comprofiler.toolbar.php (3304, 2008-07-03)
comprofiler.xml (19639, 2008-07-03)
database (0, 2008-07-03)
database\database.cbcore.xml (85007, 2008-07-03)
database\index.html (50, 2008-07-03)
images (0, 2008-07-03)
images\appReport.gif (736, 2008-07-03)
images\approve.png (429, 2008-07-03)
images\arrow.png (210, 2008-07-03)
images\ban.png (871, 2008-07-03)
images\cbconfig.gif (4650, 2008-07-03)
images\cbfield.gif (4476, 2008-07-03)
images\cblist.gif (4813, 2008-07-03)
images\cbtab.gif (4632, 2008-07-03)
images\cbtool.gif (4527, 2008-07-03)
images\cbuser.gif (4494, 2008-07-03)
images\delavatar.gif (1054, 2008-07-03)
images\email.gif (231, 2008-07-03)
images\english (0, 2008-07-03)
images\english\index.html (50, 2008-07-03)
images\english\nophoto.jpg (8479, 2008-07-03)
images\english\pendphoto.jpg (9240, 2008-07-03)
images\english\tnnophoto.jpg (2140, 2008-07-03)
images\english\tnpendphoto.jpg (2151, 2008-07-03)
images\gallery (0, 2008-07-03)
images\gallery\airplane.gif (2433, 2008-07-03)
images\gallery\ball.gif (2682, 2008-07-03)
images\gallery\butterfly.gif (2773, 2008-07-03)
images\gallery\car.gif (1679, 2008-07-03)
images\gallery\dog.gif (2195, 2008-07-03)
images\gallery\duck.gif (2185, 2008-07-03)
images\gallery\fish.gif (2839, 2008-07-03)
images\gallery\frog.gif (2268, 2008-07-03)
... ...

PHPMailer Full Featured Email Transfer Class for PHP ========================================== ** NOTE: As of November 2007, PHPMailer has a new project team headed by industry veteran Andy Prevost (codeworxtech). The first release in more than two years will focus on fixes, adding ease-of-use enhancements, provide basic compatibility with PHP4 and PHP5 using PHP5 backwards compatibility features. A new release is planned before year-end 2007 that will provide full compatiblity with PHP4 and PHP5, as well as more bug fixes. We are looking for project developers to assist in restoring PHPMailer to its leadership position. Our goals are to simplify use of PHPMailer, provide good documentation and examples, and retain backward compatibility to level 1.7.3 standards. If you are interested in helping out, visit http://sourceforge.net/phpmailer and indicate your interest. ** http://phpmailer.sourceforge.net/ This software is licenced under the LGPL. Please read LICENSE for information on the software availability and distribution. Class Features: - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs - Redundant SMTP servers - Multipart/alternative emails for mail clients that do not read HTML email - Support for 8bit, base***, binary, and quoted-printable encoding - Uses the same methods as the very popular AspEmail active server (COM) component - SMTP authentication - Native language support - Word wrap, and more! Why you might need it: Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not expose any of the popular features that many email clients use nowadays like HTML-based emails and attachments. There are two proprietary development tools out there that have all the functionality built into easy to use classes: AspEmail(tm) and AspMail. Both of these programs are COM components only available on Windows. They are also a little pricey for smaller projects. Since I do Linux development I’ve missed these tools for my PHP coding. So I built a version myself that implements the same methods (object calls) that the Windows-based components do. It is open source and the LGPL license allows you to place the class in your proprietary PHP projects. Installation: Copy class.phpmailer.php into your php.ini include_path. If you are using the SMTP mailer then place class.smtp.php in your path as well. In the language directory you will find several files like phpmailer.lang-en.php. If you look right before the .php extension that there are two letters. These represent the language type of the translation file. For instance "en" is the English file and "br" is the Portuguese file. Chose the file that best fits with your language and place it in the PHP include path. If your language is English then you have nothing more to do. If it is a different language then you must point PHPMailer to the correct translation. To do this, call the PHPMailer SetLanguage method like so: // To load the Portuguese version $mail->SetLanguage("br", "/optional/path/to/language/directory/"); That's it. You should now be ready to use PHPMailer! A Simple Example: IsSMTP(); // set mailer to use SMTP $mail->Host = "smtp1.example.com;smtp2.example.com"; // specify main and backup server $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "jswan"; // SMTP username $mail->Password = "secret"; // SMTP password $mail->From = "from@example.com"; $mail->FromName = "Mailer"; $mail->AddAddress("josh@example.net", "Josh Adams"); $mail->AddAddress("ellen@example.com"); // name is optional $mail->AddReplyTo("info@example.com", "Information"); $mail->WordWrap = 50; // set word wrap to 50 characters $mail->AddAttachment("/var/tmp/file.tar.gz"); // add attachments $mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // optional name $mail->IsHTML(true); // set email format to HTML $mail->Subject = "Here is the subject"; $mail->Body = "This is the HTML message body in bold!"; $mail->AltBody = "This is the body in plain text for non-HTML mail clients"; if(!$mail->Send()) { echo "Message could not be sent.

"; echo "Mailer Error: " . $mail->ErrorInfo; exit; } echo "Message has been sent"; ?> CHANGELOG See ChangeLog.txt Download: http://sourceforge.net/project/showfiles.php?group_id=26031 Andy Prevost


近期下载者

相关文件


收藏者