由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
ebiz版 - Activate Plum Target GC+ 20 的傻瓜方法
相关主题
Walmart ipad2 全型号 in stockiPhone可以变成一台能刷信用卡的POS机! (转载)
5个包子求imacros 7 scripting edition beta 2 or 3求教,是不是shopper再刷我的卡
求人开发下单机器人不如自己写虫子来说几句吧
别瞎折腾了,能用coupon的完整ASIN list国内的还是胆大阿
amazon你们就玩玩好了 肯定是 price errorIPHONE4被拍了但买家没付钱怎么办?
The reason why DELL laptop is POSHow to set ShipRush Fedex Ground as Default
MS Store is really POS第一次在amazon 卖东西,这种买家是骗子吗?
这是怎么回事啊,他想干什么呢?可以用Staples 的Giftcard在Staples店里买其它的 giftcard吗?
相关话题的讨论汇总
话题: form话题: set话题: pos话题: tag话题: input
进入ebiz版参与讨论
1 (共1页)
e****e
发帖数: 2010
1
方法比较傻瓜,需要把Code编辑好,安装浏览器Extension。 职业高中,技校的,文科
女生可以试试,大牛和名校毕业的就算了。觉得有用就给些包子,饿S了。
1) Download and Install iMacros IE extension
http://download.cnet.com/iMacros-for-Internet-Explorer/3000-125
10586882.html
2) Create your code CVS txt file, PlumTarget.txt, Looks like:
Email,CardN,AccessN,RedeemN
xxx@xxx,xxxx,xxxx,xxxxxx
xxx@xxx,xxxx,xxxx,xxxxxx
…...................
Note: 四列文件,只有逗号,没有任何空格。可以用Excel, 存为cvs text file.
3) Edit and Play iMacros File
Edit #Current.iim file as following, save as any file name. Set Repeat
Macro Max more than your codes number. then Play (Loop)
VERSION BUILD=7511734
TAB T=1
'TAB CLOSEALLOTHERS
SET !DATASOURCE D:\PlumTarget.txt
'Number of columns in the CSV file. This must be accurate!
SET !DATASOURCE_COLUMNS 4
'Start at line 2 to skip the header in the file
SET !LOOP 2
'Increase the current position in the file with each loop
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=http://www.digitaldoorstep.com/target/
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:redemption_form ATTR=ID:email CONTENT=
{{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:redemption_form ATTR=ID:CardN CONTENT=
{{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:redemption_form ATTR=ID:AccessN
CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:redemption_form ATTR=ID:RedeemC
CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:redemption_formATTR=ID:submit&&VALUE:
SUBMIT
Note: 只要改动 这一行的路径和文件名: SET !DATASOURCE D:\PlumTarget.txt,其
他不要做任何改动。
b********y
发帖数: 883
2
H*****u
发帖数: 1766
3

对俺们平煤毕业的也有用啊
不过预计我收不到几张卡,就不用脚本了
c*****a
发帖数: 3965
4
随便找个code就行了吗?
我有几个账户,现在对不起来了,是不是不用管对应?

【在 e****e 的大作中提到】
: 方法比较傻瓜,需要把Code编辑好,安装浏览器Extension。 职业高中,技校的,文科
: 女生可以试试,大牛和名校毕业的就算了。觉得有用就给些包子,饿S了。
: 1) Download and Install iMacros IE extension
: http://download.cnet.com/iMacros-for-Internet-Explorer/3000-125
: 10586882.html
: 2) Create your code CVS txt file, PlumTarget.txt, Looks like:
: Email,CardN,AccessN,RedeemN
: xxx@xxx,xxxx,xxxx,xxxxxx
: xxx@xxx,xxxx,xxxx,xxxxxx
: …...................

1 (共1页)
进入ebiz版参与讨论
相关主题
可以用Staples 的Giftcard在Staples店里买其它的 giftcard吗?amazon你们就玩玩好了 肯定是 price error
ask about Staples returnThe reason why DELL laptop is POS
帮忙推荐个pos系统MS Store is really POS
AMEX Gift Card local怎么用?这是怎么回事啊,他想干什么呢?
Walmart ipad2 全型号 in stockiPhone可以变成一台能刷信用卡的POS机! (转载)
5个包子求imacros 7 scripting edition beta 2 or 3求教,是不是shopper再刷我的卡
求人开发下单机器人不如自己写虫子来说几句吧
别瞎折腾了,能用coupon的完整ASIN list国内的还是胆大阿
相关话题的讨论汇总
话题: form话题: set话题: pos话题: tag话题: input