Really easy fix: On your server, open ulx\lua\ulx\modules\cl\motdmenu.lua
find on line 21:
button:SetText( "Close" )
and replace with:
button:SetText( "I agree" )
Then find on line 13:
window:Center()
And ADD THIS LINE beneath it:
window:ShowCloseButton( false )
Piece o' cake!