only upload the files and run the SQL command.

/includes/functions/whos_online.php
/admin/whos_online.php
/admin/includes/languages/portugues/whos_online.php

run the SQL command:
ALTER TABLE whos_online ADD http_referer VARCHAR(255) NOT NULL;
ALTER TABLE whos_online ADD user_agent VARCHAR(255) NOT NULL;

that's it

More...