After you unzipped VGallery.zip, the Gallery is ready to run out of the box so to speak.
Then use an FTP program such as Cute FTP to upload all files and folders to your site servers root.
If your site domain is yourdomain.com, and you do not rename the original main folder Voting Gallery, and you upload this whole Voting Gallery folder to the root of your site, the URL to your VGallery front page is:
Its advisable not to rename the gallery folders and keep its folder structure intact. Although we do recommend moving the database to a secure folder and altering your connection string.(See Below)
http://www.yourdomain.com/VotingGallery/
The default Admin Account Details Are:
Username: admin
Password: password
Login and you will be able to change the default password to something else.
It is advisable to move your database to a secure location on your server and change the connection string to suit and add an absolute path and rename the database to for extra security.
Change the line in file in your /Connections/ folder to fit your server.
EG: conn_STRING_STRING = "Driver={Microsoft Access Driver (*.mdb)};" & _
"Dbq=C:\Inetpub\wwwroot\yourDBName.mdb;"
EG: conn_STRING_STRING ="Driver={Microsoft Access Driver (*.mdb)};DBQ= " & Server.MapPath("/PathToGallery/MyVGallery.mdb")
|