I need assistance with some mycode - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: MyCodes (https://community.mybb.com/forum-117.html) +--- Thread: I need assistance with some mycode (/thread-160959.html) |
I need assistance with some mycode - Scorn - 2014-10-08 So, I am trying to make a mycode take a steamID and use it in a php calculation to find a value out of that steam id, and then return an image based on it. My questions are: 1: How do I parse the arguments of mycode to the replacement string? It isn't clearly explained anywhere I can find. 2: Can the replacement string include PHP or not? FYI, I am trying to turn this:
into some long lime php code that I haven't exactly nailed down yet that will convert the string into its 64 bit brother and then output an image in html
|