如何创建要在第三部分网站上使用的自动批量表单提交器脚本,我知道它们的字段名称-值?

发布于 2024-08-27 05:54:50 字数 843 浏览 10 评论 0原文

我需要一个可以处理以下任务的脚本。

从我的数据库中获取用户数据并填写并提交/发布数据到表单 位于第三方网站: 所以我想知道是否很难创建或者有人知道 PHP -Javascript-Ajax 中是否存在一些用于批量表单提交的脚本? 我经营舞者与舞者女主人&模特工作网站,我想找到一些脚本,允许女孩自动向数百个网站表格(其他第三部分模特机构)提交,并在我的网站上指定类似的模特申请表信息,

  • 1)。首先是女孩将填写我的 代理组合非常详细的表格, 这样我会得到所有模特的个人信息 从他们那里,

  • 2)其次我想允许 例如要提交到的模型 100 多家其他模特经纪公司
    表格(我之前会找到那些网站,并且我 将得到他们的字段名称=值
    感谢一些脚本想要 将它们与每个女孩的数据联系起来 已在我的网站中创建
    提交。

我想将它实施到我的 WordPress 网站上,女孩们有她们的作品集而不是我的页面。 我想特别向模特提供这项服务,它应该像一些目录提交者一样工作,脚本知道名称 - 值并自行填写,但我希望它在线 - 浏览器端,女孩应该只填写验证码(如果有)然后点击“提交”按钮。提交成功后应该会提供其他表格供提交。 如果您知道答案或者可以将我重定向到某篇文章,我将非常高兴 示例网站:[半自动链接目录][1]

[1]: http://www.onewaytextlink.com/links.php?type=free&pagenum=1“半自动链接目录”

I need a script that can handle the following tasks.

Take user data from my database and fill in and submit / post data to forms
located on third part websites.:
So I want to know if is it hard to create or do somebody knows if does exists some script for mass form submissions in PHP -Javascript-Ajax ?
I run Dancers & Hostess & Model jobs website, I would like to find some script which allows the girls automaticly submit to hundreds websites forms (other 3rd part model agencies) with their similar model application form info on my website previously specified,

  • 1).Firstly the girls will fill out my
    agency portfolio very detailed form ,
    like this i will get all the model personal info
    from them ,

  • 2) Secondly i would like to allow
    for example models to submit to
    100 and more other model agencies
    forms (I will find those websites before, and I
    will get their field names = values
    and thanks to some script would like
    to connect them with every girl data
    already created in my website to
    submit .

I would like to implement it to my wordpress website where the girls has their portfolios instead of my pages .
I would like to offer this service especially to models , it should work like some directory submitters , The script knows names - values and fill it out itself, but I want it online - browser side, where the girls should only fill out captcha if there is and click the button "submit".After succesful submit it should offer other form to submit.
I would be very happy if you know the answer or if you can redirect me to some article
example website :[SEMI AUTOMATED LINK DIRECTORY][1]

[1]: http://www.onewaytextlink.com/links.php?type=free&pagenum=1"SEMI AUTOMATED LINK DIRECTORY"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

近箐 2024-09-03 05:54:50

抱歉,但这行不通。禁止跨域ajax。尽管您可以通过各种技术或多或少地避免此限制,但许多网站不接受跨站由于安全原因而提出的请求。

Sorry, but it ain't gonna work. Cross-domain ajax is forbidden. Although you can avoid this restriction more or less by various techniques, many sites won't accept cross-site requests due to security reasons.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文