由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 【求指点】导师问我怎么在网页中加个password
相关主题
另一个问题,关于.htpasswd的请教一个cgi的newbie问题
How to use this htpasswd ?有没有支持ASP的个人主页?
再问一个问题:password protectedphp 模板下载
Any other ways to add password protection on NT server?Webpage making help!
[转载] htpasswd请问如何更新用户正在下载的文件?
question about web security. thanks!perl cgis: how to send back frame webpage?
怎样给webpage 里的一个文件设密码anybody know how to build MDI webpage?
how to add password protection using Dreamweaver?help
相关话题的讨论汇总
话题: server话题: webpage话题: password话题: ftp话题: database
进入BuildingWeb版参与讨论
1 (共1页)
f***a
发帖数: 329
1
就是在他的个人主页中有他教的course,点进去就转到course那个页面显示详细信息。
他问我怎么在
个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能转到course页面。
我只弄过上网下个webpage template改改用,这个不知道怎么弄啊,google了半天也没
有头绪。请
大侠们指点一二~!!!
a*******t
发帖数: 85
2
use apache htpasswd tool
at allokhost.com, use can set password to any directory/webpage as he wishes
using this tool.

【在 f***a 的大作中提到】
: 就是在他的个人主页中有他教的course,点进去就转到course那个页面显示详细信息。
: 他问我怎么在
: 个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能转到course页面。
: 我只弄过上网下个webpage template改改用,这个不知道怎么弄啊,google了半天也没
: 有头绪。请
: 大侠们指点一二~!!!

f***a
发帖数: 329
3
你说得这个看不懂啊
在dreamweaver里面怎么实现这个功能啊?

wishes

【在 a*******t 的大作中提到】
: use apache htpasswd tool
: at allokhost.com, use can set password to any directory/webpage as he wishes
: using this tool.

y******6
发帖数: 650
4
这个一般要在服务器上设置的,你用的什么平台啊
w*****g
发帖数: 1415
s********r
发帖数: 152
6
你们学校没有网络课程平台, 诸如Blackboard, Sakai, Moodle之类的?
v****s
发帖数: 1112
7
。。。。
dw是用来design的,你这个需要server支持的,用htaccess

【在 f***a 的大作中提到】
: 你说得这个看不懂啊
: 在dreamweaver里面怎么实现这个功能啊?
:
: wishes

r****r
发帖数: 1839
8
具体的记不清了,Google htpassword htaccess

【在 f***a 的大作中提到】
: 就是在他的个人主页中有他教的course,点进去就转到course那个页面显示详细信息。
: 他问我怎么在
: 个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能转到course页面。
: 我只弄过上网下个webpage template改改用,这个不知道怎么弄啊,google了半天也没
: 有头绪。请
: 大侠们指点一二~!!!

z******d
发帖数: 33
9
如果是学校服务器的话,最好找IT的人来设。如果是组里自己架的服务器,可以在服务
器里设置,也可以用一个简单的php脚本。

【在 f***a 的大作中提到】
: 就是在他的个人主页中有他教的course,点进去就转到course那个页面显示详细信息。
: 他问我怎么在
: 个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能转到course页面。
: 我只弄过上网下个webpage template改改用,这个不知道怎么弄啊,google了半天也没
: 有头绪。请
: 大侠们指点一二~!!!

i***c
发帖数: 301
10
java script几行搞定

【在 f***a 的大作中提到】
: 就是在他的个人主页中有他教的course,点进去就转到course那个页面显示详细信息。
: 他问我怎么在
: 个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能转到course页面。
: 我只弄过上网下个webpage template改改用,这个不知道怎么弄啊,google了半天也没
: 有头绪。请
: 大侠们指点一二~!!!

相关主题
question about web security. thanks!请教一个cgi的newbie问题
怎样给webpage 里的一个文件设密码有没有支持ASP的个人主页?
how to add password protection using Dreamweaver?php 模板下载
进入BuildingWeb版参与讨论
s********r
发帖数: 152
11
那样不就成了所有的人用同一个用户名和密码?

【在 i***c 的大作中提到】
: java script几行搞定
r****y
发帖数: 26819
12
javascript用ajax查数据库

【在 s********r 的大作中提到】
: 那样不就成了所有的人用同一个用户名和密码?
s********r
发帖数: 152
13
哦, 学习了

【在 r****y 的大作中提到】
: javascript用ajax查数据库
f***a
发帖数: 329
14
多谢各位的指点!
我上周末摸索了一下,弄成功了,结果如下。这是我给他的回复,呵呵~
“I worked it out. See example here: http://ljing.mezoka.com/ (use "test"
for both username and password when login).
To create a login page, you need to do three things:
1) create a dynamic webpage - say "login.php" (or "login.asp" depends on
which script language you use). On this page, you input username and
password. This page should be uploaded to FTP server where you store
your other webpages.
2) create a database on Database Server (usually a SQL Server; this is
different server, not the FTP server). In the database, create a table
file that stores the information of all the usernames and passwords.
3) link the dynamic login webpage with the database. The linkage
information needs to be specified in a connection file that will be
stored on FTP server along with other webpage files.
When you input username/password on login webpage (on FTP server), it
will be delivered to Database Server and compared with the
username/password in the table file. Then the result (TRUE or FALSE)
will be returned to login webpage and it then redirect you to either
error webpage or destination webpage. ”
m**6
发帖数: 26
15
我也是用这个思路, 用了很长时间,没有摸索出来!
尤其是login.php Submit 后的link, 第2,3 能够详细解释一下吗?
困苦中, 盼望解急!

