Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
Almost everytime I'm in a thread that's talking about spinners in general WordAI is either not mentioned at all or is quickly shot down. The main reason for that is almost none of the major seo tools seem to be using all the WordAI 2.0 features that are available on the site.

I just PM'ed the guy at FCSNetworker and he just told me I was the first guy to ask him about WordAI and that it was low on his priority for implementation. You have the best spinner by far, but these other guys are out marketing you.
I think a lot of it is because WordAi is the newest spinner. Most new software is including WordAi but a lot of the really old legacy software was coded when there was only one or two bad options and the developers have no desire to properly maintain their software.

If there are certain major seo tools you'd like to see WordAi in, PM me them and I'll work on getting everything properly integrated with them.

Just to clarify, the word limit counts what I submit not what is produced?
If I submit a 500 word article but get 2500 words back after spinning I am charged for the 500 words?

Thanks
You are correct, if you submitted a 500 word article, you would only have 500 words added to your usage.
 
http://www.blackhatworld.com/blackhat-seo/black-hat-seo/600437-wordai-charged-me-828-dollars-without-any-authorization-what-i-can-do.html

What happen ?
 
I think a lot of it is because WordAi is the newest spinner. Most new software is including WordAi but a lot of the really old legacy software was coded when there was only one or two bad options and the developers have no desire to properly maintain their software.

If there are certain major seo tools you'd like to see WordAi in, PM me them and I'll work on getting everything properly integrated with them.


You are correct, if you submitted a 500 word article, you would only have 500 words added to your usage.

Magic Submitter
 
Could you please create a Wordpress plugin that will allow us to spin text from within Wordpress?
 
Could you please create a Wordpress plugin that will allow us to spin text from within Wordpress?
We are working on one - more info coming soon! Also we greatly improved the Turing Spinner's HTML support this weekend which should help it work even better within existing programs that offer spinning APIs.

sent you a pm
Just responded.

I'v joined your program , let see what will be waiting for us :D
Awesome to hear! :D
 
Sounds great wish I could purchase it. I will put amongst the software I would like to get. I can't purchase it right now though.
 
Unfortunately I do not know; I've never tried them out before. If anyone else here is using Content Foundry I'd love to know the answer to this as well.


You can cancel by submitting a support ticket or by going into Paypal and finding the pre-approved payment (not subscription) for WordAi and cancelling it. Let me know once you've done this and I'll check and make sure it gets processed immediately.


I've never used or heard of Wordspinner, but as long as it supports nested spintax (which any half decent program should) there shouldn't be any issues. If it doesn't support nested spinning, it should probably still work as long as you disable Sentence Rewriting, Paragraph Editing, and Paragraph Spinning.

The spinning unfortunately is not unlimited, as we need to pay money each time an article is spun in order to deliver really high quality artificial intelligence. You can view your usage information here (as well as your limits). If you plan on going significantly over those limits let me know and we can always try to work something out to get you a bulk Turing API rate.

We are working on our own tool that takes feeds (and/or other high quality content sources we know of), spin the content with WordAi and automatically post them to WordPress. This tool will also have a lot of very cool features that are absent from other autoblogging programs that are designed to make your autoblogs look as close to human built as possible. I'm hoping that the beta for this will be ready by late September or early October. If you (or anyone else) is interested in this, just respond to this and let me know and as long as you are a WordAi user I'll add you to the beta list.

Yes please add me to the beta contact list. Wordspinner is a WP plugin. You place raw spintext into the body and title of a post page and it spins a new article every time a new ip visits. I think the trouble I am having is in the format Wordai creates is different then what Wordspinner looks for. Any shot you can take a look at the plugin and let me know what the hell I am doing wrong?

Also I have heard you mention foreign language support is either coming or already here? Can you tell me more about that? I need to do something with Spanish.
 
Yes please add me to the beta contact list. Wordspinner is a WP plugin. You place raw spintext into the body and title of a post page and it spins a new article every time a new ip visits. I think the trouble I am having is in the format Wordai creates is different then what Wordspinner looks for. Any shot you can take a look at the plugin and let me know what the hell I am doing wrong?

I can take a look at the Wordspinner plugin, but I actually have code that does exactly what you are saying:

Code:
/*
 * The sentence is the sentence you are spinning
 * number can be any numeric value, each numeric value gets spun to something different
 * Can handle nested spinning
 */
