Advertising
advertising
related pastes to tag 'rate.ee'
- 1646555 - Rate.ee cookie grabber: php login curl cookie rate rate.ee
-
- <?php
- // Start cURL session
- $ch = curl_init();
- // Define cURL options
- curl_setopt($ch, CURLOPT_COOKIEJAR, "rate.cookie.txt"); // Cookie file
- curl_setopt($ch, CURLOPT_URL,"http://www.rate.ee/login.php"); // Login POST url
- curl_setopt($ch, CURLOPT_POST, true); // true = we post data
- curl_setopt($ch, CURLOPT_POSTFIELDS, "username=user&password=pass&act=login"); // What do we post? (change user & pass)
- 1646546 - Rate.ee profile visiter: php curl profile rate viewer rate.ee visiter
-
- <?php
- // Lets make sure script doesn't end
- // running before all tasks are completed
- // UserID range (from, to)
- // Start curl session and visit