do we alter stuff here?
Code:
// START GEEKPOPUP SETTINGS
$gallery_db = $vbulletin->options['geekgallery_db'];
$photo_system = $vbulletin->options['geekgallery_system'];
$pp_prefix = $vbulletin->options['geekgallery_pp_prefix'];
$pp_ver = $vbulletin->options['geekgallery_pp_ver'];
$gallery_path = $vbulletin->options['bburl'] . '/' . $vbulletin->options['geekgallery_url'];
$data_folder = $vbulletin->options['geekgallery_data'];
$default_method = $vbulletin->options['geekgallery_default'];
$userid = $vbulletin->userinfo['userid'];
$media_ext = $vbulletin->options['geekgallery_media'];
$perpage = $vbulletin->options['geekgallery_perpage'] ? $vbulletin->options['geekgallery_perpage'] : 8;
$offsetwidth = $vbulletin->options['geekgallery_offsetwidth'] ? $vbulletin->options['geekgallery_offsetwidth'] : 1;
$offsetheight = $vbulletin->options['geekgallery_offsetheight'] ? $vbulletin->options['geekgallery_offsetheight'] : 1;
$gallery_files_path = $gallery_path. $data_folder ;
$gallery_db .= ".";
// END GEEKPOPUP SETTINGS
????i dont understand these settings. please clarify for me.