English 中文(简体)
是否有可能通过我自己的网站向Craigslist派驻人员?
原标题:is it possible to making a posting to Craigslist through my own website?
  • 时间:2011-09-07 06:00:36
  •  标签:
  • craigslist

What I am trying to do is allow users to making postings to Craiglist through my own website using PHP curl. This is NOT an automated posting system, I just want users to be able to post onto Craigslist and my website at the same time. So far, I ve managed to log in using php but I m still not sure how to post the title, description, contact information, etc. I am not familiar with cURL.

问题回答

你的问题是广义的,因此,我大体回答。 arrow倒你们的问题(或采取后续行动),以便我们能够更好地帮助你。

Is it possible to making a posting to Craigslist through my own website?

It depends, there are two major ways, but most websites block these so I suspect Craigslist does too.

1. Clientside

Your 访客成为名单的来访者。

你采取你在名单上发现的形式,在您的网站上担任该名单的东道国(《html守则》),但形式上的行动也表明了这一点。

They ll probably block these, based on the REFERER, a session key or something alike.

2. Serverside

Your服务器作为Craigslist的客户。

您在服务器上填写表格,同时在处理页上填写。 在你收集了所有投入之后,服务器现在将充当Craigslist的客户,实际上使用php 曲线

如果1项工程(如果不是的话)在2项中开始编码,你就应当尝试。 如果你在某个特定方面 st,就会提出一个问题,我们会进一步帮助你。





相关问题
How to parse Craigslist content through RSS

Craigslist don t provide any APIs for data access. I would like to write a small client to parse data from their RSS and reflow it. I would like to do this without setting up a server. What client ...

NSURLRequest, why does craigslist return a 404?

I m building my first iPhone app and I m stymied. I m trying to build an RSS reader, and I m trying to use a feed from craigslist. This code, using stackoverflow, returns "Status code: 200": - (void)...

Craigslist, CURL, Simple PHP DOM Issues

I am logging into Craigslist with CURL to scrape the status of my posted listings. The problem I encounter is the transfer of HTML from CURL $output to file_get_html. While Craigslist statuses are ...

Storing HTML formatted text in database

I am building a web site similar to Craigslist. I would like to know how to store the html formatted text (bold / italics / font size etc) in a sql 2008 database? In order words, the user would enter ...

Javascript cross-domain web request fails with Status=0?

EDIT: It s been pointed out below that this doesn t work because craigslist doesn t set an Allow-Cross-Domain header. OK, I ll buy that. Is there any other way to use javascript in firefox to download ...

How to log in to Craigslist using C#

I m using the following code to log into Craigslist, but haven t succeeded yet. string formParams = string.Format("inputEmailHandle={0}&inputPassword={1}", "must_chd@yahoo.com", "removed"); //...

热门标签