|
|||||||
| Newbie Questions New to the whole making money online and developing your own sites thing? Post your questions here so that seasoned members can answer your questions. Please keep your questions out of the other categories. We know you're a newbie, but there's no reason to be annoying. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#51 (permalink) |
|
Member
|
bam bam thanks for this idea.
Also the script could be much shorter (I think Code:
<?php
$filename = 'keywords.txt';
$handle = fopen($filename, "rb");
$keywords = fread($handle, filesize($filename));
fclose($handle);
$keywords = str_replace(" ", "+", $keywords);
$keywords = explode("\n", $keywords);
foreach($keywords as $keyword)
{
echo 'http://blogsearch.google.com/blogsearch_feeds?hl=en&q=' . $keyword . '&ie=utf-8&num=100&output=rss<br>';
echo 'http://feeds.technorati.com/posts/tag/' . $keyword . '<br>';
echo 'http://search.msn.com/results.aspx?q=' . $keyword . '&first=11&format=rss<br>';
echo 'http://www.blogpulse.com/rss?query=%22' . $keyword . '%22&sort=date&operator=phrase<br>';
}
__________________
Nope. No ebook promotion here, sorry
|
|
|
|
|
#60 (permalink) |
![]() |
a) The Lyceum Project
b) Text* Snippets: quick fix for the broken wp_newCategory function in the wordpress xmlrpc.php c) PHP Blogger API have fun.
__________________
{signature here} |
|
|
|
|
#63 (permalink) |
![]() |
Trying Lyceum now. Will report back in a day or two (when I am done and emerge on the other side)
::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#64 (permalink) | |
![]() |
Quote:
|
|
|
|
|
|
#65 (permalink) | |
|
Member
|
Quote:
Does it make a difference if you do niche.whatever.com or whatever.com/niche ?? |
|
|
|
|
|
#67 (permalink) | |
|
XHTML / WP Coder for Hire
|
haha, just got an email from them, don't go nuts on the Cycle site side of things if you've got shared hosting!
Quote:
|
|
|
|
|
|
#68 (permalink) |
|
XHTML / WP Coder for Hire
|
PHP Code:
Any input from anyone?
|
|
|
|
|
#69 (permalink) |
|
XHTML / WP Coder for Hire
|
Also, i just made this form - Cycle Site Feed Generator
It's not very good as it still only posts to the .txt file, does anyone know how to change that so it posts to a database? |
|
|
|
|
#70 (permalink) | |
|
Senior Member
|
Hey guys good posts but since i suck at php and i am too lazy i use online tools to automate stuff its takes a bit longer but then that way i can have diffrent urls and blog posts for all the keywords hence creating lesser similarity level,
i use this and i quote myself Quote:
__________________
Never explain--your friends do not need it and your enemies will not believe you anyway.
|
|
|
|
|
|
#71 (permalink) |
|
XHTML / WP Coder for Hire
|
IGNORE ALL OF MY OTHER SCRIPTS....
This one is the correct one....
PHP Code:
Once again, create a file called keywords.txt and add your keywords to it. One on each line. Then run the above script. (Making sure both files are in the same directory!) edit: i'm concidering adding some more search pages. Download .com have a good blog search result, any others? |
|
|
|
|
#72 (permalink) |
![]() |
Using the Google Blog search's RSS, I get no links?
Is that right or am I missing something? From what I can see, the RSS feed gives thew link for the headline, and WP removing it (as there is no linking in the headline?) Any way around that? Argh ::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#74 (permalink) |
|
Self Props
|
Decided to give this a try on small scale just to see how it goes.
Created 5 auto blog things about 3 days, creating them all on sub-domains. So far two have been indexed by google and yahoo, nothing from msn. Yesterday received 97 uniques and today 145 uniques across all of them. So traffic wise i think thats decent considering the few minutes it takes to create one of these blogs and that only 2 are indexed. Forgot to set up a channel in adsense for the blogs though so idno about revenue yet. Going to create 10 of these blogs and from there see what traffic and revenue is like then. Do you think creating these blogs on sub domains is a bad idea? The domain im using is blog59.com so its pretty generic and i figured it could work. |
|
|
|
|
#76 (permalink) |
|
XHTML / WP Coder for Hire
|
Ok, i've got a problem. My most successful blog has lost part of its database when i switched hosting prov's.
As it stands i can't login to the wp-admin section AT ALL because the user database doesn't exsist. Should i shut it down or try to fix it? |
|
|
|
|
#78 (permalink) |
|
Senior Member
|
I don't know php, and I tried to install bam-bam's WP install and, it all seems to have installed correctly. It only seems to work with this one particular template or I get an adsense deluxe plug-in error, I guess it's probably since the other templates don't support the adsense plug-in?
Anyway that's not a big deal, I'm just testing this out at this time to see if I can get this up and running. I found an RSS feeds and input it into my "autoblog" configuration and visited the site and it posted the RSS feeds to the blog. So this is all I do? Install 10 feeds on each autoblog and start as many of these as I can on sub-domains? Hope to make a few cents from each blog a day in adsense and scale? Is it important to find RSS feeds that get posts regularlly? If you get an RSS feed that's never updated then your site won't be updated, correct? Any other advise? Should I use a large list of pings in my WP so that my blog automatically pings many sites every time content is updated? This is where my traffic is going to come from, from other blogs right? Since it's all duplicate content it won't help with Google. All in all this was very simple to setup, thanks! |
|
|
|
|
#80 (permalink) | |
|
Member
|
Quote:
I have digged into its code, I think all it is doing is just copy "content" paramter of RSS, so it your feeds doesn't include image url in it, it won't be in your page. At least I think somesites do includes image url in their feeds. So it is up to the seed, not wp-autoblog. |
|
|
|
|
|
#81 (permalink) |
![]() |
bambam, are you caching the images?
Works fine on my end. ::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#83 (permalink) |
|
Little Member
|
You're missing this important feed, pal.
$keywords="stuff separated by the plus sign" http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&siteId=0&language=en-US&output=RSS20&catref=C5&sacqy=&sacur=0&fsop=2&fs oo=2&from=R6&saobfmts=exsif&_trksid=m37&sacqyop=ge &saslc=0&floc=1&sabfmts=0&saprclo=&saprchi=&saaff= afcj&ftrv=1&ftrt=1&fcl=3&frpp=50&afcj=2701583&nojs pr=y&satitle=keywords=$keywords&afmp=&sacat=-1&saslop=1&fss=0 |
|
|
|
|
#85 (permalink) |
|
Little Member
|
bam bam:
if you look at the wp_autoblog_trim_excerpt function, it does a 'strip_tags' on the content. I'm going to try running my copy with '<img>' in the second position in the function and see if I get some images. In other words, on about line 46, I'm changing my copy to: $text = strip_tags($text, '<img>'); If you look at the docs for strip_tags, PHP: strip_tags - Manual , that should allow the img tag through the filters, but I don't know if it's the only place that the img is getting hung up n. |
|
|
|
|
#87 (permalink) |
|
paper clique fiend
|
I might as well add to this post a great place to get your keywords is go to Google Adwords and use their tool for generating keywords and put in a real general term, example: real estate and just save all the variations of the keyword examples it spits out to keywords.txt and use bam_bam's php code.
Been redoing all my splogs like this. Thanks bam_bam! I would +rep you again if i could!
__________________
RileyPool.com - Ain't no shame in my PPC game! POFPrimer.com - The #1 Guide to Make Money Online by Advertising on PlentyofFish.com! |
|
|
|
|
#88 (permalink) | |
|
XHTML / WP Coder for Hire
|
Quote:
|
|
|
|
|
|
#89 (permalink) |
|
Little Member
|
Hay all.
If you added the image tag exclusion to the strip tags in the wp_autoblog script then I'm sorry, you should take it back out. Here's why... http://tilatequila.portallane.com/ti...t-episode-105/ That image there is an advertisement from pheedo- someone's gonna get charged for displaying their ads on my site. So it's fubar. Take it out. I'm trying a different technique. I'll let you know how it goes. |
|
|
|
|
#90 (permalink) |
![]() |
OK...
Latest about WP-o-Matic Somehow this has stopped working for me correctly. The feeds are NOT gotten automatically and itr fetches feeds twice..ARGH Gonna try autoblog. ::emp::
__________________
Get your own Bot army! Use promo code blindape199 That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
#91 (permalink) |
|
Almighty Great One
|
I was actually new to everything this forum discusses until a few days ago I think I spent about 15hrs total reading the forums and following links given by other more successful posters. However, unlike some I didn't just read and do nothing with what I was learning. I've kinda dove right in head first it seems. Hopefully with my ideas and niche I can do something, chances are I will probably screw up and want to bang my head on a wall lol.
Ok so with all that ramble bamble I'd like to thank the much more experienced users for their input they instill as well as Bam Bam for this more than interesting post.
|
|
|
|
|
#93 (permalink) | |
|
Member
|
Quote:
|
|
|
|
|
|
#94 (permalink) |
|
i created acai + colon LP
|
anyone got a copy of BAMs wordpress zip he had in the thread.. it is gone now.. gives 404. If anyone got a copy of it, please share!
__________________
It's Back - 60,000 AA Blog Comments Dripped over 30 days with Velocity - Now Only $50 ^^ Get 60k FREE blog comments NOW -> http://www.wickedfire.com/links-seo/...doors-off.html . . I will buy your finance related site. http://www.wickedfire.com/shooting-s...nce-sites.html |
|
|
|
|
#95 (permalink) |
|
XHTML / WP Coder for Hire
|
teh magic - www.thegeekyblog.com/test/wordpress.zip
|
|
|
|
|
#97 (permalink) |
|
i created acai + colon LP
|
yeah thanks man!
__________________
It's Back - 60,000 AA Blog Comments Dripped over 30 days with Velocity - Now Only $50 ^^ Get 60k FREE blog comments NOW -> http://www.wickedfire.com/links-seo/...doors-off.html . . I will buy your finance related site. http://www.wickedfire.com/shooting-s...nce-sites.html |
|
|
|
|
#99 (permalink) |
|
Junior Member
|
I got my first blog set up but I'm wondering if this is the way it should be.
I put into autoblog 10 rss urls I got with Bam's script and ran it. ( about how many keywords should I use the script for?) That produced over 400 posts and created archives for the last 6 months. Is'nt that too much? I can't find info on how autopost works but today it seems to be adding more posts even though I didn't hit run script on the plugin panel...is that correct? It will just keep posting every day without me hitting the run script button? I also noticed that some post are off topic and porn related. How do I filter these? Thanks for any thoughts, thydot |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|