![]() | | ||||||||
| | #1 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
| “Create Unlimited Niche Income Blogs In Minutes” "Experience The Ultimate WordPress Content Posting Software" Simple Yet Powerful WordPress Article Posting Software Auto-Posts All Your Content, Freeing Up Your Time To Make More Money! Click here to see a video of WP Maestro in action. Features:
This is an extremely limited special offer, and the WSO may end at any time once I launch this to the public. Delivery is automatic after purchase. Feel free to ask any questions! Sincerely, Ivan Wong Click Here To Get Your Own Copy of WPMaestro Today! |
| | |
| | #2 |
| Advanced Warrior War Room Member Join Date: Dec 2006 Location: Las Vegas, NV
Posts: 970
Thanks: 43
Thanked 43 Times in 36 Posts
|
Just picked up a copy. For that price, it's an automatic buy. Ryan |
| | |
| | #3 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Ryan, Thanks for your purchase! I personally use and update this software regularly, and am confident it will benefit many other Warriors who are creating niche content websites. Ivan |
| | |
| | #4 |
| Advanced Warrior War Room Member Join Date: Mar 2007 Location: , , .
Posts: 843
Thanks: 260
Thanked 148 Times in 131 Posts
|
I see that I can specify something like 3 articles every week, but how random are the post-times within a given week? Mike |
| | |
| | #5 |
| Blogsmith War Room Member Join Date: Aug 2008 Location: Dubai
Posts: 623
Thanks: 43
Thanked 59 Times in 50 Posts
|
Awesome product, great value for money.
|
| | |
| | #6 |
| Senior Warrior Member War Room Member Join Date: Aug 2007 Location: Australia
Posts: 1,448
Thanks: 5
Thanked 471 Times in 40 Posts
|
Hi there, Do you need to supply the articles, or will it pull them from article websites? |
| | |
| | #7 |
| HyperActive Warrior War Room Member Join Date: Aug 2006 Location: Pacific Time Zone, USA
Posts: 467
Thanks: 9
Thanked 72 Times in 48 Posts
|
Ivan, I think I could really make good use your software and actually had proceeded to purchase until I had to enter my email address on one screen and then my first and last name on the next screen (not secured) before being passed onto Paypal to make payment. Usually, if it is for support reasons, this type of information is requested after the purchase is completed. Please explain your process, as it makes me a bit nervous going thru these pre-payment steps. I would much prefer if you give me your email address and I will send payment. Thanks, Myra |
| | |
| | #8 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Mike, The posting times are totally randomized within the posting interval you choose. ![]() e.g. In the settings above you will post 3 articles on random dates/times every week, starting from the 18th November 2008, until your selected articles are all posted. You could post 1 article/day, 20 articles/month etc. You can back-post to create 'instant' archives, or future-post to create 'drip-feed' content. Ivan |
| | |
| | #9 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
| Quote:
It does not pull article content (though I'm currently developing a product that does exactly that, and more). | |
| | |
| | #10 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Myra, Thanks for the feedback. I'm running sales through Fantasos, which is an extremely stable and tested marketing platform from John Delavera. It is used by many marketers. Your email address serves to provide you follow-up services like retrieval of your receipt and download. That said, I have PM'ed you direct, with alternate instructions should you not be comfortable with the process. Cheers, Ivan Quote:
| |
| | |
| | #11 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Several customers have asked about the XML-RPC settings required for the software to work. By default, WordPress version 2.6 onwards has set XML-RPC off. This is how to switch it on. 1) Login to your WordPress admin area, and navigate to Settings->Writing ![]() 2) Check the checkbox to the right of XML-RPC (See image above) 3) Click on "Save Changes" That's all that is required. Feel free to PM me if you have any other questions. Ivan |
| | |
| | #12 |
| HyperActive Warrior War Room Member Join Date: Aug 2006 Location: Pacific Time Zone, USA
Posts: 467
Thanks: 9
Thanked 72 Times in 48 Posts
|
Thanks for explaining Ivan. I will make my purchase. Myra |
| | |
| | #13 |
| Banned Join Date: Nov 2008
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
awesome, great!!!!
|
| | |
| | #14 |
| HyperActive Warrior War Room Member Join Date: Jul 2006 Location: Grand Island , NE
Posts: 242
Thanks: 34
Thanked 40 Times in 29 Posts
|
Just bought the wso...looking forward to using on wordpress.com blogs!
|
| | |
| | #15 |
| Advanced Warrior War Room Member Join Date: Mar 2007 Location: , , .
Posts: 843
Thanks: 260
Thanked 148 Times in 131 Posts
|
Thanks, Ivan. I'll be using it later today. Mike |
| | |
| | #16 |
| Advanced Warrior War Room Member Join Date: Aug 2002 Location: Burton on Trent, United Kingdom.
Posts: 745
Thanks: 2
Thanked 3 Times in 2 Posts
|
Hi Ivan, That's great software! Have started using it already and am impressed! The only issues I have, and maybe you or someone can suggest a solution, are: 1/ that many of my PLR articles have dashes or additional characters in the file name and so these are includes in the subject of the blog post. For example: How-To-Eat-Healthily-247.txt become a post called How-To-Eat-Healthily-247 2/ many of the articles also have additional information in them such as (word count 307). I realise I could go through every article, correct the file name and remove the unwanted info but that will be very time consuming! Can anyone suggest an automated method to do it? Many thanks, Chris ps One suggestion for a future update. How about giving the option for the software to choose a number of articles randomly from a folder? So, in other words I could point it to a folder of 500 dog training articles and ask it to select 30 at random and post them at the intervals I select. |
| | |
| | #17 |
| Howdy War Room Member Join Date: Jan 2008 Location: England
Posts: 713
Thanks: 59
Thanked 22 Times in 19 Posts
|
Hey chris. To remove the - from titles you can use the str_replace php function, something like: str_replace('-', ' ', $post); but without seeing the plugin code I cant tell you where to put it. Maybe the plugin creator Ivan could help you out or maybe he can add it to the next update of the plugin. |
| | |
| | #18 |
| The PLR Guy War Room Member Join Date: Jun 2006 Location: Toronto, Ontario
Posts: 463
Thanks: 147
Thanked 79 Times in 42 Posts
|
Does this only post TXT files? Would it be possible to post RTF?
|
| | |
| | #19 |
| Hillbilly Warrior War Room Member Join Date: Jun 2004 Location: Louisville, KY , USA.
Posts: 554
Thanks: 157
Thanked 20 Times in 20 Posts
|
Hi Ivan, Can the software be used on more than one PC? (i.e. I have a work laptop for when I'm mobile and a desktop) From looking at the video it looks as though categories are created from the folder name from which the text files are extracted. What happens when you choose files rather than whole folders? Is there a way to choose a category or does the software assume to place them in the blog's default category? Also what happens if I choose a folder that already has a corresponding blog category? I assume the software just places the files in that folder? Looks like a nice bit of software. Thanks. |
| | |
| | #20 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Thanks for your purchase, and let me know if you have any questions at all. Quote:
| |
| | |
| | #21 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Chris, Thanks for the feedback! For cleaning up the file and folder names, you can try using a free file renamer software like: BulkRenameUtility (does folders as well) or if you're familiar with regular expressions, pfrank I've also put your suggestion on the ToDo list. Ivan Quote:
| |
| | |
| | #22 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
It works only with text-based content. I believe RTF should be converted to text or html before it can be posted (even manually). A workaround is to post each RTF doc manually directly in WordPress, as the WordPress editor has a feature that will convert Word docs to text format. |
| | |
| | #23 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Chris, Thanks for your purchase ![]() > Can the software be used on more than one PC? (i.e. I have a work laptop for when I'm mobile and a desktop) You can register it on all your personal machines (Limit 3 by default). PM me if you need more personal licences and I will increase your limit. > From looking at the video it looks as though categories are created from the folder name from which the text files are extracted. Yes, by design categories are created from folder names. > What happens when you choose files rather than whole folders? Is there a way to choose a category or does the software assume to place them in the blog's default category? If you choose individual files, the file's folder name will be used as the category name. >Also what happens if I choose a folder that already has a corresponding blog category? I assume the software just places the files in that folder? Yes, it will auto-create categories as required, and re-use categories that already exist. Feel free to ask any other questions. Ivan Quote:
| |
| | |
| | #24 |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,057
Blog Entries: 8 Thanks: 347
Thanked 979 Times in 488 Posts
|
What about images and links? How does the software handle that? Are TXT files the only ones it will parse? What about RTF files with basic formatting like bold, italic, etc?
|
| | |
| | #25 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
My apologies for this late reply. Images and links can be handled if they are in html format. RTF files cannot be handled, and there is no way I currently know of that rtf files can be posted directly. This software will typically benefit anyone who wants to precisely insert their own content and articles in text or html format onto their blog/website. Let me know if you have any other questions. Ivan |
| | |
| | #26 |
| WP Queen War Room Member Join Date: Aug 2007 Location: Sydney , Australia
Posts: 1,105
Thanks: 9
Thanked 198 Times in 132 Posts
|
This looks great - a real time saver ![]() I like the fact that I don't have to install a plugin on all my sites - nice one Leanne |
| | |
| | #27 |
| Active Warrior War Room Member Join Date: Nov 2006 Location: , , USA.
Posts: 44
Thanks: 14
Thanked 3 Times in 3 Posts
|
Ivan -- Do the post titles come from the article file name or the first line of text? If it's from the file name.txt then we can't use any punctuation in article titles, like ? or '. Meaning the title of the post can't be in the form of a question. Does that sound accurate? Thanks. Deb |
| | |
| | #28 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Deb, Great question! With the aim of causing minimum rework to WPMaestro users, I decided to take article names from the file name. To post with a question mark, you can replace the question mark with the html entity equivalent &_63; (replace the _ with #). This is a HTML special character that translates to the question mark. e.g. "Where Do Post Titles Come From?.txt" should be named as "Where Do Post Titles Come From&_63;.txt" (replace the _ with #) See this demo blog for an example of a post title with question mark posted from the filename "ABC OF BREASTFEEDINT&_63;". (replace the _ with #) You can rename files in WPMaestro by right-clicking on the filename, or if you have many articles to rename you can use one of the file renamer programs mentioned above (BulkRenameUtility or pFrank). Let me know if you have any other questions. Ivan Quote:
| |
| | |
| | #29 |
| Active Warrior War Room Member Join Date: Nov 2006 Location: , , USA.
Posts: 44
Thanks: 14
Thanked 3 Times in 3 Posts
|
Great answer, Ivan. Very clear. Thanks! |
| | |
| | #30 |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,057
Blog Entries: 8 Thanks: 347
Thanked 979 Times in 488 Posts
|
Purchased! Just waiting for delivery now. Thanks. Paypal #2M166864DU005942M Got it...took a good 5 minutes but it worked. Thanks again. |
| | |
| | #31 |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,057
Blog Entries: 8 Thanks: 347
Thanked 979 Times in 488 Posts
|
FYI...I've emailed Ivan to help out. When using the software it's not future-dating posts correctly. I select Dec 2nd (today), but it posts to Feb 2nd. (ie it's posting 2/12/2008 instead of 12/2/2008). I've found a workaround by actually selecting 2/12/2008 so it posts in December .Also, despite setting '3 articles every week', it seems it posts whatever quantity it wants whenever it wants. I wanted to spread out 50 articles over a few months. The software posted everything in one month. And tweaking the setting didn't change anything. I even tried posting '12 articles per month' and it posted all 50 in December. Until the bugs get worked out I recommend holding off on this purchase. |
| | |
| | #32 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
I'm looking into this bug. It is due to different handling of US and UK system date preferences. Sorry for the inconvenience. As a quick temporary workaround before I issue a fix, you can set Windows "Regional and Language Options" to use UK, instead of the US. The software posting and intervals work fine with that setting on my testing. Ivan |
| | |
| | #33 | |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,057
Blog Entries: 8 Thanks: 347
Thanked 979 Times in 488 Posts
| Quote:
| |
| | |
| | #35 |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,057
Blog Entries: 8 Thanks: 347
Thanked 979 Times in 488 Posts
| Hey Jeremy. Switching the time on the control panel fixes the Feb/Dec posting issue. The problem I'm still seeing is the 'future-dating'. Right now, when I specify 12 articles per month, it doesn't listen and posts them all randomly as soon as possible. I, for example, ended up with 50 articles in December so I had to log in and space them out through April. Even with this bug, it's still a kick-ass plugin at this price. I posted 50 articles within seconds. Then simply went in and changed the dates on them. Just posting them alone would have taken hours. Plus, you can drop HTML into the txt files and it will render them properly. Imagine...you can drop IMG SRC, HREF's. Also, there are very specific characters that break the posting process and leaves your post without a title (body goes up OK). In particular, it's a weird ' character. It's more angled than the normal ' and if it's in the txt files, it causes the parsing issue. |
| | |
| | #36 |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,057
Blog Entries: 8 Thanks: 347
Thanked 979 Times in 488 Posts
|
Ivan released an updated version today that has resolved the time issue. The future scheduling issue still remains. I tried posting 24 articles with the setting "1 per month" and "1 per week". It posted 4 per day every other day or so on a very random schedule. The weekly scheduling also failed. Here's a screenshot of the 1 per week. http://img149.imageshack.us/img149/151/1perweeknn7.jpg Until it's fixed, please keep in mind that future posting will still require a bit of "date reordering". It's still worth the cost for getting 24 articles online within seconds. And Ivan should be commended for updating the software so quickly and being so responsive. Thanks, Ivan! Now PLEEEAASE fix this. This will make the software 'perfect'. |
| | |
| | #37 |
| Donald VanFossen War Room Member Join Date: May 2008 Location: Upstate NY , USA.
Posts: 1,996
Thanks: 271
Thanked 354 Times in 173 Posts
|
Hah ok for people that didn't look at the video...it is a windows program. LOL I was thinking I was buying a plugin... But it is very cool...good job Ivan... This would be really great for people with a network of blogs... Can't beat the price! |
| | |
| | #38 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Deb, Based on your screenshot, it appears to be working as I designed it. Let me explain, it will post the number of articles you specify randomly within the time period you specify. e.g. If I specify to post 5 articles per month starting on 1 January 2008, and have 25 articles, this is how it would work. 5 articles will post in January on random days. The articles may end up posted on the same day in January, as each article's posting date is randomly chosen within the month. 5 articles will post in Feb etc until all 25 articles are posted If you want more control to ensure that articles are posted once a day, then select to post just 1 article/day, or 1 article/week to ensure minimal duplicate day postings. Hope I managed to explain it. I'm always open to suggestions on how to improve the logic. Ivan Quote:
| |
| | |
| | #39 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Donald, Thank you. That was my intention, to be able to use it on ALL my niche blogs... a plugin would not have been able to post to free WordPress.com blogs. Hope it helps you build your own content empire ![]() Ivan |
| | |
| | #40 |
| Warrior Member Join Date: Dec 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi Ivan, I am vey intersting in the software, however I do not have a paypal account as my country is not supported. Can you recieve by stormpay or have any other option? I hope you help me because this software will be very useful to our site of faculty of medicine. Thank you Wael |
| | |
| | #41 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Hi Wael, Please pm me with your details, and I'll try to work something out. Ivan |
| | |
| | #42 |
| Advanced Warrior War Room Member Join Date: Nov 2004 Location: Baja California
Posts: 536
Thanks: 4
Thanked 20 Times in 20 Posts
|
Thanks Ivan, I just purchased and I want to stay on your list based on what I've seen thus far Dave |
| | |
| | #43 |
| Advanced Warrior War Room Member Join Date: Aug 2007 Location: Washington DC
Posts: 706
Thanks: 63
Thanked 37 Times in 32 Posts
|
Hi Evan, If i choose random timings to make my post, does it mean that my computer has to be connected 24/7 to the net? Is it the same as emailing my posts, to be published on my blogs? Thank you. |
| | |
| | #44 |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
| |
| | |
| | #45 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
| Quote:
Sorry for the delay, my original reply was lost by my bad internet connection. No, you don't have to be connected 24/7. You only connect when mass-posting your content. The difference between emailing is that rather than one by one, you can post multiple articles at a time, and have them automatically scheduled for publishing on your blogs. Ivan | |
| | |
| | #46 |
| Active Warrior Join Date: Jul 2008 Location: , Jacksonville, FL , USA.
Posts: 61
Thanks: 9
Thanked 5 Times in 4 Posts
|
I just purchased! It looks like a GREAT product....WOW...and with this price is not a brainier. Not having to load it to each blog is tremendous benefit. |
| | |
| | #47 |
| Just an Awesome Guy War Room Member Join Date: Mar 2007 Location: Chicago, IL, USA.
Posts: 129
Thanks: 45
Thanked 53 Times in 42 Posts
|
Ivan, Just purchased. Great price and the software looks absolutely amazing. Thanks! -William Clements |
| | |
| | #48 |
| HyperActive Warrior War Room Member |
Hi Ivan, I am vey intersting in the software, however I do not have a paypal account as my country is not supported. Can you recieve by stormpay or have any other option? I hope you help me because this software will be very useful to our site of faculty of medicine. Thank you |
| | |
| | #49 |
| HyperActive Warrior War Room Member Join Date: Sep 2006 Location: , , .
Posts: 473
Thanks: 21
Thanked 58 Times in 33 Posts
|
I just placed my order and downloaded it, but strangely it doesn't get me the keys after entering my email address and clicking the "Get Keys" button. It just goes blank and does nothing. It doesn't fetch me the keys to activate the program. I have emailed support but no response yet. How do I proceed? |
| | |
| | #50 | |
| TheMacMarketer War Room Member Join Date: Jan 2005 Location: Singapore
Posts: 219
Thanks: 9
Thanked 2 Times in 2 Posts
|
Please check your email for my reply. Ivan Quote:
| |
| | |
![]() |
|
| Tags |
| auto-posting, autoposter, dollars, future-dated post, wordpress |
| Thread Tools | |
| |
![]() |