|
From: Marc P. <mpo...@em...> - 2001-10-11 16:29:31
|
Yes, it is possible with the existing v1.45 code if you simply encode your username and password into the url... but it is sort of a hack. For example, if your username is 'scott' with password 'mydvds'.. you could try using: http://www.scottsdvd.com/dvd/verify?name=scott&pass=mydvds But depending on what you want to do, this would limit other functionality to the rest of the program since it would be bypassing the frame. If you want a better solution, edit the "index.html" file and replace the "dvd.php" with the above address. Keep in mind that your users would still be susceptible to the "timeout", so you may want to increase the $timeout_in_seconds in the common.php as well Does this answer your question? -- Marc (shaddw) -----Original Message----- From: dvd...@li... [mailto:dvd...@li...]On Behalf Of scott bakalor Sent: Wednesday, October 10, 2001 7:46 PM To: dvd...@li... Subject: [Dvddbp-develop] showing a list of my dvd's without people logging in I want to display a list of my dvd's on my site without people having to log in is there a way to do this? - Scott _______________________________________________ Dvddbp-develop mailing list Dvd...@li... https://lists.sourceforge.net/lists/listinfo/dvddbp-develop |