The variable may also be modified by mod_rewrite settings, e.g. it's set to translate url.com/images to url.com/index.php?page=images
you can try to brute-force find the variable name, trying if e.g.page=images, subtopic=images (popular variables names list you can found in the internet) and see the site behavior.
however, there might be no database implemented in the site and/or it simply can be impossible to "hack" from application level, because it's too simple to have a security hole in the application