[REQ] Mass User Creation and Auto Posting

213
PHP:
#### CLASS ####
214 class autothread {
215 public $titles = array('Hello from [user]', 'Hi Im [user]', 'Sup!', 'Hi', 'Hey', 'Hello', 'Hia', 'Heelloooo', 'Just found this place', 'Hi everyone', 'Sup guys?', 'Greetings from [user]', 'Hi am [user]', 'Hey all!', 'I\'m here!', 'My intro..', 'I\'m new');
216 public $msgs   = array('Hi guys, I\'m [user] from Surrey. Love the forums so far!', 'Hey guys!', 'Hi, I found these forums googling about, looks cool here', 'Hey, my friend told me about these forums, looking cool so far. [user]', "Woooooh! These forums look cool. Hi! \n\n [user]", "Hi I'm from the USA, this place looks nice. Looking forward to posting! \n\n\n\n [user]", 'Hi! I thoguht I should introduce myself, I\'m [user]. Nice to meet you all!');
217 function set($userid, $defaults = 'defaults') {

Alex, here you go...
 
Back
Top