https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/
http://userscripts.org/scripts/show/9467
Get me a coder and we'll work on it.
I am about to github it.
and done...
https://github.com/NewEraCracker/IPB3LinkBot
Get me a coder and we'll work on it.
I am about to github it.
and done...
https://github.com/NewEraCracker/IPB3LinkBot
not working lol
Parse error: syntax error, unexpected T_IF in /home/failbook/public_html/forum/admin/applications/forums/tasks/link_bot.php on line 97
// Load the bot member
$this->bot_memberData = IPSMember::load($this->settings['linkbot_member_id'])
//$bot_name = $this->DB->buildAndFetch(array( 'select' => 'members_l_display_name', 'from' => 'members', 'where' => "member_id=".$this->settings['linkbot_member_id'] ));
if($this->settings['linkbot_scanfirstpost'] == 1) {
$scan_first_option = " AND p.new_topic=1";
}
Change this :
$this->bot_memberData = IPSMember::load($this->settings['linkbot_member_id'])
to this:
$this->bot_memberData = IPSMember::load($this->settings['linkbot_member_id']);
Here is the update for ipb 3.23.
Posting per Mr Happy ok..
No changes were made except to show valid and invalid hosts with the errors.
Here is the link: Code:
http://www.mediafire.com/download.php?krt7zufg14qpe8n
Staff edit:
Mr Happy has approved Lock Down to post this.