![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#101 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
As for if you have questions about the GoCodes, feel free to ask here, or PM me if you like. I'm happy to help!
| |
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#102 |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Just as a follow up, for the people that had trouble using WP-O-Matic, I'm looking into other plugins that may be able to be used to the same affect, and I'll update after I have a chance to experiment.
I've bought/downloaded/installed the following: SmartRSS FeeWordPress Caffeinated Content Autoblogged And for the ones there that don't include the link addition/replacement that's key to the link building strategy, I'm testing: Smart SEO Linker KB Linker Everything else with the technique remains the same, I'm just looking at alternatives to WP-O-Matic to make it a more robust solution that will work even if you can't get a given plugin to work. The more options, the better, right? ![]() I'm also testing Utopia Cron to see if it'll work for the folks who can't set up a cron on their host. More info coming soon! |
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#103 |
|
Getting Smarter every Day
War Room Member
Join Date: Feb 2008
Location: Spokane, WA, USA.
Posts: 508
Thanks: 135
Thanked 58 Times in 47 Posts
|
Kieth a couple of more linking plugins you might check out
alinks cross-linker(my current favorite because it allows you to enter a comma separated list of terms to link to a keyword) |
|
James - Was mich nicht umbringt, macht mich starker
|
|
|
|
| The Following User Says Thank You to getsmartt For This Useful Post: |
|
|
#104 |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
|
|
|
|
|
#105 |
|
Mindset for Success
War Room Member
Join Date: Oct 2005
Location: California
Posts: 1,317
Thanks: 96
Thanked 70 Times in 41 Posts
|
Kieth,
Your post got me thinking... If we used a product like Wordpress Cloner :: Clone Your Wordpress Blogs we could launch these these blog sites on a massive scale. All we'd have to do is create the first one from scratch and use wp-cloner each time we wanted a new blog. Then just go in and set up new RSS feeds for the content. I think this would cut down production time by half. What do you think? |
|
|
|
|
#106 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
| |
|
|
|
|
#107 |
|
Internet Mogul
War Room Member
Join Date: Jun 2008
Location: , , USA.
Posts: 206
Thanks: 20
Thanked 5 Times in 4 Posts
|
That's a good business plan! The more ways you can use technology to do the grunt for you the better! IMO software is taking over the internet! lol
|
|
|
|
|
|
|
|
#108 |
|
HyperActive Warrior
War Room Member
Join Date: May 2008
Location: Redmond,OR, USA.
Posts: 120
Thanks: 15
Thanked 6 Times in 6 Posts
|
Keith,
Thank you for the post. It is what I love about the WF. Chuck |
|
|
|
|
#109 |
|
The Yak Herder
War Room Member
Join Date: Aug 2008
Location: Southern California
Posts: 173
Thanks: 28
Thanked 12 Times in 7 Posts
|
Keith,
Thank you for sharing your strategy with us. Sorry if my question is a bit little off. I'm still learning this RSS feed thing. Do you grab RSS feeds from video sharing sites as well, like YouTube? If so, how do you do that? I can never figure it out. Thanks. Chris |
|
|
|
|
#110 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
| |
|
|
|
|
#111 |
|
Party
War Room Member
Join Date: Apr 2008
Location: San Diego
Posts: 25
Blog Entries: 1
Thanks: 14
Thanked 2 Times in 2 Posts
|
First, thank you very much Keith for opening my eyes to some very interesting new opportunities!
Now, I do have some questions since I just set up my first two autoblogs... 1)Is there any advantage to using GoCodes over my link cloaker of choice, ø Link Cloaking Plugin for WordPress | W-Shadow.com ø ? I ask because for some reason the titles of my posts aren't getting cloaked, although on the Links sidebar they ARE cloaked.... I feel like wp-o-matic is conflicting with it but not sure. 2) I thought I inserted the code correctly into my cron file, but when I checked this morning I had to click "fetch" in order for my new posts to show up. Am I right that I'm supposed to be editing the file located at wp-content/plugins/wp-o-matic/cron.php ? If so, here's where I inserted it, let me know if I messed something up: <?php */20 * * * * /usr/bin/curl http://[site-edited].com/wp-content/...cron.php?code=[code-edited] require_once(dirname(__FILE__) . '/../../../wp-config.php'); nocache_headers(); // if uninstalled, let's not do anything if(! get_option('wpo_version')) return false; // check password if(isset($_REQUEST['code']) && $_REQUEST['code'] == get_option('wpo_croncode')) { require_once( dirname(__FILE__) . '/wpomatic.php' ); $wpomatic->runCron(); } else $wpomatic->log('Warning! cron.php was called with the wrong password or without one!'); Thanks a lot! |
|
|
|
|
#112 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
For #1, no, you can use any plugin that does this behavior. GoCodes is just the one I like. It's not really about the cloaking for me, it's that I'm not sending out hard-coded backlinks for an affiliate product that may tank. Using some plugin like this allows me to change the target and not lose the benefit of all the links I've already built. I'm not 100% on that plugin because I haven't used it (though I'll check it out), but in theory, it should work fine. For #2, no. That's your WordPress cron file, not where you should put that. The code you have there needs to go in your unix cron configuration. If you don't know what that is, just deactivate the unix cron. It's pretty hardcore, and even though GoDaddy (my host) allows unix cron interaction, I haven't gotten WP-O-Matic to work with it. I'm not techie enough to troubleshoot it if it doesn't work on the first try. Instead, I disable the unix cron and let WP-O-Matic do it itself. If you do this, it fires whenever someone visits the site. If you don't like relying on that method (if you have huge traffic, it can bog - I've never personally had an issue), you can bookmark the pseudo-cron url provided and just visit that as often as you'd like to update. That's just a single click, and no need to log in. I'm currently investigating alternatives with some cron control plugins with WordPress so it can possibly be automated from the one site. However, it's very preliminary research. Again, thanks for your interest in my process, and congratulations on buckling down and taking action. Good luck with your niche selection and I hope you achieve the success you deserve! P.S. Remember, even if it doesn't make it big, the automated nature of the thing makes it an easy sell to flip. | |
|
|
||
|
|
|
|
#113 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
The only exception for that would be if you made each blog's homepage a separate subdomain. That would keep the SEO mojo, but would still have the same flip problem. I don't know if my plugin suggestions would work with Wordpress MU, but they might, and it could be of some benefit, but I don't know. Seems limited to me. | |
|
|
||
|
|
|
|
#114 |
|
Entrepenerd.com
War Room Member
Join Date: Apr 2008
Location: Logansport, IN, USA.
Posts: 627
Thanks: 82
Thanked 59 Times in 20 Posts
|
Has anyone gotten wp-o-matic working with YouTube feeds. I've got a video site that I'd like to test this on, but WP-o-matic is only inserting the thumbnails, not embedding the videos.
|
|
|
|
|
|
|
|
#115 |
|
........................
War Room Member
Join Date: Jun 2007
Posts: 280
Thanks: 15
Thanked 93 Times in 19 Posts
|
I couldn't resist advertising my own service, which already helped hundrends of my customers to get thousands of visitors:
Blogomator It is better than RSS, use your own content (or PLR). Don't scrap junk content from other people's sites! |
|
Do you still do ad swaps old way? Time to start with Safe-Swaps.com
|
|
|
|
|
|
#116 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
First I would verify that the information you want is actually IN the RSS feeds you're pulling. If the embed code isn't in the feed source, it won't ever come across. If I recall, there are plugins or CMSs other than WordPress designed specifically for niche video sites. I'll try to keep an eye out for them during my usual poking around. Sorry that's not working for you, man. If you figure something out in the meantime, let me know how you did it. Video could make this an even more valuable system.
| |
|
|
||
|
|
|
|
#117 | |
|
Entrepenerd.com
War Room Member
Join Date: Apr 2008
Location: Logansport, IN, USA.
Posts: 627
Thanks: 82
Thanked 59 Times in 20 Posts
|
Quote:
| |
|
|
||
|
|
|
|
#118 |
|
HyperActive Warrior
Join Date: Mar 2007
Location: Florida
Posts: 485
Thanks: 41
Thanked 12 Times in 9 Posts
|
This is very interesting to read. I hope the OP or someone will start to offer consultation because I got a major headache from reading this. I was completely lost after the 3rd line!
Anyway, Thanks for the information. |
|
I have a new JV offer that involves CL and CPA.
|
|
|
|
|
|
#119 | |
|
Active Warrior
War Room Member
Join Date: Oct 2006
Location: Sydney, Australia.
Posts: 53
Thanks: 10
Thanked 4 Times in 3 Posts
|
Quote:
Hi K.K, Thanks for very good info. Can you please explain how blogs will get back links and from where? I don't understand this part. Will appreciate your answer. Cheers G | |
|
|
|
|
#120 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Sometimes, they'll even republish your entire piece of content, links intact. Which of course, is ideal. How many you get, and how it happens will depend on the niche: how much content is generated, how many places republish that content, etc. etc. If you're lazy (like me), you can stop there. It works okay. Depends on what you want to do. If you're looking to flip these or sell text links, you can get ahold of lists of nofollow and high-PR places you can comment and try to get backlinks/trackbacks. It's a little more hands-on, but not really rocket science. Just get a decent guide on link-building for SEO and do it. Plus, when you see your stats and there are places giving you link love, you can go hands on and try a content trade, link swap with those sites. That's if you're NOT lazy like I am. Does my method work? Yep. Does it work as good as if you'd actually done some link building too? No. But think of all the time you can spend building links when you don't have to worry about actually posting on the blog at all.
| |
|
|
||
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#121 |
|
Active Warrior
War Room Member
Join Date: Oct 2006
Location: Sydney, Australia.
Posts: 53
Thanks: 10
Thanked 4 Times in 3 Posts
|
Thanks K.K. for quick reply. I think once I set up a simple blog like this then I think I can understand everything. This is looking so easy/simple and good to make some extra cash.. ( or a lot if one can set up so many blogs )
Thanks again! G |
|
|
|
|
#122 |
|
Warrior Member
Join Date: Oct 2008
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
Good, lots of information.
|
|
|
|
|
#123 |
|
HyperActive Warrior
War Room Member
Join Date: Jul 2004
Location: Ohio, USA
Posts: 145
Thanks: 16
Thanked 23 Times in 6 Posts
|
Hi, Keith:
I tried both wp-o-matic and smartrss. I like the look of the results much more with smartrss than I do with wp-o-matic but I have one problem and I was wondering if you do too. When I get the results for smartrss it takes the bbcode such as b or /b and just adds it to the page rather than making the word bold. Do you know a way around this? BTW, this is one great thread. Thanks, Brian PS. Utopia Cron plugin is easy to work with and makes setting up the cron job for wp-o-matic or smartrss very easy. |
|
When faced with a charging bull, the choice is not whether you grab the bull by the horns but whether or not you kiss it on the lips.
|
|
|
|
| The Following 4 Users Say Thank You to briank99 For This Useful Post: |
|
|
#124 |
|
Senior Warrior Member
War Room Member
Join Date: Mar 2007
Location: Out In The Left Field
Posts: 1,067
Thanks: 113
Thanked 10 Times in 10 Posts
|
Keith,
How may places, on average do you pull your feeds from? How soon will you see back links, and how soon do you see PR go up? What are the PR's on some of your blogs? Thanks, Evita PS. hope you will come out with a juicy WSO!! |
|
|
|
|
|
|
|
#125 | ||
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Good to hear about Utopia - it's in my list of stuff to test this weekend. I'll put it on the fast track and see if I feel comfortable recommending it myself. (Not that I don't believe you, but I just like to verify before I repeat something I only read on a forum. )Quote:
2. It depends, and it depends. I know you want something more solid, but it's variable. Let's assume you do only what I recommend in the first post. Backlinks can happen for a couple of reasons. A. You repost something from a blog that has automatic trackbacks. B. Another site re-publishes your feed content. Now, whether A. happens depends on the configuration of the blogs/sites that create keyword ranked content. Whether B happens depends on how many sites will pick up/re publish your content. Neither of those things are within your control. That's why you build many sites around many topics and keywords to increase the likelihood of A, and why you submit your feeds to as many sites as possible to increase the likelihood of B.PR is a measure of how relevant the rest of the web finds your content. Generally speaking, this is measured through the number of backlinks coming in, as well as the anchor text of those links. So you see, the rate and amount of PR you get is directly tied to how well you do at getting backlinks. Also be aware that Google does not update their public PR numbers more than once every 3 months or so. Depending on where you are in the cycle, you may see no change, and then suddenly you're PR4! Now even though the REPORTING of that score is delayed by months, your performance within Google's index is constantly updated. ACTUAL PR is different than the simple 0-9 scale Google decides to show us. 3. My sites range from PR0 to PR6. The PR0 ones are just not in productive niches. The irony is, this is probably where the greatest opportunity lies. It's a high demand, low supply niche. But because of that, there's a lack of content to feed my site. If I wanted to bother creating or commissioning content, I could own the whole market. But see above re: lazy. ![]() Also, the one that's PR6 was built on top of a very old domain that I used to keep a *real* blog on. It had PR from before. I'm actively trying to learn more about PR and nofollow for funneling, because it seems like with all the PR 3 and 4s I have, I should be able to really juice up the weaker blogs just by linking to them. I don't know enough to speak with authority on that, though. Hope that answers your questions. Please let me know if you have more! | ||
|
|
|||
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#126 | |
|
Advanced Warrior
War Room Member
Join Date: Feb 2008
Location: Chicago, IL
Posts: 657
Thanks: 9
Thanked 17 Times in 9 Posts
|
Quote:
If you are using add-on domains for all your sites, be careful about linking them together. I'm no SEO expert, but I've heard that this can really hurt you - especially if the sites are on the same ip/servers. | |
|
|
||
|
|
|
|
#127 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Thanks for the heads-up though! | |
|
|
||
|
|
|
|
#128 |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2005
Location: Seattle, WA
Posts: 190
Thanks: 70
Thanked 28 Times in 25 Posts
|
Anyone else having trouble getting gocodes working?
It says redirect created successfully, but I just get a 404 if I test them. I added the htaccess line of code but that didn't make a diff. |
|
~Michael Johnson
It Is Really Easy To Put Off Til Tomorrow What You Could Get Done In An Hour... Do Something Today. Get Your Own Article Directory Here | Marketing Tips and Ideas Blog | |
|
|
|
|
|
#129 |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Can you give me more detail on exactly what you did? PM me if you don't want to get into it here, but I'm happy to help you figure it out.
|
|
|
|
|
|
|
|
#130 |
|
Active Warrior
Join Date: Jun 2008
Location: Indonesia.
Posts: 47
Thanks: 6
Thanked 0 Times in 0 Posts
|
Thanks for sharing with us...
This is very useful for me. |
|
|
|
|
|
|
|
#131 |
|
HyperActive Warrior
War Room Member
Join Date: Jul 2004
Location: Ohio, USA
Posts: 145
Thanks: 16
Thanked 23 Times in 6 Posts
|
Keith,
Okay I think I found out that I just used different feeds with WP-o_matic and smartrss. I like the whole article and not just a partial that ends in a half sentence. I need to look for full feeds. With that said I did find a great place to find feeds - rssmountain. After I do my search if I click the feed button below each result I can see if it is a full or partial feeds. For example, for nintendo wii I found 790 feeds. Now not all are full or good but I only need a few. (BTW, I am not associated with rssmountain in anyway.) Brian |
|
When faced with a charging bull, the choice is not whether you grab the bull by the horns but whether or not you kiss it on the lips.
|
|
|
|
| The Following User Says Thank You to briank99 For This Useful Post: |
|
|
#132 |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2005
Location: Seattle, WA
Posts: 190
Thanks: 70
Thanked 28 Times in 25 Posts
|
Thanks Keith. This is a great method to get a lot of blogs going and keeping them full of fresh posts. I was able to get gocode working. Tried another htaccess code and it works good.
|
|
~Michael Johnson
It Is Really Easy To Put Off Til Tomorrow What You Could Get Done In An Hour... Do Something Today. Get Your Own Article Directory Here | Marketing Tips and Ideas Blog | |
|
|
|
|
|
#133 |
|
Karsten Stork
War Room Member
Join Date: Sep 2008
Location: Europe, Germany
Posts: 236
Thanks: 10
Thanked 38 Times in 17 Posts
|
i have a problem with GoCodes too. I went to Manage -> GoCodes, added the redirection key "leveling" (i'm making a world of warcraft site), entered my hoplink as the target, and enabled logging.
now when i go to mysite.com/go/leveling i get a 404 ![]() besides that, i added the wp-o-matic cron to hostgators cronjob-function. lets see what happens now, i set to unlimited postings, and i have a package that allows me unlimited bandwith and space... if their servers can handle it? |
|
Nothing to see here. Move along, citizen.
|
|
|
|
|
|
#134 | |||
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Speaking of content remixing, I'm currently working with a couple of RSS aggregators that are external to WordPress. They would basically mash various feed entries into single, longer posts. At the same time, the programs I'm working with also mix up sentences and words and the like, so with some careful configuration, I see a lot of potential. I'll let you guys know if I get it working in a worthwhile way. Quote:
Quote:
And a word of warning - you CAN create a buttload of posts in an instant with WP-O-Matic but my recommendation is to not go nuts. Just set up the site to grow steadily over time. That'll give you a better chance of long term indexing in the search engines. The other way, you run the risk of being ID'd as a junky site and dumped from the index if you grow too fast. The idea here is to simulate a real organic blog - but rather than posting every day, you set up a set of automated rules to do it for you. You shouldn't go from 0 to 100 on the first day. Go from 0 to 1 first. Then start another blog. While you're getting that one from 0 to 1, the first one is taking itself from 1 to 2. Make sense? Let me know if you need more specific help with the goCodes. Thanks for the reply! | |||
|
|
||||
|
|
|
|
#135 |
|
HyperActive Warrior
War Room Member
Join Date: Dec 2005
Location: Seattle, WA
Posts: 190
Thanks: 70
Thanked 28 Times in 25 Posts
|
Try this Allegro
Place the following code in your .htaccess file, above the line that says “# BEGIN WordPress”: RewriteEngine On RewriteRule ^go/([A-Za-z0-9]+)/?$ /index.php?gocode=$1 [L,R] This example assumes your blog is located at the root of your domain. If your blog is located at yourdomain.com/blog/, then you should change “/index.php” to “/blog/index.php”. This got my links working. |
|
~Michael Johnson
It Is Really Easy To Put Off Til Tomorrow What You Could Get Done In An Hour... Do Something Today. Get Your Own Article Directory Here | Marketing Tips and Ideas Blog | |
|
|
|
| The Following User Says Thank You to deverell For This Useful Post: |
|
|
#136 |
|
Advanced Warrior
War Room Member
Join Date: Nov 2005
Location: Tennessee, USA
Posts: 733
Thanks: 11
Thanked 5 Times in 4 Posts
|
Great thread, and thanks for sharing the information Keith.
For a split second, I thought I stepped back into 2006-2007, when auto-blogs were the craze. I was under the impression (apparently wrongfully so), that this type strategy no longer works. Glad to hear that I am wrong. Do you have an example you can show us? I have a handful of domains that I haven't had time to work with yet, and I definitely think this will work well for parking those domains. Chris |
|
|
|
|
#137 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
I guess it WAS a craze! Funnily enough, it DIDN'T work for me back then, but I was going for the "create as many pages as you can and plaster them with adsense" - needless to say, that method IS burned. I failed at it, and never did get it to work in any kind of niche (unless $20 for 6 months of work is a success). :PThe techniques I developed since then are less about blog spamming and RSS bombardment, and more about making a site that's admittedly mediocre, but simulates a real blog run by a human. I mean, I AM a human, but rather than posting day bay day, I consider it like I'm setting "rules" that allow the blog to do what I would do anyway. I just check in occasionally to make sure the instructions were specific enough so the site stays on track. I focused less on AdSense and placing adblocks for maximum exposure. Instead, I build the sites to have unobtrusive ads, but plenty of congruent affiliate offers and products. I try to place my sites in niches where there is little competition from others like myself, and position myself as a nexus of information for that niche. Sort of like a one stop shop for all the "buzz" on that topic. As for sharing my sites, I'm not currently in any niche where I'd readily invite competition. Obviously, looking at my technique, you can see how if I showed you my blogs, you'd know all the secrets I had to spend a lot of research and tweaking to discover - my keywords, my backlink sources, my markets, etc. You automatically discover these things on your own while using the method and trying different stuff - I'm not holding back anything of the method, I'm just keeping a few known successful values for the variables to myself. Hope no one minds. That being said, were I to sell this method as a product, I'd most likely create a sample site from scratch in order to demonstrate more specifically what it is I mean. I'm toying with the idea of following it all the way through and selling it on SitePoint, too, just to show the full range of possibility. Anyway, we'll see. I don't want anyone to think I'm promoting anything that doesn't even exist yet. :P Until then though, I'll have to get by with using descriptions, as I don't have anything I'm willing to share at this point. Sorry about that. That being said, if they're dead domains you aren't doing anything with, it's not like you have a high expectation of profit to meet. Give it a try. It'll take an hour or so to set up if you know your way around wordpress and have a general idea of your niche. What would it hurt? You're not doing anything on those sites anyway, so it could only help. All my experience says it'll perform better than *nothing*.
| |
|
|
||
|
|
|
|
#138 |
|
Karsten Stork
War Room Member
Join Date: Sep 2008
Location: Europe, Germany
Posts: 236
Thanks: 10
Thanked 38 Times in 17 Posts
|
thx deverell, funny that i havent read that...
but i ran into another problem. i have added the cron job to hostgator, and it runs every hour, but it doesnt fetch anything? i then tried to use the url-command myself, but it only showed a blank site and when i checked the log after, i saw that nothing happened... do i have to add something to the htaccess too? i checked the readme and it said nothing about editing anything... and thanks for the tip, i now populated my blog with 60 postings and set it now to one posting per feed per fetch... i also think that the option that shows the date when it was originally posted should be enabled, else it would show that 5 postings are made at the exact same time! edit: hm now thats weird, it shows me that the cron job was processed, but it didnt check the feeds... it only shows the feeds checked after i fetched manually, and only added postings after that. i guess i will give it this day time and check in the evening if anything happened, if not i will look into that next night ![]() however, now that gocodes work, im going to add my 200+ keywords to the replace-list ![]() Edit 2: Now i am really confused, although i added the cronjob to run every hour, the wp-o-matic dashboard tells me Next campaigns to process
|
|
Nothing to see here. Move along, citizen.
|
|
|
|
|
|
#139 |
|
HyperActive Warrior
War Room Member
Join Date: Aug 2007
Location: Southern Maryland , USA.
Posts: 389
Thanks: 75
Thanked 21 Times in 20 Posts
|
Keith,
Is there any way you could point us to a site where you have this implemented? I'm having trouble wrapping my arms around the concept.... I guess maybe I just need to see iut. |
|
Cheers,
Chris |
|
|
|
|
|
#140 |
|
Keyword Research Guy
War Room Member
Join Date: Nov 2007
Location: Canada
Posts: 746
Thanks: 15
Thanked 23 Times in 19 Posts
|
Anybody having problem with relink to: field?
I'm having problem to run that part. |
|
|
|
|
|
|
|
#141 | |
|
Quick Cash Master
War Room Member
Join Date: Jan 2008
Location: Singapore.
Posts: 379
Thanks: 32
Thanked 11 Times in 10 Posts
|
Quote:
Thanks for the info! Most of the articles that I pull in from feed are half articles. I will try using rssmountain. Thanks! | |
|
Hot Trends Profit System - Make Money Today for Free! Lose Weight Niche Blog - Lose 5 Pounds A Week DIY Solar Energy Niche - Home Solar Systems Six Figure Yearly Review - Check It Out Here!
|
||
|
|
|
|
#142 |
|
Quick Cash Master
War Room Member
Join Date: Jan 2008
Location: Singapore.
Posts: 379
Thanks: 32
Thanked 11 Times in 10 Posts
|
Hi guys,
How do I automated the fetching of post from the feeds? I don't think I saw the option to automate the fetching of post from the feeds.. Another question: Is there any software that enables you to submit your rss feed at one go? Meaning that you do not have to manually submit your rss feed to the different rss sites. |
|
Hot Trends Profit System - Make Money Today for Free! Lose Weight Niche Blog - Lose 5 Pounds A Week DIY Solar Energy Niche - Home Solar Systems Six Figure Yearly Review - Check It Out Here!
|
|
|
|
|
|
#143 | |
|
HyperActive Warrior
War Room Member
Join Date: Sep 2008
Posts: 132
Thanks: 64
Thanked 24 Times in 15 Posts
|
Quote:
Great News! I figured out the problem with wp-o-matic cron jobs not working at GoDaddy. In the WP-o-Matic options section it shows the UNIX command as: */20 * * * * /usr/bin/curl hxxp://wtw.yoursite.com/wp-content/plugins/wp-o-matic/cron.php?code=YOURKEYWhen you enter that in GoDaddy cron it doesn't not work ![]() This works: /usr/bin/curl hxxp://wtw.yoursite.com/wp-content/plugins/wp-o-matic/cron.php?code=YOURKEYWhy? Because */20 * * * * means execute said command every 20 minutes and the Godaddy cron tool handles timing separate from the command to be executed.I figured this out by doing some Google searches on cron jobs. Took a little tinkering. . . I sure love to figure things out - sometimes to my detriment. That being said, I hope that it will forward all of our efforts. Looking forward to WSO. Julian | |
|
|
| The Following 2 Users Say Thank You to Julian Lockhart For This Useful Post: |
|
|
#144 | |||||
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Quote:
However, enough people are into seeing this kind of thing that I will probably create a demo site as part of a more in-depth report or possibly video series. Quote:
Quote:
Quote:
Thanks a bunch! | |||||
|
|
||||||
|
|
|
|
#145 |
|
Senior Warrior Member
War Room Member
Join Date: Mar 2007
Location: Out In The Left Field
Posts: 1,067
Thanks: 113
Thanked 10 Times in 10 Posts
|
Once we have pulled a feed with WOP, will it pull the same feed again?
Just found a ton of feeds on rssmountain (Thanks Brian!) I added a bunch to be fetched... How do I schedule this? If I do 10 at a time and I have 30 feeds? Then the feeds get updated?? They get fetched again?? Or? I'm a bit confused about how the feeds get fetched... how the whole thing gets organized... how you not end up with the same feed 15 times over. Evita |
|
|
|
|
|
|
|
#146 |
|
HyperActive Warrior
Join Date: Nov 2007
Location: , , .
Posts: 237
Thanks: 0
Thanked 8 Times in 8 Posts
|
Thank you for sharing with all of us Keith
|
|
|
|
|
#147 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Think of feeds as a subscription, and you set a value (X) in WPOM. Each time you fetch it you will get the last X new entries posted to your blog. If there aren't X new entries, you'll only get the new ones. If there are MORE than X, you'll get only X. Don't mean to start talking in algebra. Hope that makes sense.
| |
|
|
||
|
|
| The Following User Says Thank You to Keith Kogane For This Useful Post: |
|
|
#148 |
|
HyperActive Warrior
Join Date: Jul 2008
Location: , , India.
Posts: 141
Thanks: 2
Thanked 4 Times in 4 Posts
|
Hi Keith, thanks for such a nice post! I have one question if you can help me! I have a wordpress blog hosting on wordpress.com, for example, xyz.wordpress.com. Could you please tell me how can I install those two plugins on that? I have downloaded both but it says - "extract wpomatic.zip in the /wp-content/plugins/ directory" but I do not have any domain? Do I need to buy domain to get these two plugins installed. Thank you for your reply.
|
|
|
|
|
#149 | |
|
BadMotherShutYourMouth
War Room Member
Join Date: Jun 2008
Location: The South, USA.
Posts: 688
Thanks: 77
Thanked 801 Times in 161 Posts
|
Quote:
Unfortunately, you're not going to be able to install plugins on a blog hosted by wordpress.com. Plugin functionality is only usable on your own installation of Wordpress on your own hosting account/domain. If you're doing marketing activities, it's better to own your own site anyway, really. Hope that's not too much of a disappointment, but hopefully you'll be able to move on without too much trouble if that's what you decide to do. | |
|
|
||
|
|
|
|
#150 |
|
HyperActive Warrior
War Room Member
Join Date: Mar 2008
Location: , , Canada.
Posts: 152
Blog Entries: 1
Thanks: 3
Thanked 0 Times in 0 Posts
|
Keith, I just found this post tonight and have now read the whole thing. In the meantime, I set up a new domain and just installed Wordpress to get started. I have a question about your affiliate links. On a single blog, do you only link out to one affiliate product? And do you do so on every instance of a certain keyword? This part is a bit gray to me.
|
|
Protect your digital downloads from bandits by using a secure delivery system! Learn how to deliver your products safely and securely with www.minisite-sales-system.com
--- Set up your own "Yahoo Answers" style site or add it to your existing site to encourage visitor interaction with this pre-built script available at http://www.easy-scripts.net/132/answ...on_script.html |
|
|
|
![]() |
|
| Tags |
| automated, blog, business, check, model, niche, works |
| Thread Tools | |
|
|
![]() |