On http://www.luaplayer.org you can get the new version 0.16. This is only a small bugfix update, because currently I don't have much time for Lua Player, but AdHoc network and an updated Windows version with Socket and TTF support is planned. One new thing is the DNS resolver, now you can write a web browser :-)
The changelog:
v0.16 (all changes for this version by Shine)
- Wlan:getIPAddress bugfix: now it returns nil on error and the IP address otherwise
- DNS resolving. Now you can write Socket.connect("www.luaplayer.org", 80) instead of Socket.connect("212.227.39.202", 80), thanks to ideas how to use the resolver lib from PSPRadio
- when loading JPEGs, the file was not closed
- System.md5sum bugfixing for the Windows version
- Wlan.useConnectionConfig index is 1 based instead of 0 based, like usual in Lua
- System.powerTick added: this prevents power off, now you can nail your PSP on a wall for your electronic painting :-)
- System.createDirectory, System.removeDirectory and System.removeFile added