ESEQ Technology Forum
Where hotlines speak!

וואס איז די פראבלעם מיט דעם?


A
Amk
263 POSTS
: September 3, 2021, 12:14 am
```ini_set('display_errors', '1');ini_set('display_startup_errors', '1');error_reporting(E_ALL);$data['fm_usr']="PASSWORD";$data['fm_pwd']='PASSWORD';$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "http://eseqtech.com/files.php");curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_COOKIEJAR, '/tmp/cookies.txt');curl_setopt($ch, CURLOPT_COOKIEFILE, '/tmp/cookies.txt');curl_setopt($ch, CURLOPT_POST, true);curl_setopt($ch, CURLOPT_POSTFIELDS, $data);$output = curl_exec($ch);$info = curl_getinfo($ch);curl_close($ch);echo "$output-";print_r($info);?>```

E
Eseqtechusa
164 POSTS
: September 3, 2021, 4:59 pm
@amk וואס איז די פראבלעם מיט דעם?

A
Amk
263 POSTS
: September 3, 2021, 9:08 pm
@eseqtechusa ס'ארבעט נישט

E
Eseqtechusa
164 POSTS
: September 5, 2021, 7:02 pm
@amk כמה זאכן```amk 3 days agoini_set('display_errors', '1');ini_set('display_startup_errors', '1');error_reporting(E_ALL);//keep your password in a different file$data['fm_usr']="PASSWORD";$data['fm_pwd']='PASSWORD';$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "http://eseqtech.com/files.php");curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);//dont use tmp as it might not be writable by the webserver (or make it writable)curl_setopt($ch, CURLOPT_COOKIEJAR,'cookies.txt');curl_setopt($ch, CURLOPT_COOKIEFILE, 'cookies2.txt');curl_setopt($ch, CURLOPT_POST, true);//it should respect 302 headerscurl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);curl_setopt($ch, CURLOPT_POSTFIELDS, $data);$output = curl_exec($ch);$info = curl_getinfo($ch);curl_close($ch);echo "$output-";print_r($info);print_r($output);?>```

A
Amk
263 POSTS
: September 5, 2021, 9:00 pm
@eseqtechusa אמר ב[וואס איז די פראבלעם מיט דעם?](/post/453):> $data['fm_usr']="PASSWORD";> $data['fm_pwd']='PASSWORD';וואס דארף דאס צו מיינען נעמען פון פיילס? כ'האב קיינמאל נישט געוויסט אז ווען מ'שרייבט קעפעטל מיינט עס א נאמען פון א פייל

E
Eseqtechusa
164 POSTS
: September 5, 2021, 9:07 pm
@amk ניין פשוט די צוויי שורות סעיוו אין password.php```$data['fm_usr']="שנב";$data['fm_pwd']='123344';```דערנאך ```include('password.php');```