Febriyanto Wijaya
Febriyanto Wijaya (born February 20, 1990 in Makassar) is an Indonesian footballer who currently plays for Persela Lamongan in the Indonesia Super League.[1] He is a descendant of Tionghoa.
Personal information | |||
---|---|---|---|
Full name | Febriyanto Wijaya | ||
Date of birth | 20 February 1990 | ||
Place of birth | Makassar, South Sulawesi, Indonesia | ||
Height | 1.76 m (5 ft 9 1⁄2 in) | ||
Playing position(s) | Forward | ||
Club information | |||
Current team | Persela Lamongan | ||
Number | 37 | ||
Youth career | |||
2000–2003 | Makassar Football School | ||
2003–2006 | PSM Makassar | ||
2007 | VfB Stuttgart | ||
2007 | Persib Bandung | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2008–2009 | PSM Makassar | ||
2008 | → Persipura Jayapura (loan) | ||
2009 | Persiram Raja Ampat | ||
2010 | Pro Duta | ||
2010–2011 | Medan Chiefs | ||
2011– | Persela Lamongan | 2 | (0) |
National team | |||
2005 | Indonesia U-17 | ||
* Senior club appearances and goals counted for the domestic league only and correct as of 11 July 2012 |
Club statistics
Club | Season | Super League | Premier Division | Piala Indonesia | Total | ||||
---|---|---|---|---|---|---|---|---|---|
Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Persela Lamongan | 2011-12 | 2 | 0 | - | - | 2 | 0 | ||
Total | 2 | 0 | - | - | 2 | 0 |
gollark: Keep cc.znepb.me.
gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
References
- "Febriyanto Wijaya". liga-indonesia.co.id. Archived from the original on 11 January 2012. Retrieved 20 July 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.