hi.
open the file "_output_guestbook.php" from the root directory of wp-vipergb within a text editor and delete the part
<td><?php _e('Homepage', WPVGB_DOMAIN)?>:</td>
<td>
<?php if($user->ID):?> <input type="text" name="url" id="url" value="<?php echo $user->user_url?>" disabled="disabled" size="30" />
<?php else: ?> <input type="text" name="url" id="url" value="<?php echo esc_url($commenter['comment_author_url'])?>" size="30" />
<?php endif; ?>
<?php if(!$opts['disallowAnon']) _e('(optional)', WPVGB_DOMAIN); ?>
</td>
line 296 to 302 (in my version)
greets,
moebb