function spin($sentence,$number)
{
    $q = $number % 8;
    $temp = preg_replace('/(\{\}|\{\|*\})/','',strip_tags($sentence));
    while(true)
    {
        preg_match_all('/\{[^\{\}]+?\}/',$temp,$herp);


        if(count($herp[0]) == 0)
        {
            break;
        }

        $parts = preg_replace('/(\{|\})/','',$herp[0]);

        for($k=0;$k<count($parts);$k++)
        {
             $newparts = explode('|',$parts[$k]);


             $hai = $herp[0][$k];


             if(count($newparts) == 1)
             {
                 $bai = $newparts[0];
             }
             else
             {                
                 $number += round($q * 1.5);
                 $q++;
                 $bai = $newparts[$number % count($newparts)];
                 
             }
             $temp = str_replace($hai,$bai,$temp,1);
        }
    }
    return $temp;
}


$sentence = "{If {you {buy|purchase|get} my product|my product is {bought|purchased} by you} {I will|I'll|I might|I could} be happy|{I will|I'll|I might|I could} be happy if {you {buy|purchase|get} my product|my product is {bought|purchased} by you}}.";
$uniqueip = str_replace(".","",$_SERVER['REMOTE_ADDR']);//This number is different for each IP
echo spin($sentence,uniqueip);

It would probably be quicker for me to write a WP Plugin that does this from scratch, but if you have a URL for the Wordspinner plugin, let me know and I can take a look at it.

Also I have heard you mention foreign language support is either coming or already here? Can you tell me more about that? I need to do something with Spanish.
We have a foreign language beta. If you are a WordAi customer, let me know and PM me your username and I will send you the URL to access the beta. It supports French, Spanish, and Italian right now - and we are going to be making a couple big improvements to it over the next couple of weeks.
 
Let me know when the Wordpress plugin is made available.
I will. We were going to release everything all at once (our blog management tools and the plugin) but we are considering just releasing the plugin first and then releasing all of the tools later on.
 
I will. We were going to release everything all at once (our blog management tools and the plugin) but we are considering just releasing the plugin first and then releasing all of the tools later on.

What will be the cost of everything individually? Just give me a ballpark if you haven't set a price yet.
 
is it safely for adsense use?
Yes it is.

I have used WordAi extensively and I have never had an Adsense account ever get banned, and I've heard nothing but good feedback from other users who use WordAi on Adsense sites.
 
I can take a look at the Wordspinner plugin, but I actually have code that does exactly what you are saying:

Code:
/*
 * The sentence is the sentence you are spinning
 * number can be any numeric value, each numeric value gets spun to something different
 * Can handle nested spinning
 */
function spin($sentence,$number)
{
    $q = $number % 8;
    $temp = preg_replace('/(\{\}|\{\|*\})/','',strip_tags($sentence));
    while(true)
    {
        preg_match_all('/\{[^\{\}]+?\}/',$temp,$herp);


        if(count($herp[0]) == 0)
        {
            break;
        }

        $parts = preg_replace('/(\{|\})/','',$herp[0]);

        for($k=0;$k<count($parts);$k++)
        {
             $newparts = explode('|',$parts[$k]);


             $hai = $herp[0][$k];


             if(count($newparts) == 1)
             {
                 $bai = $newparts[0];
             }
             else
             {                
                 $number += round($q * 1.5);
                 $q++;
                 $bai = $newparts[$number % count($newparts)];
                 
             }
             $temp = str_replace($hai,$bai,$temp,1);
        }
    }
    return $temp;
}


$sentence = "{If {you {buy|purchase|get} my product|my product is {bought|purchased} by you} {I will|I'll|I might|I could} be happy|{I will|I'll|I might|I could} be happy if {you {buy|purchase|get} my product|my product is {bought|purchased} by you}}.";
$uniqueip = str_replace(".","",$_SERVER['REMOTE_ADDR']);//This number is different for each IP
echo spin($sentence,uniqueip);

It would probably be quicker for me to write a WP Plugin that does this from scratch, but if you have a URL for the Wordspinner plugin, let me know and I can take a look at it.


We have a foreign language beta. If you are a WordAi customer, let me know and PM me your username and I will send you the URL to access the beta. It supports French, Spanish, and Italian right now - and we are going to be making a couple big improvements to it over the next couple of weeks.
http://wordpress.org/plugins/wordspinner/

I wouldn't know where to jam that code you would have to spoonfeed me.
 
Status
Not open for further replies.
Back
Top