; PB Tasks (pb_sv_task [start delay (seconds)] [repeat (seconds)] [command])
; ------------------------------
pb_sv_task 0 7200 pb_sv_ver // Keep-Alive for PBBans Hub
pb_sv_task 0 86400 pb_sv_update // Check for PB updates daily
//PB UCON Settings / Lists
pb_sv_usessionlimit 16
pb_sv_ucontimeout 300
pb_sv_uconempty
pb_sv_uconadd 1 "77.74.194.80:" "GVUCON" "YOUR_PASSWORD_HERE"
pb_sv_uconadd 1 64.27.21.46 "pbbanshub" "pbbanshub"
pb_sv_uconignoreempty
this i think will work
bud you need the pbsvlog.cfg from gv too
for cod4
//////////////////////////////////
// //
// GV Repository Settings //
// //
//////////////////////////////////
pb_sv_LogAddr "77.74.194.80" //[remote_log_address]
pb_sv_LogPort "11011" //[remote_log_port]
pb_sv_LogUser "GVStream" //[remote_log_username]
pb_sv_LogPw "Uu6M28wb" //[remote_log_password]
i hope this help Regards RoX