The problem is that this flash file appear only if I insert some informations like:
First Brute Details
Name: ajdija Level: 300
Second Brute Details
Name: theajdija Level: 300
and press enter. I want to know how can I get contents of page with flash object so that I can parse it and get "k parameter", if you fill form like above example it's "k=540f8".
I tried with:
Code: Select all
$data = file_get_contents($url);
preg_match($regex,$data,$kParam);It would be great if you also post some tutorial links about it.
Thanks in advance, Ajdija.
*As it's my first post here, hello everybody! , hope we spend great time together on this great forum!