|
Shmuel Zeigerman wrote:
Marius Gheorghe wrote:Some of the Lua Workshop pictures are available at http://photos.yahoo.com/m<dot>gheorghe<at>rogers<dot>com. Disclaimer: before clicking on the above url execute the Lua code below url=string.gsub(string.gsub(url,'<dot>','.'),'<at>','.')Am I the only one getting the following message from Yahoo (consistently, during the last 3 days)? No photos are available Sorry, m.gheorghe.rogers.com has not enabled any public albums in their account.
I think that's because the lua expression, dit not replaced <at> by '@', as it should do. So try this link instead:
http://photos.yahoo.com/m.gheorghe@rogers.com --rb