thrOaway wrote: Stellar ... the upgrade worked like a charm. No more undefineds. Great new admin panel.
All in all a fantastic update.
Thanks for deciding to release the update zemaj.
I'm off to tinker with the online status ...
EDIT: Update ... Things are working very well. No blank posts, no 'undefined' references in posts.
There are a few quirks:
1. The problem of the bot's responses showing up before the users' posts started occurring. I never had this problem before. I fixed it with the following in posting.php:
LOOK FOR:ADD BEFORE:Code: Select all
iai_submit_post($iai_mode, $iai_id, $forum_id, $topic_id, $iai_post_id, $iai_topic_type, 1, 1, 1, 1, $bbcode_uid, str_replace("\'", "''", $iai_username), str_replace("\'", "''", $iai_subject), str_replace("\'", "''", $iai_message)); iai_update_post_stats($forum_id, $topic_id, $iai_post_id, $iai_id); } } // END IAI response and entry to db // // END IAI system //
The 2 second delay is not even noticable (at least not on this particular host) and it seems to have solved the problem.Code: Select all
sleep (2);
2. I currently have the bot at 0% post rate with no tag words. One forum has override on at 100% (admin only forum) with use words. All other forums have no overrides and use words is not selected, yet the bot is posting in "unauthorized" forums. That is to say, it's posting where it should not be. This one I haven't figured out. Anyone have a clue?
Which file do i need to edit???
edit......... I am an idiot, i cant read!!! lol... posting.php