资源简介
会议室预订系统 mrbs 1.4.8
Meeting Room Booking System (MRBS) 是一个基于 PHP/MySQL 开发的,使用浏览器访问的会议室预订系统。使用区域对会议室进行分组管理。
代码片段和文件信息
#include
#include “valid.h“
int main(int argc char ** argv)
{
char * user * pass * server * backup * domain * match;
if(argc < 6)
return 1;
user = argv[1];
pass = argv[2];
server = argv[3];
backup = argv[4];
/* Handle alternate domains if we have a ‘/‘ in the username use the
group specified before the ‘/‘ instead of argument 5 */
match = strchr(user ‘/‘);
if (match)
{
*match = ‘\0‘;
domain = user;
user = match+1;
}
else
{
domain = argv[5];
}
if(Valid_User(user pass server backup domain) == NTV_NO_ERROR)
return 0;
return 1;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-01-01 21:48 mrbs-1.4.8\
文件 994 2008-04-13 19:59 mrbs-1.4.8\grant.pg.sql
文件 292 2010-11-24 17:50 mrbs-1.4.8\auth_ldap.pl
文件 76307 2012-01-01 21:47 mrbs-1.4.8\NEWS
目录 0 2012-01-01 21:48 mrbs-1.4.8\web\
文件 824 2010-11-24 17:50 mrbs-1.4.8\web\session_host.inc
文件 5243 2011-10-03 13:01 mrbs-1.4.8\web\trailer.inc
文件 2225 2011-12-31 11:06 mrbs-1.4.8\web\auth_db.inc
文件 1540 2010-11-24 17:50 mrbs-1.4.8\web\auth_nw.inc
目录 0 2012-01-01 21:48 mrbs-1.4.8\web\images\
文件 35912 2011-11-02 17:56 mrbs-1.4.8\web\edit_users.php
文件 32064 2011-12-31 13:41 mrbs-1.4.8\web\edit_entry_handler.php
文件 44336 2012-01-01 13:00 mrbs-1.4.8\web\systemdefaults.inc.php
文件 53095 2012-01-01 13:00 mrbs-1.4.8\web\edit_area_room.php
目录 0 2012-01-01 21:48 mrbs-1.4.8\web\Mail\
文件 44732 2011-01-07 17:00 mrbs-1.4.8\web\Mail\mimePart.php
文件 51031 2011-01-07 17:00 mrbs-1.4.8\web\Mail\mime.php
文件 15753 2010-12-08 14:59 mrbs-1.4.8\web\Mail\smtp.php
文件 6807 2010-12-08 14:59 mrbs-1.4.8\web\Mail\sendmail.php
文件 3389 2010-12-08 14:59 mrbs-1.4.8\web\Mail\null.php
文件 6410 2010-12-08 14:59 mrbs-1.4.8\web\Mail\mail.php
文件 32911 2010-12-08 14:59 mrbs-1.4.8\web\Mail\RFC822.php
文件 3573 2011-12-29 15:32 mrbs-1.4.8\web\day.php
文件 16586 2011-08-04 11:18 mrbs-1.4.8\web\mysqli.inc
文件 29117 2011-11-03 14:54 mrbs-1.4.8\web\language.inc
文件 15586 2011-12-21 22:44 mrbs-1.4.8\web\view_entry.php
文件 12096 2011-11-01 23:27 mrbs-1.4.8\web\lang.it
文件 4655 2010-11-24 17:50 mrbs-1.4.8\web\auth_pop3.inc
文件 1546 2010-11-24 17:50 mrbs-1.4.8\web\auth_none.inc
文件 2081 2010-11-24 17:50 mrbs-1.4.8\web\auth_smtp.inc
文件 2309 2011-10-03 13:01 mrbs-1.4.8\web\mrbs-ielte6.css
............此处省略1212个文件信息
评论
共有 条评论