【在 f***a 的大作中提到】
: 多谢各位的指点!
: 我上周末摸索了一下,弄成功了,结果如下。这是我给他的回复,呵呵~
: “I worked it out. See example here: http://ljing.mezoka.com/ (use "test"
: for both username and password when login).
: To create a login page, you need to do three things:
: 1) create a dynamic webpage - say "login.php" (or "login.asp" depends on
: which script language you use). On this page, you input username and
: password. This page should be uploaded to FTP server where you store
: your other webpages.
: 2) create a database on Database Server (usually a SQL Server; this is

w***f
发帖数: 679
16
简单的话,用JS就可以实现的吧?

【在 f***a 的大作中提到】
: 就是在他的个人主页中有他教的course,点进去就转到course那个页面显示详细信息。
: 他问我怎么在
: 个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能转到course页面。
: 我只弄过上网下个webpage template改改用,这个不知道怎么弄啊,google了半天也没
: 有头绪。请
: 大侠们指点一二~!!!

s****y
发帖数: 983
17
呵呵,ajax不是还要请求后台么,这不是给新手添乱么

哦, 学习了

【在 s********r 的大作中提到】
: 哦, 学习了
r****y
发帖数: 26819
18
验证当然要请求后台,光靠客户端怎么可能做到

【在 s****y 的大作中提到】
: 呵呵,ajax不是还要请求后台么,这不是给新手添乱么
:
: 哦, 学习了

s****y
发帖数: 983
19
没错,所以我说阿,人家问验证的mechanism,你叫他用js,那他不是更搞不懂了么

【在 r****y 的大作中提到】
: 验证当然要请求后台,光靠客户端怎么可能做到
r****y
发帖数: 26819
20
楼主问:“怎么在个人主页中点course的时候弹出个窗口,需要输入用户名和密码才能
转到course页面”?
现在有人说不用js。我也不懂了,呵呵

【在 s****y 的大作中提到】
: 没错,所以我说阿,人家问验证的mechanism,你叫他用js,那他不是更搞不懂了么
相关主题
Webpage making help!anybody know how to build MDI webpage?
请问如何更新用户正在下载的文件?help
perl cgis: how to send back frame webpage?密码窗口一问
进入BuildingWeb版参与讨论
f***a
发帖数: 329
21
我在这找到的思路
http://www.webjx.com/asp/2009-10-11/16843.html
前后相关的文章你也看看
他这用的asp,我后来申请的那个server不支持asp,我就用的php。

【在 m**6 的大作中提到】
: 我也是用这个思路, 用了很长时间,没有摸索出来!
: 尤其是login.php Submit 后的link, 第2,3 能够详细解释一下吗?
: 困苦中, 盼望解急!

w*******s
发帖数: 940
22
js很简单啊
就是popup一个窗口,传两个输入就行了

【在 s****y 的大作中提到】
: 没错,所以我说阿,人家问验证的mechanism,你叫他用js,那他不是更搞不懂了么
y******6
发帖数: 650
23
晕,这个根本不需要什么语言来写,服务器本身就支持这样的功能。如果是apache的话
就用.htaccess来控制,IIS的话把目录的匿名权限取消,然后添加用户权限。
m**6
发帖数: 26
24
最简单的方法:
不需进入db,
直接在PHP设Password,
如果 $enter_pass == $Password
返回打开本地页面!
y******6
发帖数: 650
25
捆绑IP很好办啊,在PHP里判断$_SERVER['REMOTE_ADDR'] 或者 $_SERVER['CLIENT_IP'
]是否在指定的IP里面就可以了,MAC的话浏览器没办法获得MAC的信息,所以没办法实
现。
m**6
发帖数: 26
26
如果在网络端无法查询到MAC
同一个user == password == email address == ip
在同一个时间, 不可能在不同的IP登陆!
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
help[转载] htpasswd
密码窗口一问question about web security. thanks!
logoff/logout怎么实现?怎样给webpage 里的一个文件设密码
浏揽协议how to add password protection using Dreamweaver?
另一个问题,关于.htpasswd的请教一个cgi的newbie问题
How to use this htpasswd ?有没有支持ASP的个人主页?
再问一个问题:password protectedphp 模板下载
Any other ways to add password protection on NT server?Webpage making help!
相关话题的讨论汇总
话题: server话题: webpage话题: password话题: ftp话题: database