View Single Post
Old 04-24-2007, 05:52 PM   #10 (permalink)
ccm
Platinum Lifetime Member
 
ccm's Avatar
 
Last Online: 08-27-2008 11:03 AM
iTrader: (24)
Join Date: Oct 2004
Posts: 823
DNF$: 2,387
Location: Florida


Re: How can I edit this script

kickass, thanks Leo! I just edited it, and it works, I appreciate the help!
added rating!

Here's what I did:

Code:
<?php



$letters = array('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z');



$letters=array_merge($letters);



$output .= '<pre>';

foreach ($letters as $a)

  foreach ($letters as $b)

    foreach ($letters as $c)

      foreach ($letters as $d)

        $output .= $a . $b . $c . $d . ".com\n";

echo $output . '</pre>';



?>
__________________
LumbarSpine.net | fishtail.net | EZPG.com | tightlines.org | MacNugget.com | kingfish.org | Tootle.net | z-z.org | hackspy.net | TheeBomb.com | surfnazi.com | Spouty.com |newcellphone |

Last edited by ccm; 04-24-2007 at 06:27 PM. Reason: Automerged Doublepost
ccm is offline   Reply With Quote