T
tekz999
Guest
I am really interested in knowing how to make a domain typo generator. The meaning of the codes and so forth. Does any body have any idea? any ebook or whatever?
I told you where to go already. It's sitting there for you to download for free and examine the code all you want. I guess I'm spinning my wheels unless I download it myself and paste the code in this thread. I just have a strong conviction that if you REALLY deserve to know, you'd really read the advice you're being given. I'm a strong believer in the "teach someone to fish" principle. --And the fish are JUMPING.tekz999 said:The codes to make a typo generator are what I would like to learn. Any help?
tekz999 said:Nexus, I DID went to hotscripts.com and did a search. The only free typo generator is the one by hudsonscripting, but it only directs me to nowhere. I am asking madcamel to kindly send me his php script.
tekz999 said:aactive: do YOU know how to make one? Your input is out of the topic. You are not helping me at all. I must thank you for your 'nice' comment -_-
I have found a typo generator. My creativity is unlimited. My typo generator is similar, but different than the most typo generators. It is going to R O C K T H E H O U S E ! :>
Looking for a little back and forth, tekz. Out of the different posts I made (and I thought I was being fairly helpful) this is the first time you've replied. I checked too, and though I found the same thing, I think going to Hotscripts is probably the LEAST of the advice I had to offer. I'm going to go ahead and paste the following code...tekz999 said:Nexus, I DID went to hotscripts.com and did a search. The only free typo generator is the one by hudsonscripting, but it only directs me to nowhere. I am asking madcamel to kindly send me his php script.
$str = "Hello World!";
for($i=0;$i<=strlen($str);$i++){
print strtoupper(substr($str,$i,1));
if($i<(strlen($str)-1)&&
trim(substr($str,$i,1))&&
trim(substr($str,$i+1,1)))print "-";
}
http://web.archive.org/web/20040202000943/www.hudsonscripting.com/seo-tools/missed-key.htmlGenerate misspellings.
Enter one word or phrase per line:
FUNCTIONS: [ ]skip [ ]double [ ]reverse [ ]merge [ ]all
Missed-key synthetic misspellings:
Script runs through all variations on
missed keys in a word or phrase.
For example: f, t, y, h, b and v are
substituted for the letter "g". Only
works for lowercase letters.
No, of course not. I'm thinking its a good "start", but feel free to post your own if you think it'll help. Again, I'm not looking to throw any of my proprietary material into the public domain on a whim. People pay money for this stuff. :wink:andyat11 said:thats a nice little codeing but really its not the best thing