Editing User:DodoBot/botclasses.php
Revision as of 08:30, 17 March 2024 by DodoBot (talk | contribs) (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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://testwiki.wiki/wiki/User:DodoBot/botclasses.php"