Jump to content

DarkAngelBGE

WFG Retired
  • Posts

    7.686
  • Joined

  • Last visited

Everything posted by DarkAngelBGE

  1. Ack on Bobbo's game I got 247 the first time, now reached 427. @Mickey's game: -98 score. 1:13 and 12 chocs.
  2. ..so here goes. :P Heya. My name is Tim Koschützki and I am from Berlin, Germany. You can call me either Timmi, Timmey, Timon, Timba, Timbo, Pumbaa or Timster. I don't like being called DarkAngelBGE, so please pick one of those. My job here is Wildfire Games Community Administration and Development as well as Development of the new Websites. I am also the main Game Programmer and member of the Management over at Mythos Warriors (http:/forums.mythoswarriors.exize.com). My interests other than Web Development, Management and COmmunity-building are reading football (soccer), swimming, volleyball, having a nice conversation and lots of other things. You can reach me at msn TKoschuetzki@aol.com or simply write me a mail over the forums, or a PM.
  3. And here is the solution: $DB->query("SELECT r.CODE, m.rep FROM members m LEFT JOIN reputation r ON (m.id = r.member_id and r.CODE = '01') WHERE m.id = '$memid' GROUP BY m.id"); $ups = ''; $downs = '' while( $info = $DB->fetch_row() ) { if( $info['CODE'] == '01' ) $ups += 1; else $downs += 1; } $manually = abs( $info['rep'] - ($info['ups'] + $info['downs']) ); $DB->query("SELECT m.id, m.name, m.rep FROM members m LEFT JOIN reputation r ON (m.id = r.member_id and r.CODE = '01') WHERE m.id = '$memid' GROUP BY m.id"); $info = $DB->fetch_row(); $info['upss'] = $ups; $info['downs'] = $downs; $info['manually'] = $manually; Need another query to actually iterate over the rep changes and to assign the ups and downs. Now when we have done that we compare the real rep number to the sum of the ups and downs. The difference between them is the amount of rep that was manually changed, which we will need to supply the skin with to have some field "Manually changed'. Well, I am not going to use this as I once in a while recount the reputation statistics and, as last time, manually changed rep gets lost then. So we will stick with the current method. Just wanted to proove that I could solve this if I wanted to.
  4. You guys beat me to it. Okay this is where the problem is: $info['downs'] = abs ($info['rep'] - $info['ups']); As you see when 'rep' is bigger (because I changed it manually), the 'ups' do not change. That's why there will be more 'downs'. So I just have to change that formula here.
  5. Yeah, the bug has not really been fixed, but when I first looked at it I couldn't figure out what was causing it, but I will try another time. I just figured it is not useful to lose so much time on it, if there is such a nice workaround.
  6. @Matty: Fixed. # Well, I am not referring to the current usage, but rather the general usage in non-summers.
  7. As most people don't use the Homework Discussion Forum I assume you all have grades A and B in school? Seriously, what is it that keep you from posting your school tasks there?
  8. What are they? And what are your general goals for life?
  9. VBulletin has that feature - IPB (the software we are using) doesn't have it as of now. The vBulletin version allows the poll owner to decide if votes should be publically made. Voters are then warned before they vote. We will most likely get this when we upgrade our forums, let's see.
  10. Heya polifemo! What is your real name (only the firt name) ? Because we have some unofficial convention of calling us by our real names here. What about your programming skills? What languages are you into? Do you use top notch OOP with patterns or rather like the procedural/imperative methodology? Welcome to the Wildfire Games Community Forums! I am sure you will have a great time with us.
  11. There are some free hosting providers on the net. Just do a search at webhostingtalk.com. Also, please be aware of that we don't allow siggie images. It will only place a link in your siggie, but will not display the image. It would cause too much clutter in threads if everybody had a siggie image.
  12. Why would they get a warning? Bringing interesting topics to life again is no violation of any sorts.
  13. I get around $70 pocket money per month and get around $1000 dollars per year for webdesign work (because I am still not 18 I cannot take on biggeer projects). So this would be around $2000 anual income. By the way, I doubt many people are going to post that here, since income is a *private* thing people don't like to talk about, at least not the older ones.
  14. lol very funny, nice one Bobbo. However, I don't consider Anna Kournakowa to be very attractive.
  15. Can you give an example of a situation where you were hard-pressed but still managed well?
  16. What is it? maybe this can be moved to HOI either..let's see.
×
×
  • Create New...