Hi, if this is the wrong forum for this please feel free to flame me and point me in the right direction
im trying to run a macro that will autopost to a vbulletin. This vbulletin needs you to have a certain amount of posts before u can post links..
anyways..they have a thread where they are trying to count to a million replies and i want to create a macro that will reply every 60 (post limit) with the next number
this is what i have so far and it works once. I have the next 100 or so numbers they are trying to count in the input.csv file and it posts that first number but it doesnt go on to refresh and post again...
is it a coding problem or is there a setting im missing?
thanks
im trying to run a macro that will autopost to a vbulletin. This vbulletin needs you to have a certain amount of posts before u can post links..
anyways..they have a thread where they are trying to count to a million replies and i want to create a macro that will reply every 60 (post limit) with the next number
this is what i have so far and it works once. I have the next 100 or so numbers they are trying to count in the input.csv file and it posts that first number but it doesnt go on to refresh and post again...
Code:
VERSION BUILD=6700624 RECORDER=FX
TAB T=1
SET !DATASOURCE input.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=cant post the link
TAG POS=1 TYPE=TEXTAREA FORM=NAME:vbform ATTR=ID:vB_Editor_QR_textarea CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:qrform ATTR=ID:qr_submit
WAIT SECONDS=15
is it a coding problem or is there a setting im missing?
thanks