[iMacros Script + PHP] imacro + php to the keyword.

imacro + php to the keyword.

 The csv result.csv.

seed keyword,"keyword",&start990,intitle:"keyword",inurl:"keyword",inurl:"keyword" intitle:"keyword"


 


 

 ' ------------------------------------------ Start Script ----------------------------------------
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_TAG 2

'INCLUDE SITE
CMDLINE !DATASOURCE C:\csv\google2.csv
SET !DATASOURCE_COLUMNS 2
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}
'==============================================================
SET !VAR2 {{!col1}}
TAB T=1
URL GOTO=http://www.google.com/search?hl=en&source=hp&biw=1136&bih=615&q={{!col1}}&aq=f&aqi=g10&aql=&oq=
TAG POS=1 TYPE=DIV ATTR=ID:resultStats&&TXT:About* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL

TAB T=2
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/gg_res2.php ATTR=NAME:keyword CONTENT={{!VAR1}}
SET !VAR1 NULL
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gg_res2.php ATTR=NAME:submit&&VALUE:submit
TAG POS=1 TYPE=P ATTR=TXT:* EXTRACT=TXT
ADD !VAR2 +{{!EXTRACT}}
SET !EXTRACT NULL
'==============================================================
TAB T=1
URL GOTO=http://www.google.com/search?hl=en&source=hp&biw=1136&bih=615&q={{!col1}}&aq=f&aqi=g10&aql=&oq=&start=990
TAG POS=1 TYPE=I ATTR=TXT:In* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL

TAB T=2
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/gg_res2.php ATTR=NAME:keyword CONTENT={{!VAR1}}
SET !VAR1 NULL
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gg_res2.php ATTR=NAME:submit&&VALUE:submit
TAG POS=1 TYPE=P ATTR=TXT:* EXTRACT=TXT
ADD !VAR2 +{{!EXTRACT}}
SET !EXTRACT NULL
'===============================================================
TAB T=1
URL GOTO=http://www.google.com/search?hl=en&source=hp&biw=1136&bih=615&q=intitle:{{!col1}}&aq=f&aqi=g10&aql=&oq=
TAG POS=1 TYPE=DIV ATTR=ID:resultStats&&TXT:About* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL

TAB T=2
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/gg_res2.php ATTR=NAME:keyword CONTENT={{!VAR1}}
SET !VAR1 NULL
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gg_res2.php ATTR=NAME:submit&&VALUE:submit
TAG POS=1 TYPE=P ATTR=TXT:* EXTRACT=TXT
ADD !VAR2 +{{!EXTRACT}}
SET !EXTRACT NULL
'===============================================================
TAB T=1
URL GOTO=http://www.google.com/search?hl=en&source=hp&biw=1136&bih=615&q=inurl:{{!col1}}&aq=f&aqi=g10&aql=&oq=
TAG POS=1 TYPE=DIV ATTR=ID:resultStats&&TXT:About* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL

TAB T=2
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/gg_res2.php ATTR=NAME:keyword CONTENT={{!VAR1}}
SET !VAR1 NULL
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gg_res2.php ATTR=NAME:submit&&VALUE:submit
TAG POS=1 TYPE=P ATTR=TXT:* EXTRACT=TXT
ADD !VAR2 +{{!EXTRACT}}
SET !EXTRACT NULL
'=================================================================
TAB T=1
URL GOTO=http://www.google.com/search?hl=en&source=hp&biw=1136&bih=615&q=intitle:{{!col1}}+inurl:{{!col1}}&aq=f&aqi=g10&aql=&oq=
TAG POS=1 TYPE=DIV ATTR=ID:resultStats&&TXT:About* EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL

TAB T=2
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/gg_res2.php ATTR=NAME:keyword CONTENT={{!VAR1}}
SET !VAR1 NULL
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/gg_res2.php ATTR=NAME:submit&&VALUE:submit
TAG POS=1 TYPE=P ATTR=TXT:* EXTRACT=TXT
ADD !VAR2 +{{!EXTRACT}}
SET !EXTRACT NULL

SET !EXTRACT {{!VAR2}}
SAVEAS TYPE=EXTRACT FOLDER=C:\csv FILE=result2.csv
 ' ------------------------------------------- End Script ----------------------------------------
 php name gg_res2.php.



<html>
<body>
<form method="post" action="<?php echo $PHP_SELF;?>">
keyword : <input type="text" name="keyword" /></br>
<input type="submit" value="submit" name="submit">
</form>
<br/>
<?phpfunction get_string_between($string$start$end){ $string " ".$string; $ini strpos($string,$start); if ($ini == 0) {  return ""; } $ini += strlen($start); $len strpos($string,$end,$ini) - $ini; return substr($string,$ini,$len);
}
function parse_results($result) { $temp get_string_between($result"About "" results"); if($temp == NULL) { $temp get_string_between($result"In order to show you the most relevant results, we have omitted some entries very similar to the "" already"); } $temp str_replace(","""$temp); return $temp;
}// $r = str_replace("\"","",$r);
// $r = str_replace("\\","",$r);
// $q = str_replace(" ", "+", $q);
//start====================$k $_POST["keyword"];
if ($k != ""){$keyword_res1 parse_results($k);
echo "<p>";
echo $keyword_res1;
echo "</p>";
}
else
echo 'no keyword';?>
</body>
</html>


 


