Sorry, I am kind of busy you know, and vBulletin was nice enough not to send me topic reply notifications. -.-;
Quote:
Originally Posted by Kihon Kata
Wow cool! Great hack for us busy forums! One problem, it didn't work LOL
Fatal error: Call to undefined function: array_combine() in /home/httpd/vhosts/SITEHERE.com/httpdocs/forums/includes/cron/banbmn.php on line 179
help?
|
array_combine is only available starting PHP5. I should have made that more clear and will in the next update.
Quote:
Originally Posted by Aurous
It seems like it only grabs first 5 users from a particular domain. BMN only displays 5 usernames at a time. If you click on "No" to all of them, new usernames appear, which are not caught by this script. Hmm, I wonder how you'd go about this problem. Hack is well written, but without fixing this issue, its pretty much useless.
|
I didn't know that. o_o;; Pretty easy to fix though. They use AJAX to "cast votes" for logins. So I can use GET requests to vote no on all accounts retrieved and do this until it no longer returns accounts. That will be implemented in the next version then I guess.