User:BotRafdodo/botclasses.php: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 March 2024

  • curprev 08:3208:32, 17 March 2024BotRafdodo talk contribs 37,868 bytes −3 No edit summary undo
  • curprev 08:3008:30, 17 March 2024BotRafdodo talk contribs 37,871 bytes +37,871 Created page with "<syntaxhighlight lang="php" line='line'> <?php class http { private $ch; // CURL object private $uid; public $cookie_jar; public $postfollowredirs; public $getfollowredirs; public $quiet = false; public $user_agent = 'Default bot UA'; public $cookie_prefix = "filled-with-login-name"; // update user agent string function set_user_agent($str) { $this->user_agent = $str; } // set quiet state function set_q..." Tag: adding email address