English 中文(简体)
PHP A. 与有保障的Login相处的现场勘测
原标题:PHP Site Scraping With a Secure Login
  • 时间:2010-12-01 18:50:04
  •  标签:
  • php

我正试图拆除我的一个经销商每产品库存的物品数量。 他们不知道如何出口这一数据。 因此,我很想知道,有人是否能够帮助我正确了解如何用PHP拆除一个网站,你必须把这个网站输入数据? 它不是国家安全局的一个安全地点。

感谢任何假肢,

Chris Edwards

最佳回答

了解你所希望之处的最容易途径是:http://php.net/manual/en/book.curl.php” rel=“nofollow noreferer”>cURL。 c URL的基点特征是,它允许你提出“吉大港山区倡议”的请求,并配置了你们需要和接受答复的方式。 可以根据你们的需要,以不同程度的细节进行。

你们想要做的是,大吉斯提炼厂要求获得你想要的网页,并从答复中删除数据。 这样做非常容易,但就你而言,你需要克服一些障碍。

我假定,你说“有志于作案”,就意味着在能够拆解任何东西之前,必须有一个标志。 c URL可以在你方面稍微帮助下 log。

首先,正如你本人所做的那样,你需要用“URL”的形式“提交”。 为了确保你正确,你需要看到吉大港山区协会要求您的浏览员在以手方式提交表格时提出,并用URL提出同样的要求。 如欲了解吉卜赛人协会的详细要求,请您使用“灭.”、“ Chrome”开发工具或“绝对有弹性。 Fiddler debugging proxy

Most probably after submitting a valid login form the server will send you a cookie to be used in authenticating you on subsequent requests. This cookie will be part of the headers of the server s HTTP response (Set-Cookie header). You will need to remember the value of that cookie, and include a Cookie header on subsequent scrapes to the server -- in essence you are doing exactly what your browser would if you were logged in**¹**.

最后,你可能需要进行不止一轮的计算,以找到你的目标。 也许,URL需要事先报废,你需要拆除一个“清单”网页,以发现你希望报废的URL部分。 可以通过简单地在步骤中解决这一问题:首先,删除“清单”网页,发现你需要什么,然后拆除你真想的“详细”网页。

我不提供任何法典,因为网上有吨的URL辅导,但我认为,了解计划的内容将使你的工作更加容易。


<><>>> 另一条(草原,但粗金)办法就是在海山进行单纯的伐木,看到你 go的价值,并且只是把 that past作为你的要求。 背后是,你不再需要用URL做一个标志;倒数是,在使用你的工具之前,有人必须用人工记录并向您提供全权证书。

问题回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签