Apr 26, 2012

[iMacros Script + PHP] imacro spin wpmu + mapping + spin title / description + sitemap + add gator.

imacro spin wpmu + mapping + spin title / description + sitemap + add gator.

'---------------------- Start Script Set wpmu --------------
VERSION BUILD=7401110 RECORDER=FX
TAB T=1  
TAB CLOSEALLOTHERS     
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
SET !DATASOURCE D:\keyworddomain.csv
SET !DATASOURCE_COLUMNS 8
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !EXTRACT_TEST_POPUP NO

URL GOTO=http://{{!COL4}}/wp-admin/ms-sites.php
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:ms-edit.php?action=addblog ATTR=NAME:blog[domain] CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:ms-edit.php?action=addblog ATTR=NAME:blog[title] CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:ms-edit.php?action=addblog ATTR=NAME:blog[email] CONTENT={{!COL5}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:ms-edit.php?action=addblog ATTR=NAME:go&&VALUE:Add<SP>Site
TAB OPEN
TAB T=2
URL GOTO=http://{{!COL1}}.{{!COL4}}/wp-admin/
REFRESH


URL GOTO=http://{{!COL1}}.{{!COL4}}/wp-admin/options-general.php?page=all-in-one-seo-pack/aioseop.class.php
TAB OPEN
TAB T=3
URL GOTO=http://127.0.0.1/spinwpmu.php
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:spinwpmu.php ATTR=ID:title CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:spinwpmu.php ATTR=VALUE:submit

SET !EXTRACT NULL
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:spinwpmu.php ATTR=ID:tt EXTRACT=TXT
SET !VAR1 {{!EXTRACT}}
SET !EXTRACT NULL
TAG POS=1 TYPE=TEXTAREA FORM=ACTION:spinwpmu.php ATTR=ID:dt EXTRACT=TXT
SET !VAR2 {{!EXTRACT}}
SET !EXTRACT NULL
TAB T=2
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:dofollow ATTR=NAME:aiosp_enabled&&VALUE:1
TAG POS=1 TYPE=TEXTAREA FORM=NAME:dofollow ATTR=NAME:aiosp_home_title CONTENT={{!VAR1}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:dofollow ATTR=NAME:aiosp_home_description CONTENT={{!VAR2}}
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:dofollow ATTR=NAME:aiosp_category_noindex CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:dofollow ATTR=NAME:aiosp_archive_noindex CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:dofollow ATTR=NAME:aiosp_generate_descriptions CONTENT=YES
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:dofollow ATTR=NAME:Submit&&VALUE:Update<SP>Options<SP>»
TAB T=3
TAB CLOSE
TAB T=2
URL GOTO=http://{{!COL1}}.{{!COL4}}/wp-admin/edit.php?post_type=page
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://{{!COL1}}.{{!COL4}}/wp-admin/edit.php ATTR=NAME:post[] CONTENT=YES
TAG POS=1 TYPE=SELECT FORM=ACTION:http://{{!COL1}}.{{!COL4}}/wp-admin/edit.php ATTR=NAME:action CONTENT=%trash
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:posts-filter ATTR=ID:doaction
URL GOTO=http://{{!COL1}}.{{!COL4}}/wp-admin/post-new.php?post_type=page
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:post ATTR=ID:title CONTENT=sitemap
TAG POS=1 TYPE=A ATTR=ID:edButtonHTML
TAG POS=1 TYPE=TEXTAREA FORM=NAME:post ATTR=ID:content CONTENT=<!--<SP>ddsitemapgen<SP>-->
SET !TIMEOUT 180
WAIT SECONDS=6
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:post ATTR=ID:publish
WAIT SECONDS=2
SET !TIMEOUT 60
URL GOTO=http://{{!COL1}}.{{!COL4}}/wp-admin/tools.php?page=domainmapping
URL GOTO=http://{{!COL1}}.{{!COL4}}/wp-admin/tools.php?page=domainmapping
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:domain CONTENT={{!COL1}}.{{!COL3}}
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:NoFormName ATTR=NAME:primary CONTENT=YES
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=VALUE:Add
TAB CLOSE
TAB T=1
 '---------------------- End Script Set wpmu --------------

Details of each column.
1. A forum where no such thaiseoboard.
2. keyword.
3. It's the web. Add to that the software may be toast as com net org co.cc info without prefix.
4. Http:// in front of the main domain eg abc.com does not.
5. Email me.

Channel 1 and Channel 3 when taken together. The domain is the area it may help.
I. To log in before it's mainstream. To this post.
2 years. Be plugin Dagon Design Sitemap Generator and then I hit it I look like a sitemap.

'---------------------- Start Script spinwmpu.php --------------
<?php
$title trim($_POST['title']);$title =htmlspecialchars($title);$title =stripslashes($title);$title str_replace("'","",$title);$titlestr_replace('"',"",$title);$title str_replace(";","",$title);$at $title;$spintext1="{New Innovation |Review |Best Product |hot deal |}";$spintext2="{ Free shipping 1-2 day  | Review | best price for you}";$title ="{cheapest | Best |Best Deal |Buy |Best Buy }$title { review for shop online| Low Price }";
function spin($a){if(preg_match('#\{(.+?)\}#is',$a,$b)){if(($i=strpos($b[1],'{'))>-1)$b[1]=substr($b[1],$i+1);$c=explode('|'$b[1]);$a=preg_replace("+\{".preg_quote($b[1])."\}+is"$c[array_rand($c)],$a,1);return spin($a);}return $a;}
?>
<form method=post action="spinwpmu.php">
title<textarea name = 'title' id='title'  ></textarea><br>
<?php
echo "<textarea name = 'tt' id='tt'  >";
echo spin($title);
echo "</textarea>";
echo "<textarea name = 'dt' id='dt'  >";
echo spin($at);
echo "</textarea>";?>
<input type="submit" value=submit>
</form>

 '---------------------- End Script spinwmpu.php -------------- 
$ spintext1 = "{New Innovation | Review | Best Product | hot deal |}"; / / the description.
$ spintext2 = "{Free shipping 1-2 day | Review | best price for you}"; / / the description.
$ at = "$ spintext1 $ title $ spintext2";
$ title = "{cheapest | Best | Best Deal | Buy | Best Buy} $ title {review for shop online | Low Price}" ;/ / do not modify it. Spin in front of the title.
Ready to go to the www in appserv it or placed it on the web. To change 127.0.0.1 to your own web site.

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

SET !DATASOURCE D:\keyworddomain.csv
SET !DATASOURCE_COLUMNS 6
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=http://cpanel.youdomain.com/frontend/x3/addon/index.html
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:mainform ATTR=ID:domain CONTENT={{!COL1}}.{{!COL3}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:mainform ATTR=ID:user CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:mainform ATTR=ID:dir CONTENT=public_html/{{!COL4}}

SET !ENCRYPTION NO

TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:password1 CONTENT=password

TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:password2 CONTENT=password
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:password1 CONTENT= 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:password1 CONTENT=password

TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:mainform ATTR=ID:submit_domain
WAIT SECONDS=100

 '---------------------- End Script add hosgater --------------
I. Need java before I logged in and it does not. I do not have it. 

2 comments:

  1. Amazing blog and unique content. i like it ... keep it up.. friend...

    Netgear Router Support

    ReplyDelete
  2. Hey,

    Wonderful blog... thanks for sharing it.. keep it up friend... -

    Visit More Info :- Netgear Router Technical Support

    Thanks
    Alex Gold

    ReplyDelete

iMacros Script