All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:31, 15 August 2024 Amos talk contribs deleted page User:BotRafdodo/botclasses.php (Unused redirect with no indication of utility or inlinks: content was: "#REDIRECT User:DodoBot/botclasses.php", and the only contributor was "Justarandomamerican" (talk))
- 08:57, 29 July 2024 Justarandomamerican talk contribs moved page User:BotRafdodo/botclasses.php to User:DodoBot/botclasses.php (Automatically moved page while renaming the user "BotRafdodo" to "DodoBot") Tags: Mobile edit Mobile web edit
- 08:30, 17 March 2024 DodoBot talk contribs created page User:BotRafdodo/botclasses.php (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...")