Spintax to list converter

Bump I need the same answer.
What exactly do you need? THe site OP posted gets blocked due to my AV/ublock. I am not gonna disable them anyway lol. :p
 
What exactly do you need? THe site OP posted gets blocked due to my AV/ublock. I am not gonna disable them anyway lol. :p

Hey Gogol, I need an online tool preferably that can convert a spintax to a list for all possibilities or an asked amount. for example: {hey|hay} you

tool would convert to a list:
hey you
hay you

Like this but this is a demo version: http://www.ubertoolz.com/demo/Spinner.php
 
Hey Gogol, I need an online tool preferably that can convert a spintax to a list for all possibilities or an asked amount. for example: {hey|hay} you

tool would convert to a list:
hey you
hay you

Like this but this is a demo version: http://www.ubertoolz.com/demo/Spinner.php
Ahaa so you need it to convert into every possible combination right? I am afraid that's wayy too much complicated for me lol.

Getting a single combination is easy, and every spintax converter does that ( including one I posted in BHW, let me know if you need it).

btw, the tool you posted can't do it either ;)

Try converting the following

Code:
abc {a|b|c|d} co co {c|d|e} abccdeed {cc|ccd|ddds} abc {a|b|c|d} co co {c|d|e} abccdeed {cc|ccd|ddds}abc {a|b|c|d} co co {c|d|e} abccdeed {cc|ccd|ddds}

It only comes up with 3 combination which I think is incorrect.
 
Ahaa so you need it to convert into every possible combination right? I am afraid that's wayy too much complicated for me lol.

Getting a single combination is easy, and every spintax converter does that ( including one I posted in BHW, let me know if you need it).
Yes! Could you please link it :-)
 
Is there anything like this but that let's you type in a number like 50 and it will give you 50 spun outputs?
Hmm not currently. I did not think of this feature when I built it lol. I don't have the source code for this project anymore but I do have an alternate script written in php which must be somewhere in my laptop. I will search for the script and if I manage to modify it to have a specific number, I will post the script and tag you to the thread. Stay tuned.
 
This tool isn't difficult to program, BUT with good spintax it will quickly create millions and millions of variants. Where would you save that. what good would it be for?
 
Back
Top