如何创建自动更改网站并获取优惠 [英] How to create autodetect changing of a website and take the offer

查看:59
本文介绍了如何创建自动更改网站并获取优惠的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我已经6年没有按照软件更新任何事情了。

请帮助我知道什么样的软件可以帮助创建这个应用程序。



1.自动刷新大约5秒

选项1:如果自动弹出 - 出现菜单会直接点击弹出窗口的添加按钮

选项2:我们是否可以检测到网站的1个特定行和列的任何更改

没有网站的脚本,仅基于某些字符或数字。

如果可以检测到该行或列的任何更改,则单击添加

按钮。

(这两个条件将停止自动刷新功能)



2.之后会弹出一个表格,填写空条目 有了号码。让我们说20

然后点击确定/获取优惠按钮



3.然后出现另一个表格然后检测第一行单词并将其作为变量x,单击确定按钮



4.然后根据变量x自动重新填充表单。



我能想象的算法是这样的:



自动刷新5'

如果检测弹出或者FP-Fund不是0

然后停止自动刷新

点击添加按钮

//将出现另一个表格



使用20填写输入文本/数字

检测付款方式= Paypal,neteller,payza,警报支付,电汇,固定信托支付maybank,mandiri ,BCA,CIMB,Upay

变量x =付款方式

点击获取优惠按钮



/ /另一种形式出现

如果x = Paypal,neteller,alertpay,payza

然后填写输入电子邮件:xxxxx@xxxxx.com

点击好的按钮



否则,如果x =电汇

然后填写input1abc;

输入2123

输入3asd

点击确定按钮



否则,如果



否则如果



其他返回脚本自动刷新5



我所能做的就是喜欢。



这可以说是软件来检测网站的任何报价并进行交易。



任何人都可以建议我用什么软件来实现它?

可以分享正确的脚本吗?



谢谢

Hi,

I already 6 years didn't follow any update of software things.
Kindly need a help to let me know what kind of software that can help create this application.

1. Auto refresh around 5 seconds
Option 1 : If auto pops-out menu appear will directly click the "add" button of the pops-out
Option 2 : can we detect any changing of 1 specific line and column of a website if we
don't have the script of the website, basic on some characters or number only.
if can then if detected any changing of that line or column then click the "add"
button.
(this two condition will stop the auto refresh function)

2. After that will pop up a form, fill the "empty entry" with number. Let's say "20"
Then click the "Ok/get offers" button

3. Then another form appear then detect the first line word and put it as Variable x, click OK Button

4. Then auto refill a form according to the variable x.

The algorithm that I can imagine is around like this :

Auto refresh 5'
If Detect Pops-Out or FP-Fund not 0
Then Stop Auto refresh
click "add" button
//another form will appear

Fill Input Text/number with "20"
Detect Payment Method = Paypal, neteller, payza, alert pay, wire transfer, solid trust pay maybank, mandiri, BCA, CIMB, Upay
Variable x = Payment method
Click "Get Offer" Button

// Another form appear
If x = Paypal,neteller,alertpay,payza
Then fill input email : xxxxx@xxxxx.com
Click "OK" Button

Else if x = wire transfer
Then fill input1 "abc";
input 2 "123"
input 3 "asd"
CLick "OK" Button

Else if

Else If

Else back to script "auto refresh 5'"

All I can is around like.

This can be said like software to detect any offer from website and do the transaction.

anyone can suggest what software that I can use to implement it?
Can share the right script??

Thank You

推荐答案

你可以编写一个反复请求网页的应用程序,并比较返回的结果,这很容易,但如果你经常这样做,他们可能会注意到阻止您的IP。



如果您的应用使用Web控件在应用中呈现HTML,您可以使用DOM与其进行交互。



您好像要求复制和粘贴解决方案。这是一项艰苦的工作,一旦网站发生变化就会停止工作,你将不得不处理这两件事。



添加所有可能的标签只意味着大多数人会忽略你的问题。如果你不知道你是在使用C ++还是PHP,那么你很清楚你不知道问一个明确的问题。
You can write an app that requests a web page over and over, and compares the returned result, that's pretty easy, but if you do it too often, they may notice and block your IP.

If your app used a web control to render HTML in the app, you can use the DOM to interact with it.

You seem to be asking for a copy and paste solution. This is a lot of hard work, it will stop working as soon as the website changes, and you will have to deal with both those things.

Adding every possible tag only means most people will ignore your question. If you can't tell if you're using C++ or PHP, then it's clear you don't know enough to ask a clear question.


这篇关于如何创建自动更改网站并获取优惠的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