im using file_get_content to parse site
and here some html appear
Version 1.1 is out and has a huge speed increase almost 7 times faster than version 1.0.1. I have pretty much removed the rate limit because it takes only about 17 ms on my server. If anyone is up to it you can I think theoretically get it about 25% faster. This is because there are only 1,296 unique expansions (from number 20 on) for reversing 16 characters and 7,776 unique expansions (from number 21 on) for reversing 20 characters. I'm doing 36,864 and 1,179,648 expansions for reversing 16 and 20 characters respectively. Note that you still need to do 12-ish reversing steps per attempt (32 ^ 4 and 32 ^ 5 for reversing 16 and 20 characters respectively).[code=auto:0]13c5e209f938eb123026e88a96b628f70db8c792:746573:tescrack time: 7.39 ms[/code]can anyone help me how to print only "13c5e209f938eb123026e88a96b628f70db8c792:746573:tes" or "tes" using preg_match?