How To Replicate Techchuck AutoBlog

how to solve this?

public_html/blog/wp-content/plugins/wp-o-matic/cache is not writable! I already set it to 777 but still message happen.

edit: I'm solve myself after spend whole time read this thread.. my mistake, i was so stupid believe that cache was cache.php.. actually we need to make a cache folder..
 
Last edited:
hmm try 775 i had that problem on one of my hosts and just changed the file permissions to that and it worked...strange!
 
Im working on this one next

casin0news.whatslivecasin0.c0m/


replace 0 with o

Have to find the darn picture thing, but just started today
 
any way to get full feeds rather than summary ones? I've been looking for this and its all junk thats out there
 
try this thread mate
http://www.blackhatworld.com/blackhat-seo/cloaking-content-generators/66965-how-turn-partial-full-rss-works-autoblogs.html?highlight=full+rss
ive been using it for some feeds on the subdomains on technicnews it works for some feeds but not for others
 
yea but I'm using feedburner feeds/xml feeds, that doesnt work for them.

I need something to convert feedburner/xml to full rss 2.0
 
How change default path wp-o-matic for image? and how make an images auto thumbnailed at post? plz...
 
I tried to figure out what plugins techchuck.com might use, but now I'm sure the owner develop much features himself.

I found a new feature on techchuck.com and mashget.com, just below the main post content,

Read the whole story on XXXXX or try our Toolbar

Do you see the toolbar, it's a little like the Digg toolbar, very cool, but it absolutely not a wp plugin, it's built just for the techchuck and mashget.
 
Actually digg has a much harder to code toolbar. Techchuck just created a really nice iframe
 
yes I have tried it. andrew knows how to code these things from the amount of mods and everything hes done
 
How do i go about creating static pages ? is there a plugin that i can use for it or do i just put my code into curtain section of the code ? Please let me know. thank you
 
there is an option in wordpress to create static pages, its one of the tabs labeled general, permalinks, etc. can't remember which one sorry
 
Anyone get warning when use wp-o-matic?

It seems like no one care about copyright issue, it's weird.
 
after doing a quick search static pages are made by wordpress automatically so there is no point to change settings
 
This may be a stupid question

Can someone explain to me how I get a second adsense unit in each post using the all in one adsense plugin, and place them in different slots, ex top left and bottom
 
I would give someone my left testicle to have that toolbar setup! It's not the theme that makes those two sites great it's all the customizations...the toolbar is just fantastic. The one thing that bothers me about making a site like this is you will send a lot of traffic else where, but with the toolbar, if you used that to link off site, you could get some of them back.
 
not success :) i wanna change

Code:
/home/blabla/public_html/domainname.com/wp-content/plugins/wp-o-matic/cache
to

Code:
/home/blabla/public_html/domainname.com/images
but default path always showing :

Code:
/home/blabla/public_html/domainname.com/wp-content/plugins/wp-o-matic/
And how to fix it? :)

Lite dirty fix:
1. make images dir under your domainname.com and make sure its writable.
2. in wp-o-matic plugin under Options change Image cache path to images

Now open up your wpomatic.php:

3. line about 178 that read:
$this->cachepath = WPODIR . get_option('wpo_cachepath');

change that to read:
$this->cachepath = ABSPATH.get_option('wpo_cachepath');

4. line about 785 that read:
return $this->pluginpath . '/' . get_option('wpo_cachepath') . '/' . $filename;

change that to read:
return get_option('siteurl').'/'.get_option('wpo_cachepath').'/'.$filename;

Now save the wpomatic.php and open up wp-o-matic/admin/options.php

line about 57 almost the end of the line that read:
<span id="cachepath">'.WPODIR.'<span id="cachepath_input">

chage that to read:
<span id="cachepath">'.ABSPATH.'<span id="cachepath_input">

save options.php
you r now done. Your cache images should now placed in domain.com/images or any dir name that you choose.

peace!!
sorry my bad english.
 
I followed this technuck website and I see he can change the place of the images form inside the post to be positioned left or right. Since the pictures are imported with autoblogged on my website (not sure if it matters) I can't / don't know how to do this image trick on my website.

specopkirbs got an ideea on how he's doing it ? maybe share it with me ? :d
 
hmmm well you can try playing with the custom templates not really tried it yet so let me know how it goes- you can change suctom templates in both autoblogged and wp-o-matic i believe
 
Back
Top