Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'rate.ee'

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