How to open it, run it and open the tab 2 imacro gg_res2.php open it.
 Result.csv bad file, then edit with notepad, press ctrl + h to find and replace with: "," Yes.
 I listen, then listen close to open it with excel cell to divide successfully. 

[iMacros Script] Facebook Likes + IMacro Free YLH Alternative

 ' ------------------------------------------ Start Script ----------------------------------------
VERSION BUILD=7401110 RECORDER=FX
TAB T=1

SET !TIMEOUT_PAGE 10
SET !TIMEOUT_TAG 10
TAB T=1
URL GOTO=http://socialkilla.com/twitter.php
TAG POS=1 TYPE=A ATTR=TXT:Follow
TAB T=2
FRAME F=0
SET !ERRORIGNORE YES
TAG POS=1 TYPE=STRONG ATTR=TXT:Follow
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Confirm
WAIT SECONDS=2
 ' ------------------------------------------- End Script ----------------------------------------

SocialKilla iMacro

1. Make sure you have Firefox Browser installed and the latest version.
2. Then go to [CODE]https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/[/CODE] and install iMacros for Firefox (You may have to restart Firefox to enable the iMacros add on).
3. Search for your imacros folder on your computer. Once you have found the folder, drop the macro.iim file into the /imacros/macros/ folder.
4. Go to your Firefox browser and open the iMacros sidebar, the icon next to the back and forward arrows will open this up for you.
5. Create an account at www.socialkilla.com and Twitter.com.
5. Make sure you are logged into your Twitter account. Then close the tab.
6. Log in to your www.socialkilla.com account.
7. On the left hand side where your iMacro sidebar is, click once on the SK-macro.iim click to highlight it, go down to "Repeat Macro" and insert how many times you wish to run the script.

And that's it!

TIP: For the best possible results, we recommend you use a fresh Twitter account. Otherwise you may come across pages you have followed before which will may stop the script.

[iMacros Script] iMacros - Fake Name Generator

iMacros - Fake Name Generator

This will let you quickly generate tons of fake female names. All the results will match (i.e. the ZIP code matches the State and phone number area code).

 ' ------------------------------------------ Start Script ----------------------------------------
 'you need to change highlighted in Red

VERSION BUILD=7401110 RECORDER=FX
TAB T=1

SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
FILTER TYPE=IMAGES STATUS=ON
URL GOTO=http://www.fakenamegenerator.com/gen-female-us-us.php
TAG POS=1 TYPE=SPAN ATTR=CLASS:given-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:additional-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:family-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:street-address EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:locality EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:region EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:postal-code EXTRACT=TXT
'password
TAG POS=1 TYPE=LI ATTR=TXT:Password*
TAG POS=R1 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'phone number
TAG POS=R1 TYPE=SPAN ATTR=TXT:* EXTRACT=TXT
'mother's maiden name
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'birthday
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'SSN
TAG POS=R6 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'job
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
FILTER TYPE=IMAGES STATUS=OFF
SAVEAS TYPE=EXTRACT FOLDER=C:\ FILE=Women.csv



 ' ------------------------------------------- End Script ----------------------------------------

NOTES:

1. You will need to use the Play (Loop) button under where it says "Repeat Macro." I usually generate 10 at a time.

2. This saves the results to a CSV file under C:\. You can change the directory if you want.

3. If you are using this for Dating methods, you might want to run through the list of birth dates and change the year to 1993 (for 18-19 y/o girls) or another year. It generates a random age, and sometimes they are 70 years old.

4. Use Excel or other spreadsheet program to open the file for easy data manipulation.

Name this iMacro as Women.iim if you want it to work with the bonus macro below...

BONUS

Javascript to quickly generate 10 names (or however many you want)

var i
var ret

var i=0;
for (i=0;i<=9;i++)
{
/* Run the Macro(s)  */
ret = iimPlay("Women")
}
 
 Bonus Notes:
 

1.  Save this code in a file named Women.j s (no space between j and s)
 

2.  You can change the 9 to any number based on the number of names you 
need.  For example, if you want 50 names, change 9 to 49.  (That's 
because javascript counts the 0 as the first result, so all the end 
numbers are one number less than what you need).
 

Hope you enjoy this one.  
 

It's very practical for combining with the Signup macros.  Create 10 
names and then sign them up automatically for yahoo, digg, facebook, 
twitter, etc.  
 

And remember, hit the thanks button right here  --------------------------------->
                        
 
 

No comments:

Post a Comment

Bài đăng phổ biến

Số người đang truy cập

Hiện có:
đang truy cập