Working Solution for Instant Article Wizard 3 (IAW3) + Download
TESTED ON XP, W7N.
1) I guess you have installed XAMPP or EasyPHP or something else, if you don't, install first.
2) Install IAW3 (don't run) - IAW3 is Instant Article Wizard (not Pro)
3) Create iaw3 (dot) php file and save in root directories (htdocs or www)
iaw3 (dot) php
4) Open HOSTS file in Notepad (for XP C:\WINDOWS\system32\drivers\etc).
Copy these two lines and paste them to the bottom of the file!
Save the file but do not even close.
5) Restart Apache server
6) Run Instant Article Wizard
7) Insert
8) In HOSTS file change this two line (this is needed for sinonims database to work)
to
9) Restart again Apache server and close HOSTS file
Every time before starting IAW3, in the HOSTS file you should delete the "#" and repeat steps 8 and 9
download latest wersion from here:
ENJOY MY FIRST UPLOAD
LET ME KNOW IF IT`S WORKED
TESTED ON XP, W7N.
1) I guess you have installed XAMPP or EasyPHP or something else, if you don't, install first.
2) Install IAW3 (don't run) - IAW3 is Instant Article Wizard (not Pro)
3) Create iaw3 (dot) php file and save in root directories (htdocs or www)
iaw3 (dot) php
Code:
<?php
if($_GET['cmd'] == 'get_latest_version') {
echo '3.068'; //change this number if you have another version
}
if($_GET['cmd'] == 'check_license') {
echo '1';
}
?>
4) Open HOSTS file in Notepad (for XP C:\WINDOWS\system32\drivers\etc).
Copy these two lines and paste them to the bottom of the file!
Code:
127.0.0.1 instantarticlewizard (dot) com
127.0.0.1 www (dot) instantarticlewizard (dot) com
Save the file but do not even close.
5) Restart Apache server
6) Run Instant Article Wizard
7) Insert
Code:
1995fee2af1b863c08885d22a6204ade
8) In HOSTS file change this two line (this is needed for sinonims database to work)
Code:
127.0.0.1 instantarticlewizard (dot) com
127.0.0.1 www (dot) instantarticlewizard (dot) com
to
Code:
#127.0.0.1 instantarticlewizard (dot) com
#127.0.0.1 www (dot) instantarticlewizard (dot) com
9) Restart again Apache server and close HOSTS file
Every time before starting IAW3, in the HOSTS file you should delete the "#" and repeat steps 8 and 9
download latest wersion from here:
Code:
hxxp://instantarticlewizard (dot) com/iaw3 (dot) php?cmd=getlatestversion
ENJOY MY FIRST UPLOAD
LET ME KNOW IF IT`S WORKED