mindmaster
Elite Member
- Sep 16, 2010
- 5,671
- 3,112
Time to give something back.
This is a simple script that I use to get adult traffic. Smutty is similar to pinterest, but for adult content.
Here is how to quickly pin your content on smutty
Install imacro on your firefox.
Now make a list with all your pages/posts and put them in a notepad, like this:
http://yourdomain.com/post1
http://yourdomain.com/post2
http://yourdomain.com/post3
http://yourdomain.com/postetc
One per line
Now click on File-Save As. Name your file: smutty.CSV
On the 'Save as type' bellow, select All Types (*.*) - this is important
If you've done everything right you should now have a CSV file.
Next copy this file and paste in at %USERPROFILE%\Documents\iMacros\Datasources\
Now open firefox, login or register the account on smutty.com
Open Imacros, set the number of loops you want and PLAY LOOP!
Enjoy
Imacro Script
This is a simple script that I use to get adult traffic. Smutty is similar to pinterest, but for adult content.
Here is how to quickly pin your content on smutty
Install imacro on your firefox.
Now make a list with all your pages/posts and put them in a notepad, like this:
http://yourdomain.com/post1
http://yourdomain.com/post2
http://yourdomain.com/post3
http://yourdomain.com/postetc
One per line
Now click on File-Save As. Name your file: smutty.CSV
On the 'Save as type' bellow, select All Types (*.*) - this is important
If you've done everything right you should now have a CSV file.
Next copy this file and paste in at %USERPROFILE%\Documents\iMacros\Datasources\
Now open firefox, login or register the account on smutty.com
Open Imacros, set the number of loops you want and PLAY LOOP!
Enjoy
Imacro Script
Code:
VERSION BUILD=7500718 RECORDER=FXSET
!ERRORIGNORE YES
'Uses a Windows script to submit several datasets to a website, e. g. for filling an online database
TAB T=1
' Specify input file (if !COL variables are used, IIM automatically assume a CSV format of the input file
'CSV = Comma Separated Values in each line of the file
SET !DATASOURCE smutty.csv
'There is no need to inform the number of columns in the CSV file
'SET !DATASOURCE_COLUMNS 99998
'Start at line 2 to skip the header in the file; not applicable
SET !LOOP 1
'Increase the current position in the file with each loop
SET !DATASOURCE_LINE {{!LOOP}}
' Fill web form
TAG POS=1 TYPE=A ATTR=TXT:Add
TAG POS=1 TYPE=INPUT:TEXT ATTR=ID:add_url CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:BUTTON ATTR=VALUE:ADD
TAG POS=1 TYPE=SPAN ATTR=CLASS:addme<SP>gogogo&&TXT:
TAB T=2
FRAME F=0
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/ajax/b/b.php ATTR=ID:comment_save
TAB T=2
TAB CLOSE
TAB T=1
Last edited: