CyberSEO

CyberSEO

Banned - selling outside of the marketplace.
Joined
Jul 14, 2011
Messages
1,114
Reaction score
344
As far as the thread about CyberSEO got lost (can someone please explain me why?), I'm going to restore it here to be sure that all questions were answered.

http://www.blackhatworld.com/blackhat-seo/members/2890-bvb.html
user_online.gif

Jr. VIP
navy.gif
navy.gif
navy.gif


Thanks cyber. My main issue is getting it to post.. It says content has been posted but nothing posts to the blog. Can you please take a look?

Thanks
  • If the post was pulled from the feed, it should appear at your blog immediately in case if:
  • you didn't set the "Posts Status" option to "Hold for review", "Save as draft", "Save as private";
  • you didn't assign some publication time delay the "Post Date Adjustment Range" fields.
I suggest you to look at your "All Posts" and see if there are any posts with "Scheduled" status.



Originally Posted by ycfme http://www.blackhatworld.com/blackhat-seo/s.php?link=HLu0lyxmqwLC3Pw%2FeCn54p%2F6%2BFom1fnjJuNEJC0vERGxsFzUnsCh234Wy8m2uMadOq2qNuwRsoUw%2B9D%2FoU%2FK2F9Ots6vpRHa6ax5qBeIby1A3MwBNjgcWVgybkcVftx%2F%2FoztP9XcHxgsLD4KR3czY0EVLgIPAfNDPgRc0TeMjv9orvC417PfQDaxwY7W2bpEEf3ycftuypKEPWb2moCXlyaNcjjMJtltSeHfJh8iilEBH3ge3YYP8KOGHculOl6IXfozjrnbrBr%2BOSgw7FeXRCmMhQbPpAjbWUmNUkg4CFDGWq%2F0DIqbsxlBsJYRHlAe
Hey wassup ?

Question :

I have some posts/feeds that have already been published using CyberSEO. I would like to do a batch update is it possible to make an updates? Such as tags,post footer info.,etc.
Yes, you can do it with "Global Posts Modification Tools" (CyberSEO -> Tools). There you can use the "PHP Code <?php .. ?>" field to make the CyberSEO plugin to modify all existing posts. All the post fields (title, content etc) are available via the array $post, described here.

For example if you want to add some footer (say "Copyright (c) 2011") to every existing post, you need to execute the following code:

Code:
$post ['post_content'] = $post ['post_content'] . "<br />Copyright (c) 2011";
In case if you want to change the post titles (say put the "MY POST: " phrase before each one), you can do it as easy as this:

Code:
$post ['post_title'] = "MY POST: " . $post ['post_title'];
As you can see it's very easy, but of course it requires some basic PHP knowledge because the code will be different in every specific case. So tell me what exactly you want changes you wanna apply to your existing posts.

2Adminitsration: Please tell why all threads about CyberSEO are getting deleted from this board? Does the CyberSEO plugin breaks any BHW rules or something? I know that many of BHW members are using my plugin since 2006. Do they have a right to get their questions answered?

Thank you in advance!
 
Last edited:
i want to ask, this plugin works with thumnails ? i mean , i imagine, this plugin is like the feedwordpress, but with the feedwordpress, the thumnbails in custom templates dont work. In home page there is no image for post and also in the popular - recent post . What about this plugin ? By the way, thank you for your great work. any free product really help us ! keep up the good work friend !!!
 
Yes, the CyberSEO plugin works with featured images (thumbnails) and able to create them fully automatically on the fly when the new post is being syndycated (http://www.cyberseo.net/demo/magazine-style/). At also allows to create featured images to all existing posts with a single mouse click.
 
can the featured images works and with the free licence of your plugin ? Give me the links of your product my friend. and thank you very much!
 
There is no free version of CyberSEO, sorry.
 
Oh yes, you're right! Sorry i confuse the CyberSyn with CyberSEO. Thanks for the info bro !
 
Any adult picture galleries samples I can take a look at ?
 
Please email me for examples.
 
cyberseo (at) cyberseo.net
 
Check your email for a few examples of self-populated picture and video sites from one of my customers.
 
i sent you several emails, asking for support for my recent order. Yet received no response.
 
i sent you several emails, asking for support for my recent order. Yet received no response.

I have replied to all example requests I got. Perhaps your one, or my reply was lost. Could you please re-send it and tell me the first part of your email address so I will be able to identify you?
 
I have replied to all example requests I got. Perhaps your one, or my reply was lost. Could you please re-send it and tell me the first part of your email address so I will be able to identify you?
Finally got back a response. (You checked your spam folder and found my message). Responded to your question. Pls check again. Will try to hit you on googletalk.
 
Just installed the plugin after wanting it for years and not being able to afford it. I am looking to make sure I get the most out of it.

I want to hijack every post on someone else's wordpress site. Can you tell me which settings to use in the plugin?
 
The plugin is able to syndicate all the existing posts from any other WordPress site (doesn't matter how many posts are available in the RSS feed). To do so, simple enable the "Parse WordPress archives" option in the syndicating feed settings.
 
Just installed the plugin after wanting it for years and not being able to afford it. I am looking to make sure I get the most out of it.

I want to hijack every post on someone else's wordpress site. Can you tell me which settings to use in the plugin?

let us know how it works out for you BC, have also been eying this plugin for some time now
 
This is what I kinda want to do here.. I want to take all the posts from a site run it through google translate and post it to my site. I am wondering if I can do that with this? I dont think the translation part will work with this will it?
 
Yes, sure you can do this. Here is the instruction for Google translate: http://www.cyberseo.net/using-google-translate/

If you don't want to pay for the Google translate API key (yes, they want money for it), you can use Yandex Translate as an alternative: http://www.cyberseo.net/using-yandex-translate-with-cyberseo/

Get your FREE Yandex translate API key here: http://api.yandex.com/translate/
 
Back
Top